GlobalConfig / ControlTowerConfig / ControlTowerControlConfig Control Tower controls

See

ControlTowerControlConfig

This allows you to enable Strongly Recommended or Elective Controls https://docs.aws.amazon.com/controltower/latest/userguide/optional-controls.html

Remarks

AWS Control Tower is limited to 10 concurrent operations, where enabling a control for one Organizational Unit constitutes a single operation. To avoid throttling, please enable controls in batches of 10 or fewer each pipeline run. Keep in mind other Control Tower operations may use up some of the available quota.

Example

controlTowerControls:
- identifier: AWS-GR_RESTRICT_ROOT_USER_ACCESS_KEYS
enable: true
deploymentTargets:
organizationalUnits:
- Workloads

Hierarchy

  • ControlTowerControlConfig

Implements

Constructors

Properties

deploymentTargets: DeploymentTargets = ...

Control Tower control deployment targets, controls can only be deployed to Organizational Units

enable: boolean = true

Control enabled

identifier: string = ''

Control Tower control identifier, for Strongly Recommended or Elective controls this should start with AWS-GR

Generated using TypeDoc