Show / Hide Table of Contents

Class EventPermissionState

Inheritance
System.Object
InputArgs
ResourceArgs
EventPermissionState
Inherited Members
ResourceArgs.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.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventPermissionState : ResourceArgs

Constructors

View Source

EventPermissionState()

Declaration
public EventPermissionState()

Properties

View Source

Action

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

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

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

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