Class GetPolicyDocumentStatementConditionResult
Inheritance
System.Object
GetPolicyDocumentStatementConditionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iam.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetPolicyDocumentStatementConditionResult
Fields
View SourceTest
The name of the IAM condition operator to evaluate.
Declaration
public readonly string Test
Field Value
| Type | Description |
|---|---|
| System.String |
Values
The values to evaluate the condition against. If multiple values are provided, the condition matches if at least one of them applies. (That is, the tests are combined with the "OR" boolean operation.)
Declaration
public readonly ImmutableArray<string> Values
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Variable
The 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.
Declaration
public readonly string Variable
Field Value
| Type | Description |
|---|---|
| System.String |