OdbNetworkReference
- class aws_cdk.interfaces.aws_odb.OdbNetworkReference(*, odb_network_arn)
Bases:
objectA 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.interfaces import aws_odb as interfaces_aws_odb odb_network_reference = interfaces_aws_odb.OdbNetworkReference( odb_network_arn="odbNetworkArn" )
Attributes
- odb_network_arn
The OdbNetworkArn of the OdbNetwork resource.