Class: Aws::EventBridge::Types::DescribeEventBusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeEventBusResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
#creation_time ⇒ Time
The time the event bus was created.
-
#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.
-
#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.
-
#last_modified_time ⇒ Time
The time the event bus was last modified.
-
#log_config ⇒ Types::LogConfig
The logging configuration settings for the event bus.
-
#name ⇒ String
The name of the event bus.
-
#policy ⇒ String
The policy that enables the external account to send events to your account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the event bus was created.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#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 Using dead-letter queues to process undelivered events in the EventBridge User Guide.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The event bus description.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) 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.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time the event bus was last modified.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::LogConfig
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event bus. Currently, this is always default
.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy that enables the external account to send events to your account.
2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2078 class DescribeEventBusResponse < Struct.new( :name, :arn, :description, :kms_key_identifier, :dead_letter_config, :policy, :log_config, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |