Values.UpdateOdbPeeringConnectionInputSourceModifies the settings of an Oracle Database@Amazon Web Services peering connection. You can update the display name and add or remove CIDR blocks from the peering connection.
type nonrec t = {odbPeeringConnectionId : ResourceIdOrArn.t;The identifier of the Oracle Database@Amazon Web Services peering connection to update.
*)displayName : ResourceDisplayName.t option;A new display name for the 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. The CIDR blocks must not overlap with existing CIDR blocks in the Oracle Database@Amazon Web Services network.
*)peerNetworkCidrsToBeRemoved : PeeredCidrList.t option;A list of CIDR blocks to remove from the peering connection. The CIDR blocks must currently exist in the peering connection.
*)}val make :
?displayName:??? ->
?peerNetworkCidrsToBeAdded:??? ->
?peerNetworkCidrsToBeRemoved:??? ->
odbPeeringConnectionId:ResourceIdOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PeeredCidr.t ] list
| `String of ResourceIdOrArn.t ])
list ]