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';
declare const value: any;
const cfnEnabledControlProps: controltower.CfnEnabledControlProps = {
controlIdentifier: 'controlIdentifier',
targetIdentifier: 'targetIdentifier',
// the properties below are optional
parameters: [{
key: 'key',
value: value,
}],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
control | string | The ARN of the control. |
target | string | The ARN of the organizational unit. |
parameters? | IResolvable | IResolvable | Enabled [] | Array of EnabledControlParameter objects. |
tags? | Cfn [] | Tags to be applied to the enabled control. |
controlIdentifier
Type:
string
The 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 .
targetIdentifier
Type:
string
The ARN of the organizational unit.
For information on how to find the targetIdentifier
, see the overview page .
parameters?
Type:
IResolvable
|
IResolvable
|
Enabled
[]
(optional)
Array of EnabledControlParameter
objects.
tags?
Type:
Cfn
[]
(optional)
Tags to be applied to the enabled control.