/AWS1/CL_CFSORGRESRCDETEDSTA00¶
Status filter object to filter results based on specific member account ID or status type for an organization conformance pack.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/CFSACCOUNTID /AWS1/CFSACCOUNTID¶
The 12-digit account ID of the member account within an organization.
iv_status TYPE /AWS1/CFSORGRESRCDETEDSTATUS /AWS1/CFSORGRESRCDETEDSTATUS¶
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account.
Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.rproxy.govskope.ca.Config sets the state of the conformance pack to:
CREATE_SUCCESSFULwhen conformance pack has been created in the member account.
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account.
CREATE_FAILEDwhen conformance pack creation has failed in the member account.
DELETE_FAILEDwhen conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account.
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account.
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account.
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account.
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
Queryable Attributes¶
AccountId¶
The 12-digit account ID of the member account within an organization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Status¶
Indicates deployment status for conformance pack in a member account. When management account calls
PutOrganizationConformancePackaction for the first time, conformance pack status is created in the member account. When management account callsPutOrganizationConformancePackaction for the second time, conformance pack status is updated in the member account.
Conformance pack status is deleted when the management account deletesOrganizationConformancePackand disables service access forconfig-multiaccountsetup.amazonaws.com.rproxy.govskope.ca.Config sets the state of the conformance pack to:
CREATE_SUCCESSFULwhen conformance pack has been created in the member account.
CREATE_IN_PROGRESSwhen conformance pack is being created in the member account.
CREATE_FAILEDwhen conformance pack creation has failed in the member account.
DELETE_FAILEDwhen conformance pack deletion has failed in the member account.
DELETE_IN_PROGRESSwhen conformance pack is being deleted in the member account.
DELETE_SUCCESSFULwhen conformance pack has been deleted in the member account.
UPDATE_SUCCESSFULwhen conformance pack has been updated in the member account.
UPDATE_IN_PROGRESSwhen conformance pack is being updated in the member account.
UPDATE_FAILEDwhen conformance pack deletion has failed in the member account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |