interface CloudVmClusterReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CloudVmClusterReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CloudVmClusterReference |
![]() | software.amazon.awscdk.services.odb.CloudVmClusterReference |
![]() | aws_cdk.aws_odb.CloudVmClusterReference |
![]() | aws-cdk-lib » aws_odb » CloudVmClusterReference |
A reference to a CloudVmCluster resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const cloudVmClusterReference: odb.CloudVmClusterReference = {
cloudVmClusterArn: 'cloudVmClusterArn',
};
Properties
Name | Type | Description |
---|---|---|
cloud | string | The CloudVmClusterArn of the CloudVmCluster resource. |
cloudVmClusterArn
Type:
string
The CloudVmClusterArn of the CloudVmCluster resource.