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

.NET
Go
Java
Python
TypeScript