OdbPeeringConnectionReference

class aws_cdk.aws_odb.OdbPeeringConnectionReference(*, odb_peering_connection_arn)

Bases: object

A 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 import aws_odb as odb

odb_peering_connection_reference = odb.OdbPeeringConnectionReference(
    odb_peering_connection_arn="odbPeeringConnectionArn"
)

Attributes

odb_peering_connection_arn

The OdbPeeringConnectionArn of the OdbPeeringConnection resource.