awscc_events_event_bus (Resource)

Resource type definition for AWS::Events::EventBus

Example Usage

Basic usage

resource "awscc_events_event_bus" "sample" {
  name = "sample"
}

Partner integration

The following example creates a partner event bus, note that the event source must be configured first.

resource "awscc_events_event_bus" "sample_partner_event_bus" {
  name = "aws.partner/examplepartner.com/example-eqrry6br"
  event_source_name = "aws.partner/examplepartner.com/example-eqrry6br"
}

Schema

Required

Optional

Read-Only

Nested Schema for tags

Required:

Import

Import is supported using the following syntax:

$ terraform import awscc_events_event_bus.example <resource ID>