controltower:EnableControl is a Write access-level action in the controltower service. Grants permission to activate a control for an organizational unit
ARNs that controltower:EnableControl can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants controltower:EnableControl.
Filters access by the tags associated with the resource
To use controltower:EnableControl you may also need to grant:
A minimal policy that allows controltower:EnableControl. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowControltowerEnableControl",
"Effect": "Allow",
"Action": "controltower:EnableControl",
"Resource": "*"
}
]
}