/AWS1/CL_CTTENABLEDCONTROLDETS¶
Information about the enabled control.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/CTTARN /AWS1/CTTARN¶
The ARN of the enabled control.
iv_controlidentifier TYPE /AWS1/CTTCONTROLIDENTIFIER /AWS1/CTTCONTROLIDENTIFIER¶
The control identifier of the enabled control. For information on how to find the
controlIdentifier, see the overview page.
iv_targetidentifier TYPE /AWS1/CTTTARGETIDENTIFIER /AWS1/CTTTARGETIDENTIFIER¶
The ARN of the organizational unit. For information on how to find the
targetIdentifier, see the overview page.
io_statussummary TYPE REF TO /AWS1/CL_CTTENBMENTSTATUSSUMM /AWS1/CL_CTTENBMENTSTATUSSUMM¶
The deployment summary of the enabled control.
io_driftstatussummary TYPE REF TO /AWS1/CL_CTTDRIFTSTATUSSUMMARY /AWS1/CL_CTTDRIFTSTATUSSUMMARY¶
The drift status of the enabled control.
iv_parentidentifier TYPE /AWS1/CTTPARENTIDENTIFIER /AWS1/CTTPARENTIDENTIFIER¶
The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
it_targetregions TYPE /AWS1/CL_CTTREGION=>TT_TARGETREGIONS TT_TARGETREGIONS¶
Target Amazon Web Services Regions for the enabled control.
it_parameters TYPE /AWS1/CL_CTTENBDCTLPARAMSUMM=>TT_ENABLEDCONTROLPARAMETERSUMS TT_ENABLEDCONTROLPARAMETERSUMS¶
Array of
EnabledControlParameterobjects.
Queryable Attributes¶
arn¶
The ARN of the enabled control.
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 |
controlIdentifier¶
The control identifier of the enabled control. For information on how to find the
controlIdentifier, see the overview page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTROLIDENTIFIER() |
Getter for CONTROLIDENTIFIER, with configurable default |
ASK_CONTROLIDENTIFIER() |
Getter for CONTROLIDENTIFIER w/ exceptions if field has no v |
HAS_CONTROLIDENTIFIER() |
Determine if CONTROLIDENTIFIER has a value |
targetIdentifier¶
The ARN of the organizational unit. For information on how to find the
targetIdentifier, see the overview page.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETIDENTIFIER() |
Getter for TARGETIDENTIFIER, with configurable default |
ASK_TARGETIDENTIFIER() |
Getter for TARGETIDENTIFIER w/ exceptions if field has no va |
HAS_TARGETIDENTIFIER() |
Determine if TARGETIDENTIFIER has a value |
statusSummary¶
The deployment summary of the enabled control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSSUMMARY() |
Getter for STATUSSUMMARY |
driftStatusSummary¶
The drift status of the enabled control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DRIFTSTATUSSUMMARY() |
Getter for DRIFTSTATUSSUMMARY |
parentIdentifier¶
The ARN of the parent enabled control from which this control inherits its configuration, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENTIDENTIFIER() |
Getter for PARENTIDENTIFIER, with configurable default |
ASK_PARENTIDENTIFIER() |
Getter for PARENTIDENTIFIER w/ exceptions if field has no va |
HAS_PARENTIDENTIFIER() |
Determine if PARENTIDENTIFIER has a value |
targetRegions¶
Target Amazon Web Services Regions for the enabled control.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETREGIONS() |
Getter for TARGETREGIONS, with configurable default |
ASK_TARGETREGIONS() |
Getter for TARGETREGIONS w/ exceptions if field has no value |
HAS_TARGETREGIONS() |
Determine if TARGETREGIONS has a value |
parameters¶
Array of
EnabledControlParameterobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |