/AWS1/CL_SCARESOURCEGROUP¶
The information about the resource group integration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/SCARESOURCEGROUPSTATE /AWS1/SCARESOURCEGROUPSTATE¶
The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.
CREATE_COMPLETEif the resource group was created successfully.
CREATE_FAILEDif the resource group failed to be created.
UPDATINGif the resource group is in the process of being updated.
UPDATE_COMPLETEif the resource group updated successfully.
UPDATE_FAILEDif the resource group could not update successfully.
iv_arn TYPE /AWS1/SCAARN /AWS1/SCAARN¶
The Amazon resource name (ARN) of the resource group.
iv_errormessage TYPE /AWS1/SCASTRING /AWS1/SCASTRING¶
The error message that generates when the propagation process for the resource group fails.
Queryable Attributes¶
state¶
The state of the propagation process for the resource group. The states includes:
CREATINGif the resource group is in the process of being created.
CREATE_COMPLETEif the resource group was created successfully.
CREATE_FAILEDif the resource group failed to be created.
UPDATINGif the resource group is in the process of being updated.
UPDATE_COMPLETEif the resource group updated successfully.
UPDATE_FAILEDif the resource group could not update successfully.
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 |
arn¶
The Amazon resource name (ARN) of the resource group.
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 |
errorMessage¶
The error message that generates when the propagation process for the resource group fails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |