ControlOperationSummary
A summary of information about the specified control operation.
Contents
- controlIdentifier
-
The
controlIdentifier
of a control.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 an 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 at which the control operation was completed.
Type: Timestamp
Required: No
- operationIdentifier
-
The unique identifier of a control 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
-
The type of operation.
Type: String
Valid Values:
ENABLE_CONTROL | DISABLE_CONTROL | UPDATE_ENABLED_CONTROL | RESET_ENABLED_CONTROL
Required: No
- startTime
-
The time at which a control operation began.
Type: Timestamp
Required: No
- status
-
The status of the specified control operation.
Type: String
Valid Values:
SUCCEEDED | FAILED | IN_PROGRESS
Required: No
- statusMessage
-
A speficic message displayed as part of the control status.
Type: String
Required: No
- targetIdentifier
-
The unique identifier of the target of a control operation.
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: