/AWS1/CL_EVBCREATEEBUSRESPONSE¶
CreateEventBusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventbusarn TYPE /AWS1/EVBSTRING /AWS1/EVBSTRING¶
The ARN of the new event bus.
iv_description TYPE /AWS1/EVBEVENTBUSDESCRIPTION /AWS1/EVBEVENTBUSDESCRIPTION¶
The event bus description.
iv_kmskeyidentifier TYPE /AWS1/EVBKMSKEYIDENTIFIER /AWS1/EVBKMSKEYIDENTIFIER¶
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.
io_deadletterconfig TYPE REF TO /AWS1/CL_EVBDEADLETTERCONFIG /AWS1/CL_EVBDEADLETTERCONFIG¶
DeadLetterConfig
io_logconfig TYPE REF TO /AWS1/CL_EVBLOGCONFIG /AWS1/CL_EVBLOGCONFIG¶
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
Queryable Attributes¶
EventBusArn¶
The ARN of the new event bus.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTBUSARN() |
Getter for EVENTBUSARN, with configurable default |
ASK_EVENTBUSARN() |
Getter for EVENTBUSARN w/ exceptions if field has no value |
HAS_EVENTBUSARN() |
Determine if EVENTBUSARN has a value |
Description¶
The event bus description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
KmsKeyIdentifier¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER, with configurable default |
ASK_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER w/ exceptions if field has no va |
HAS_KMSKEYIDENTIFIER() |
Determine if KMSKEYIDENTIFIER has a value |
DeadLetterConfig¶
DeadLetterConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEADLETTERCONFIG() |
Getter for DEADLETTERCONFIG |
LogConfig¶
The logging configuration settings for the event bus.
For more information, see Configuring logs for event buses in the EventBridge User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIG() |
Getter for LOGCONFIG |