OdbNetworkReference

class aws_cdk.aws_odb.OdbNetworkReference(*, odb_network_arn)

Bases: object

A reference to a OdbNetwork resource.

Parameters:

odb_network_arn (str) – The OdbNetworkArn of the OdbNetwork 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_network_reference = odb.OdbNetworkReference(
    odb_network_arn="odbNetworkArn"
)

Attributes

odb_network_arn

The OdbNetworkArn of the OdbNetwork resource.