Values.CreateOdbPeeringConnectionInputSourceCreates a peering connection between an ODB network and a VPC. A peering connection enables private connectivity between the networks for application-tier communication.
type nonrec t = {odbNetworkId : ResourceIdOrArn.t;The unique identifier of the ODB network that initiates the peering connection.
*)peerNetworkId : ResourceIdOrArn.t;The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
*)displayName : ResourceDisplayName.t option;The display name for the ODB peering connection.
*)peerNetworkCidrsToBeAdded : PeeredCidrList.t option;A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
*)peerNetworkRouteTableIds : PeerNetworkRouteTableIdList.t option;The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.
*)clientToken : CreateOdbPeeringConnectionInputClientTokenString.t option;The client token for the ODB peering connection request. Constraints: Must be unique for each request.
*)}val make :
?displayName:??? ->
?peerNetworkCidrsToBeAdded:??? ->
?peerNetworkRouteTableIds:??? ->
?clientToken:??? ->
?tags:??? ->
odbNetworkId:ResourceIdOrArn.t ->
peerNetworkId:ResourceIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PeeredCidr.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceIdOrArn.t ])
list ]