OdbPeeringConnectionReference
- class aws_cdk.interfaces.aws_odb.OdbPeeringConnectionReference(*, odb_peering_connection_arn)
Bases:
objectA reference to a OdbPeeringConnection resource.
- Parameters:
odb_peering_connection_arn (
str) – The OdbPeeringConnectionArn of the OdbPeeringConnection 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_odb odb_peering_connection_reference = interfaces_odb.OdbPeeringConnectionReference( odb_peering_connection_arn="odbPeeringConnectionArn" )
Attributes
- odb_peering_connection_arn
The OdbPeeringConnectionArn of the OdbPeeringConnection resource.