Class: Aws::EventBridgeV2::Types::CreateEventBusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ String

Unique, case-sensitive identifier that ensures the idempotency of the request. The SDK generates one automatically when the field is omitted.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

Free-text description. Used by every resource type that has one: event buses, subscribers, and event sources.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configuration ⇒ Types::EncryptionConfiguration

Encryption configuration for an event bus.



178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

Name of an event bus. The first character must be alphanumeric; the remaining characters may also include '.', '-', and '_'. The grammar matches the name segment of EventBusArn (event-busv2//), so every valid name can be represented in the bus's ARN. The same type is used everywhere a bus name appears.

Returns:

  • (String)


178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#storage_configuration ⇒ Types::StorageConfiguration

Event storage configuration for an event bus.



178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Tags attached to a resource, as key-value pairs.

Returns:

  • (Hash<String,String>)


178
179
180
181
182
183
184
185
186
187
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 178

class CreateEventBusRequest < Struct.new(
  :name,
  :description,
  :encryption_configuration,
  :storage_configuration,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end