ContextEntry

Contains information about a condition context key. It includes the name of the key and specifies the value (or values, if the context key supports multiple values) to use in the simulation. This information is used when evaluating the Condition elements of the input policies.

This data type is used as an input parameter to SimulateCustomPolicy and SimulatePrincipalPolicy.

Types

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

Properties

Link copied to clipboard

The full name of a condition context key, including the service prefix. For example, aws:SourceIp or s3:VersionId.

Link copied to clipboard

The data type of the value (or values) specified in the ContextKeyValues parameter.

Link copied to clipboard

The value (or values, if the condition context key supports multiple values) to provide to the simulation when the key is referenced by a Condition element in an input policy.

Functions

Link copied to clipboard
inline fun copy(block: ContextEntry.Builder.() -> Unit = {}): ContextEntry
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