Class AWSEventBridgeCreateRequestAttributes

The EventBridge source to be created.

Hierarchy

  • AWSEventBridgeCreateRequestAttributes

Constructors

Properties

accountId: string

AWS Account ID.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createEventBus?: boolean

Set to true if Datadog should create the event bus in addition to the event source. Requires the events:CreateEventBus permission.

eventGeneratorName: string

The given part of the event source name, which is then combined with an assigned suffix to form the full name.

region: string

The event source's AWS region.

Generated using TypeDoc