Show / Hide Table of Contents

Class GetPolicyDocumentStatementConditionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPolicyDocumentStatementConditionArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetPolicyDocumentStatementConditionArgs()

Declaration
public GetPolicyDocumentStatementConditionArgs()

Properties

View Source

Test

The name of the IAM condition operator to evaluate.

Declaration
public string Test { get; set; }
Property Value
Type Description
System.String
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.