Get Principal Policy Simulation Context
data class GetPrincipalPolicySimulationContext(val key: String, val type: String, val values: List<String>) : ConvertibleToJava<GetPrincipalPolicySimulationContext>
Properties
Link copied to clipboard
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.ContextEntry
in the underlying API.