GetPrincipalPolicySimulationContext

data class GetPrincipalPolicySimulationContext(val key: String, val type: String, val values: List<String>)

Constructors

Link copied to clipboard
constructor(key: String, type: String, values: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The context condition key to set. If you have policies containing Condition elements or using dynamic interpolations then you will need to provide suitable values for each condition key your policies use. See Actions, resources, and condition keys for AWS services to find the various condition keys that are normally provided for real requests to each action of each AWS service.

Link copied to clipboard

An IAM value type that determines how the policy simulator will interpret the strings given in values. For more information, see the ContextKeyType field of iam&#46;ContextEntry in the underlying API.

Link copied to clipboard

A set of one or more values for this context entry.