interface CfnCommonControlMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ControlCatalog.CfnCommonControlMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscontrolcatalog#CfnCommonControlMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.controlcatalog.CfnCommonControlMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_controlcatalog.CfnCommonControlMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_controlcatalog » CfnCommonControlMixinProps |
Properties for CfnCommonControlPropsMixin.
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/cfn-property-mixins';
const cfnCommonControlMixinProps: controlcatalog.CfnCommonControlMixinProps = { };

.NET
Go
Java
Python
TypeScript