CloudExadataInfrastructureReference

class aws_cdk.interfaces.aws_odb.CloudExadataInfrastructureReference(*, cloud_exadata_infrastructure_arn)

Bases: object

A reference to a CloudExadataInfrastructure resource.

Parameters:

cloud_exadata_infrastructure_arn (str) – The CloudExadataInfrastructureArn of the CloudExadataInfrastructure resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_odb as interfaces_aws_odb

cloud_exadata_infrastructure_reference = interfaces_aws_odb.CloudExadataInfrastructureReference(
    cloud_exadata_infrastructure_arn="cloudExadataInfrastructureArn"
)

Attributes

cloud_exadata_infrastructure_arn

The CloudExadataInfrastructureArn of the CloudExadataInfrastructure resource.