interface CfnCommonControlProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ControlCatalog.CfnCommonControlProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscontrolcatalog#CfnCommonControlProps |
Java | software.amazon.awscdk.services.controlcatalog.CfnCommonControlProps |
Python | aws_cdk.aws_controlcatalog.CfnCommonControlProps |
TypeScript | aws-cdk-lib » aws_controlcatalog » CfnCommonControlProps |
Properties for defining a CfnCommonControl.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controlcatalog as controlcatalog } from 'aws-cdk-lib';
const cfnCommonControlProps: controlcatalog.CfnCommonControlProps = { };

.NET
Go
Java
Python
TypeScript