/AWS1/CL_KFKDELETECONFRESPONSE¶
DeleteConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
iv_state TYPE /AWS1/KFKCONFIGURATIONSTATE /AWS1/KFKCONFIGURATIONSTATE¶
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
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 |
State¶
The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |