GetPolicyDocumentStatementCondition

data class GetPolicyDocumentStatementCondition(val test: String, val values: List<String>, val variable: String) : ConvertibleToJava<GetPolicyDocumentStatementCondition>

Constructors

Link copied to clipboard
constructor(test: String, values: List<String>, variable: String)

Properties

Link copied to clipboard

Name of the IAM condition operator to evaluate.

Link copied to clipboard

Values to evaluate the condition against. If multiple values are provided, the condition matches if at least one of them applies. That is, AWS evaluates multiple values as though using an "OR" boolean operation.

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.

Functions

Link copied to clipboard
open override fun toJava(): GetPolicyDocumentStatementCondition