interface ObjectiveProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ControlCatalog.CfnCommonControlPropsMixin.ObjectiveProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscontrolcatalog#CfnCommonControlPropsMixin_ObjectiveProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.controlcatalog.CfnCommonControlPropsMixin.ObjectiveProperty |
Python | aws_cdk.cfn_property_mixins.aws_controlcatalog.CfnCommonControlPropsMixin.ObjectiveProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_controlcatalog » CfnCommonControlPropsMixin » ObjectiveProperty |
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 objectiveProperty: controlcatalog.CfnCommonControlPropsMixin.ObjectiveProperty = {
arn: 'arn',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | |
| name? | string |
arn?
Type:
string
(optional)
name?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript