Class: Aws::EventBridge::Types::CreateEventBusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dead_letter_configTypes::DeadLetterConfig

Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).

For more information, see [Using dead-letter queues to process undelivered events] in the *EventBridge User Guide*.

[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-event-delivery.html#eb-rule-dlq



1309
1310
1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-eventbridge/types.rb', line 1309

class CreateEventBusResponse < Struct.new(
  :event_bus_arn,
  :description,
  :kms_key_identifier,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The event bus description.

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-eventbridge/types.rb', line 1309

class CreateEventBusResponse < Struct.new(
  :event_bus_arn,
  :description,
  :kms_key_identifier,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#event_bus_arnString

The ARN of the new event bus.

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-eventbridge/types.rb', line 1309

class CreateEventBusResponse < Struct.new(
  :event_bus_arn,
  :description,
  :kms_key_identifier,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.

For more information, see [Data encryption in EventBridge] in the *Amazon EventBridge User Guide*.

[1]: docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption.html

Returns:

  • (String)


1309
1310
1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-eventbridge/types.rb', line 1309

class CreateEventBusResponse < Struct.new(
  :event_bus_arn,
  :description,
  :kms_key_identifier,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end

#log_configTypes::LogConfig

The logging configuration settings for the event bus.

For more information, see [Configuring logs for event buses] in the *EventBridge User Guide*.

[1]: docs.aws.amazon.com/eb-event-bus-logs.html

Returns:



1309
1310
1311
1312
1313
1314
1315
1316
1317
# File 'lib/aws-sdk-eventbridge/types.rb', line 1309

class CreateEventBusResponse < Struct.new(
  :event_bus_arn,
  :description,
  :kms_key_identifier,
  :dead_letter_config,
  :log_config)
  SENSITIVE = []
  include Aws::Structure
end