AWS::ControlTower::EnabledControlThe resource represents an enabled control. It specifies an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
import { CfnEnabledControl } from 'aws-cdk-lib/aws-controltower';Or use the module namespace:
import * as controltower from 'aws-cdk-lib/aws-controltower';
// controltower.CfnEnabledControlConfiguration passed to the constructor as CfnEnabledControlProps.
controlIdentifierRequiredstringThe ARN of the control. Only *Strongly recommended* and *Elective* controls are permitted, with the exception of the *Region deny* control. For information on how to find the `controlIdentifier` , see [the overview page](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html) .
targetIdentifierRequiredstringThe ARN of the organizational unit. For information on how to find the `targetIdentifier` , see [the overview page](https://docs.aws.amazon.com//controltower/latest/APIReference/Welcome.html) .
parametersOptionalIResolvable | IResolvable | EnabledControlParameterProperty[]Array of `EnabledControlParameter` objects.
tagsOptionalCfnTag[]A set of tags to assign to the enabled control.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-controltowerAWS::ControlTower::EnabledControl