CloudExadataInfrastructureReference
- class aws_cdk.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 import aws_odb as odb cloud_exadata_infrastructure_reference = odb.CloudExadataInfrastructureReference( cloud_exadata_infrastructure_arn="cloudExadataInfrastructureArn" )
Attributes
- cloud_exadata_infrastructure_arn
The CloudExadataInfrastructureArn of the CloudExadataInfrastructure resource.