AWS Fundamentals Logo
AWS Fundamentals
AWS::ControlTower::LandingZone

ControlTower LandingZone

Definition of AWS::ControlTower::LandingZone Resource Type

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Manifest
Any
Required
Version
string
Required
RemediationTypes
array
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
DriftStatusstring-
LandingZoneIdentifierstring-
LatestAvailableVersionstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ControlTower::LandingZone

Resources:
  MyResource:
    Type: AWS::ControlTower::LandingZone
    Properties:
      Manifest: "value"
      Version: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

controltower:CreateLandingZonecontroltower:GetLandingZoneOperationcontroltower:ListTagsForResourcecontroltower:TagResourcecontroltower:GetLandingZonecloudformation:DescribeOrganizationsAccessservicecatalog:AssociatePrincipalWithPortfolioservicecatalog:AssociateProductWithPortfolio

read

controltower:GetLandingZonecontroltower:ListTagsForResource

update

controltower:UpdateLandingZonecontroltower:GetLandingZoneOperationcontroltower:ListTagsForResourcecontroltower:TagResourcecontroltower:GetLandingZonecontroltower:UntagResourcecloudformation:DescribeOrganizationsAccessservicecatalog:AssociatePrincipalWithPortfolio

delete

controltower:DeleteLandingZonecontroltower:GetLandingZonecontroltower:GetLandingZoneOperationcloudformation:DescribeOrganizationsAccessservicecatalog:ListPortfoliosservicecatalog:ListProvisioningArtifactsservicecatalog:SearchProductsAsAdminservicecatalog:DeleteProvisioningArtifact

list

controltower:ListLandingZones

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceControlTower
Properties9
Required2
TaggingSupported
Primary IDLandingZoneIdentifier

Supported Operations

CreateReadUpdateDeleteList

External Links