interface EnabledControlReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ControlTower.EnabledControlReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscontroltower#EnabledControlReference |
![]() | software.amazon.awscdk.services.controltower.EnabledControlReference |
![]() | aws_cdk.aws_controltower.EnabledControlReference |
![]() | aws-cdk-lib » aws_controltower » EnabledControlReference |
A reference to a EnabledControl resource.
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 enabledControlReference: controltower.EnabledControlReference = {
controlIdentifier: 'controlIdentifier',
targetIdentifier: 'targetIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
control | string | The ControlIdentifier of the EnabledControl resource. |
target | string | The TargetIdentifier of the EnabledControl resource. |
controlIdentifier
Type:
string
The ControlIdentifier of the EnabledControl resource.
targetIdentifier
Type:
string
The TargetIdentifier of the EnabledControl resource.