aws-cdk-lib.aws_controltower.CfnEnabledControlProps

interface CfnEnabledControlProps

LanguageType name
.NETAmazon.CDK.AWS.ControlTower.CfnEnabledControlProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscontroltower#CfnEnabledControlProps
Javasoftware.amazon.awscdk.services.controltower.CfnEnabledControlProps
Pythonaws_cdk.aws_controltower.CfnEnabledControlProps
TypeScript aws-cdk-lib » aws_controltower » CfnEnabledControlProps

Properties for defining a CfnEnabledControl.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controltower as controltower } from 'aws-cdk-lib';
const cfnEnabledControlProps: controltower.CfnEnabledControlProps = {
  controlIdentifier: 'controlIdentifier',
  targetIdentifier: 'targetIdentifier',
};

Properties

NameTypeDescription
controlIdentifierstringThe ARN of the control.
targetIdentifierstringThe ARN of the organizational unit.

controlIdentifier

Type: string

The ARN of the control.

Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.


targetIdentifier

Type: string

The ARN of the organizational unit.