ControlOperation
An operation performed by the control.
Contents
- controlIdentifier
-
The
controlIdentifier
of the control for the operation.Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:aws[0-9a-zA-Z_\-:\/]+$
Required: No
- enabledControlIdentifier
-
The
controlIdentifier
of the enabled control.Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:aws[0-9a-zA-Z_\-:\/]+$
Required: No
- endTime
-
The time that the operation finished.
Type: Timestamp
Required: No
- operationIdentifier
-
The identifier of the specified operation.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: No
- operationType
-
One of
ENABLE_CONTROL
orDISABLE_CONTROL
.Type: String
Valid Values:
ENABLE_CONTROL | DISABLE_CONTROL | UPDATE_ENABLED_CONTROL | RESET_ENABLED_CONTROL
Required: No
- startTime
-
The time that the operation began.
Type: Timestamp
Required: No
- status
-
One of
IN_PROGRESS
,SUCEEDED
, orFAILED
.Type: String
Valid Values:
SUCCEEDED | FAILED | IN_PROGRESS
Required: No
- statusMessage
-
If the operation result is
FAILED
, this string contains a message explaining why the operation failed.Type: String
Required: No
- targetIdentifier
-
The target upon which the control operation is working.
Type: String
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: