interface ObjectiveReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ControlCatalog.ObjectiveReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscontrolcatalog#ObjectiveReference |
Java | software.amazon.awscdk.interfaces.controlcatalog.ObjectiveReference |
Python | aws_cdk.interfaces.aws_controlcatalog.ObjectiveReference |
TypeScript | aws-cdk-lib » interfaces » aws_controlcatalog » ObjectiveReference |
A reference to a Objective resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_controlcatalog as interfaces_controlcatalog } from 'aws-cdk-lib/interfaces';
const objectiveReference: interfaces_controlcatalog.ObjectiveReference = {
objectiveArn: 'objectiveArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| objective | string | The Arn of the Objective resource. |
objectiveArn
Type:
string
The Arn of the Objective resource.

.NET
Go
Java
Python
TypeScript