Class EventPermissionConditionGetArgs
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.CloudWatch.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventPermissionConditionGetArgs : ResourceArgs
Constructors
View SourceEventPermissionConditionGetArgs()
Declaration
public EventPermissionConditionGetArgs()
Properties
View SourceKey
Key for the condition. Valid values: aws:PrincipalOrgID.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type of condition. Value values: StringEquals.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value for the key.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |