interface CloudExadataInfrastructureReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CloudExadataInfrastructureReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CloudExadataInfrastructureReference |
![]() | software.amazon.awscdk.services.odb.CloudExadataInfrastructureReference |
![]() | aws_cdk.aws_odb.CloudExadataInfrastructureReference |
![]() | aws-cdk-lib » aws_odb » CloudExadataInfrastructureReference |
A reference to a CloudExadataInfrastructure 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 cloudExadataInfrastructureReference: odb.CloudExadataInfrastructureReference = {
cloudExadataInfrastructureArn: 'cloudExadataInfrastructureArn',
};
Properties
Name | Type | Description |
---|---|---|
cloud | string | The CloudExadataInfrastructureArn of the CloudExadataInfrastructure resource. |
cloudExadataInfrastructureArn
Type:
string
The CloudExadataInfrastructureArn of the CloudExadataInfrastructure resource.