interface CloudExadataInfrastructureReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ODB.CloudExadataInfrastructureReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsodb#CloudExadataInfrastructureReference |
Java | software.amazon.awscdk.interfaces.odb.CloudExadataInfrastructureReference |
Python | aws_cdk.interfaces.aws_odb.CloudExadataInfrastructureReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_odb } from 'aws-cdk-lib/interfaces';
const cloudExadataInfrastructureReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript