EnabledControlFilter
A structure that returns a set of control identifiers, the control status for each control in the set, and the drift status for each control in the set.
Contents
- controlIdentifiers
-
The set of
controlIdentifierreturned by the filter.Type: Array of strings
Array Members: Fixed number of 1 item.
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[0-9a-zA-Z_\-:\/]+Required: No
- driftStatuses
-
A list of
DriftStatusitems.Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
DRIFTED | IN_SYNC | NOT_CHECKING | UNKNOWNRequired: No
- inheritanceDriftStatuses
-
Filters enabled controls by their inheritance drift status, allowing you to find controls with specific inheritance-related drift conditions.
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
DRIFTED | IN_SYNC | NOT_CHECKING | UNKNOWNRequired: No
- parentIdentifiers
-
Filters enabled controls by their parent control identifiers, allowing you to find child controls of specific parent controls.
Type: Array of strings
Array Members: Fixed number of 1 item.
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[0-9a-zA-Z_\-:\/]+Required: No
- resourceDriftStatuses
-
Filters enabled controls by their resource drift status, allowing you to find controls with specific resource-related drift conditions.
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
DRIFTED | IN_SYNC | NOT_CHECKING | UNKNOWNRequired: No
- statuses
-
A list of
EnablementStatusitems.Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
SUCCEEDED | FAILED | UNDER_CHANGERequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: