alicloud_event_bridge_event_bus

Provides a Event Bridge Event Bus resource.

For information about Event Bridge Event Bus and how to use it, see What is Event Bus.

Example Usage

Basic Usage

variable "name" {
  default = "tf-example"
}
resource "alicloud_event_bridge_event_bus" "example" {
  event_bus_name = var.name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Event Bridge Event Bus can be imported using the id, e.g.

$ terraform import alicloud_event_bridge_event_bus.example <event_bus_name>