aws-cdk-lib.aws_controltower.CfnEnabledControlProps
interface CfnEnabledControlProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ControlTower.CfnEnabledControlProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscontroltower#CfnEnabledControlProps |
![]() | software.amazon.awscdk.services.controltower.CfnEnabledControlProps |
![]() | aws_cdk.aws_controltower.CfnEnabledControlProps |
![]() | 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
Name | Type | Description |
---|---|---|
control | string | The ARN of the control. |
target | string | The 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.