CfnOdbPeeringConnectionMixinProps

class aws_cdk.mixins_preview.aws_odb.mixins.CfnOdbPeeringConnectionMixinProps(*, additional_peer_network_cidrs=None, display_name=None, odb_network_id=None, peer_network_id=None, tags=None)

Bases: object

Properties for CfnOdbPeeringConnectionPropsMixin.

Parameters:
  • additional_peer_network_cidrs (Optional[Sequence[str]]) – The additional CIDR blocks for the ODB peering connection.

  • display_name (Optional[str]) – The display name of the ODB peering connection.

  • odb_network_id (Optional[str]) – The unique identifier of the ODB network.

  • peer_network_id (Optional[str]) – The unique identifier of the peer network.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – Tags to assign to the Odb peering connection.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html

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.mixins_preview.aws_odb import mixins as odb_mixins

cfn_odb_peering_connection_mixin_props = odb_mixins.CfnOdbPeeringConnectionMixinProps(
    additional_peer_network_cidrs=["additionalPeerNetworkCidrs"],
    display_name="displayName",
    odb_network_id="odbNetworkId",
    peer_network_id="peerNetworkId",
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

additional_peer_network_cidrs

The additional CIDR blocks for the ODB peering connection.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-additionalpeernetworkcidrs

display_name

The display name of the ODB peering connection.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-displayname

odb_network_id

The unique identifier of the ODB network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-odbnetworkid

peer_network_id

The unique identifier of the peer network.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-peernetworkid

tags

Tags to assign to the Odb peering connection.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#cfn-odb-odbpeeringconnection-tags