controltower:UpdateLandingZone

Write

controltower:UpdateLandingZone is a Write access-level action in the controltower service. Grants permission to update a landing zone

Resource types

ARNs that controltower:UpdateLandingZone can be scoped to in an IAM policy.

arn:${Partition}:controltower:${Region}:${Account}:landingzone/${LandingZoneId}
LandingZone

Condition keys

Keys you can use in the Condition block of a policy that grants controltower:UpdateLandingZone.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows controltower:UpdateLandingZone. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowControltowerUpdateLandingZone",
      "Effect": "Allow",
      "Action": "controltower:UpdateLandingZone",
      "Resource": "*"
    }
  ]
}

Related actions in controltower

View all controltower actions →