Class GetPolicyDocumentStatementConditionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetPolicyDocumentStatementConditionArgs : InvokeArgs
Constructors
View SourceGetPolicyDocumentStatementConditionArgs()
Declaration
public GetPolicyDocumentStatementConditionArgs()
Properties
View SourceTest
The name of the IAM condition operator to evaluate.
Declaration
public string Test { get; set; }
Property 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 List<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<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 string Variable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |