ControlOperation - AWS Control Tower
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 or DISABLE_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, or FAILED.

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: