class Aws::EventBridge::Types::CreateEventBusRequest

@note When making an API call, you may pass CreateEventBusRequest

data as a hash:

    {
      name: "EventBusName", # required
      event_source_name: "EventSourceName",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name of the new event bus.

Event bus names cannot contain the / character. You can't use the
name `default` for a custom event bus, as this name is already used
for your account's default event bus.

If this is a partner event bus, the name must exactly match the name
of the partner event source that this event bus is matched to.
@return [String]

@!attribute [rw] event_source_name

If you are creating a partner event bus, this specifies the partner
event source that the new event bus will be matched with.
@return [String]

@!attribute [rw] tags

Tags to associate with the event bus.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/CreateEventBusRequest AWS API Documentation

Constants

SENSITIVE