Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbPeeringConnectionPropsMixin.Builder
Packages that use CfnOdbPeeringConnectionPropsMixin.Builder
-
Uses of CfnOdbPeeringConnectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.odb
Methods in software.amazon.awscdk.cfnpropertymixins.services.odb that return CfnOdbPeeringConnectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnOdbPeeringConnectionPropsMixin.Builder.additionalPeerNetworkCidrs(List<String> additionalPeerNetworkCidrs) The additional CIDR blocks for the ODB peering connection.CfnOdbPeeringConnectionPropsMixin.Builder.create()CfnOdbPeeringConnectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnOdbPeeringConnectionPropsMixin.Builder.displayName(String displayName) The display name of the ODB peering connection.CfnOdbPeeringConnectionPropsMixin.Builder.odbNetworkId(String odbNetworkId) The unique identifier of the ODB network.CfnOdbPeeringConnectionPropsMixin.Builder.peerNetworkId(String peerNetworkId) The unique identifier of the peer network.CfnOdbPeeringConnectionPropsMixin.Builder.peerNetworkRouteTableIds(List<String> peerNetworkRouteTableIds) The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.Tags to assign to the Odb peering connection.