Class EventPermissionState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventPermissionState : ResourceArgs
Constructors
View SourceEventPermissionState()
Declaration
public EventPermissionState()
Properties
View SourceAction
The action that you are enabling the other account to perform. Defaults to events:PutEvents.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Condition
Configuration block to limit the event bus permissions you are granting to only accounts that fulfill the condition. Specified below.
Declaration
public Input<EventPermissionConditionGetArgs> Condition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventPermissionConditionGetArgs> |
Principal
The 12-digit AWS account ID that you are permitting to put events to your default event bus. Specify * to permit any account to put events to your default event bus, optionally limited by condition.
Declaration
public Input<string> Principal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StatementId
An identifier string for the external account that you are granting permissions to.
Declaration
public Input<string> StatementId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |