class
Amazonite::EventBridge::CreateEventBusResponse
- Amazonite::EventBridge::CreateEventBusResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
eventbridge/create_event_bus_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(event_bus_arn : String | Nil = nil, description : String | Nil = nil, kms_key_identifier : String | Nil = nil, dead_letter_config : DeadLetterConfig | Nil = nil, log_config : LogConfig | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. - #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.
-
#event_bus_arn : String | Nil
The ARN of the new event bus.
-
#event_bus_arn=(event_bus_arn : String | Nil)
The ARN of the new event bus.
-
#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.
- #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.