Provides a Datadog - Amazon Web Services integration EventBridge resource. This can be used to create and manage Event Sources for each Datadog integrated AWS account.
# Create new integration_aws_event_bridge resource
resource "datadog_integration_aws_event_bridge" "foo" {
account_id = "123456789012"
create_event_bus = true
event_generator_name = "app-alerts"
region = "us-east-1"
}
account_id
(String) Your AWS Account ID without dashes.event_generator_name
(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.create_event_bus
(Boolean) True if Datadog should create the event bus in addition to the event source. Requires the events:CreateEventBus
permission. Defaults to true
.id
(String) The ID of this resource.Import is supported using the following syntax:
# Amazon Web Service EventBridge integrations are imported using the Event Source name as listed for an integrated AWS account in Datadog
terraform import datadog_integration_aws_event_bridge.foo event-source-name-abc12345