Get Policy Document Statement Condition
data class GetPolicyDocumentStatementCondition(val test: String, val values: List<String>, val variable: String) : ConvertibleToJava<GetPolicyDocumentStatementCondition>
Properties
Link copied to clipboard
Name of the IAM condition operator to evaluate.
Link copied to clipboard
Name of a Context Variable to apply the condition to. Context variables may either be standard AWS variables starting with aws:
or service-specific variables prefixed with the service name.