ControlOperationFilter
A filter object that lets you call ListControlOperations
with a specific filter.
Contents
- controlIdentifiers
-
The set of
controlIdentifier
returned 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
- controlOperationTypes
-
The set of
ControlOperation
objects returned by the filter.Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
ENABLE_CONTROL | DISABLE_CONTROL | UPDATE_ENABLED_CONTROL | RESET_ENABLED_CONTROL
Required: No
- enabledControlIdentifiers
-
The set
controlIdentifier
of enabled controls selected 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
- statuses
-
Lists the status of control operations.
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
SUCCEEDED | FAILED | IN_PROGRESS
Required: No
- targetIdentifiers
-
The set of
targetIdentifier
objects returned 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: