class
Amazonite::EventBridge::DescribeEventBusResponse
- Amazonite::EventBridge::DescribeEventBusResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/describe_event_bus_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, arn : String | Nil = nil, description : String | Nil = nil, kms_key_identifier : String | Nil = nil, dead_letter_config : DeadLetterConfig | Nil = nil, policy : String | Nil = nil, log_config : LogConfig | Nil = nil, creation_time : Time | Nil = nil, last_modified_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
#creation_time : Time | Nil
The time the event bus was created.
-
#creation_time=(creation_time : Time | Nil)
The time the event bus was created.
- #dead_letter_config : DeadLetterConfig | Nil
- #dead_letter_config=(dead_letter_config : DeadLetterConfig | Nil)
-
#description : String | Nil
The event bus description.
-
#description=(description : String | Nil)
The event bus description.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_identifier : String | Nil
The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
-
#kms_key_identifier=(kms_key_identifier : String | Nil)
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 | Nil
The time the event bus was last modified.
-
#last_modified_time=(last_modified_time : Time | Nil)
The time the event bus was last modified.
-
#log_config : LogConfig | Nil
The logging configuration settings for the event bus.
-
#log_config=(log_config : LogConfig | Nil)
The logging configuration settings for the event bus.
-
#name : String | Nil
The name of the event bus.
-
#name=(name : String | Nil)
The name of the event bus.
-
#policy : String | Nil
The policy that enables the external account to send events to your account.
-
#policy=(policy : String | Nil)
The policy that enables the external account to send events to your account.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
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.
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.
The time the event bus was last modified.
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
The policy that enables the external account to send events to your account.
The policy that enables the external account to send events to your account.