/AWS1/CL_EVBUPDATEEBUSRESPONSE¶
UpdateEventBusResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/EVBSTRING /AWS1/EVBSTRING¶
The event bus Amazon Resource Name (ARN).
iv_name TYPE /AWS1/EVBEVENTBUSNAME /AWS1/EVBEVENTBUSNAME¶
The event bus name.
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.
iv_description TYPE /AWS1/EVBEVENTBUSDESCRIPTION /AWS1/EVBEVENTBUSDESCRIPTION¶
The event bus description.
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¶
Arn¶
The event bus Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The event bus name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME 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 |
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 |
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 |