Class: Aws::EventBridge::Types::CreateEventBusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::CreateEventBusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dead_letter_config ⇒ Types::DeadLetterConfig
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
-
#description ⇒ String
The event bus description.
-
#event_bus_arn ⇒ String
The ARN of the new event bus.
-
#kms_key_identifier ⇒ String
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
Instance Attribute Details
#dead_letter_config ⇒ Types::DeadLetterConfig
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see [Event retry policy and using dead-letter queues](eventbridge/latest/userguide/eb-rule-dlq.html) in the *EventBridge User Guide*.
1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1156 class CreateEventBusResponse < Struct.new( :event_bus_arn, :description, :kms_key_identifier, :dead_letter_config) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The event bus description.
1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1156 class CreateEventBusResponse < Struct.new( :event_bus_arn, :description, :kms_key_identifier, :dead_letter_config) SENSITIVE = [] include Aws::Structure end |
#event_bus_arn ⇒ String
The ARN of the new event bus.
1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1156 class CreateEventBusResponse < Struct.new( :event_bus_arn, :description, :kms_key_identifier, :dead_letter_config) SENSITIVE = [] include Aws::Structure end |
#kms_key_identifier ⇒ String
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
1156 1157 1158 1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 1156 class CreateEventBusResponse < Struct.new( :event_bus_arn, :description, :kms_key_identifier, :dead_letter_config) SENSITIVE = [] include Aws::Structure end |