IGlobalConfig / IControlTowerConfig / IControlTowerLandingZoneConfig

Description

AWS Control Tower Landing Zone configuration

Remarks

This allows you to manage AWS Control Tower Landing Zone configuration.

Example

landingZone:
version: '3.3'
logging:
loggingBucketRetentionDays: 365
accessLoggingBucketRetentionDays: 3650
organizationTrail: true
security:
enableIdentityCenterAccess: true

Hierarchy

  • IControlTowerLandingZoneConfig

Implemented by

Properties

Properties

AWS Control Tower Landing Zone logging configuration

See

IControlTowerLandingZoneLoggingConfig for more information.

AWS Control Tower Landing Zone security configuration

See

IControlTowerLandingZoneSecurityConfig for more information.

version: string

The landing zone version, for example, 3.3.

Remarks

Most AWS Control Tower Landing Zone operation needs the version to latest available version. The AWS Control Tower Landing Zone will be updated or reset when it drifts or when any configuration changes have been made in global-config. When the value of this property is set to the latest available version, AWS Control Tower Landing Zone can be updated or reset. The solution will fail if this property version is not set to the latest available version. If you wish to update or reset the AWS Control Tower Landing Zone, you will need to update this property to match the latest available version.

Generated using TypeDoc