Criterion

class Criterion

The criteria to use in the filter that defines the archive rule. For more information on available filter keys, see IAM Access Analyzer filter keys.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A "contains" operator to match for the filter used to create the rule.

Link copied to clipboard
val eq: List<String>?

An "equals" operator to match for the filter used to create the rule.

Link copied to clipboard

An "exists" operator to match for the filter used to create the rule.

Link copied to clipboard
val neq: List<String>?

A "not equals" operator to match for the filter used to create the rule.

Functions

Link copied to clipboard
inline fun copy(block: Criterion.Builder.() -> Unit = {}): Criterion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String