interface CfnObjectiveProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ControlCatalog.CfnObjectiveProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscontrolcatalog#CfnObjectiveProps |
Java | software.amazon.awscdk.services.controlcatalog.CfnObjectiveProps |
Python | aws_cdk.aws_controlcatalog.CfnObjectiveProps |
TypeScript | aws-cdk-lib » aws_controlcatalog » CfnObjectiveProps |
Properties for defining a CfnObjective.
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 cfnObjectiveProps: controlcatalog.CfnObjectiveProps = { };

.NET
Go
Java
Python
TypeScript