Data Source: aws_cloudwatch_event_bus

This data source can be used to fetch information about a specific EventBridge event bus. Use this data source to compute the ARN of an event bus, given the name of the bus.

Example Usage

data "aws_cloudwatch_event_bus" "example" {
  name = "example-bus-name"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: