Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 707 Bytes

enable-control.rst

File metadata and controls

16 lines (11 loc) · 707 Bytes

To Enable Control Tower Control

The following enable-control example enables an AWS Control Tower control:

aws controltower enable-control \
    --control-identifier arn:aws:controlcatalog:::control/497wrm2xnk1wxlf4obrxxxxxx \
    --target-identifier arn:aws:organizations::123456789012:ou/o-s64ryxxxxx/ou-oqxx-i5wnxxxx

Output:

{
    "arn": "arn:aws:controltower:us-east-1:123456789012:enabledcontrol/18J5KBJ3W3VTIRLV",
    "operationIdentifier": "7691fc5a-de87-4540-8c95-b0aabd56382c"
}

For more information, see AWS Control Tower Controls in the AWS Control Tower User Guide.