class
Amazonite::EventBridge::UpdateEventBusResponse
- Amazonite::EventBridge::UpdateEventBusResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/update_event_bus_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, kms_key_identifier : String | Nil = nil, description : String | Nil = nil, dead_letter_config : DeadLetterConfig | Nil = nil, log_config : LogConfig | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The event bus Amazon Resource Name (ARN).
-
#arn=(arn : String | Nil)
The event bus Amazon Resource Name (ARN).
- #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.
-
#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 event bus name.
-
#name=(name : String | Nil)
The event bus name.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 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.