An object used to create an EventBridge source.

Hierarchy

  • AWSEventBridgeCreateRequest

Constructors

Properties

accountId?: string

Your AWS Account ID without dashes.

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

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