Values.OdbPeeringConnectionSummarySourceA summary of an ODB peering connection.
type nonrec t = {odbPeeringConnectionId : ResourceIdOrArn.t option;The unique identifier of the ODB peering connection. A sample ID is odbpcx-abcdefgh12345678.
*)displayName : String_.t option;The display name of the ODB peering connection.
*)status : ResourceStatus.t option;The status of the ODB peering connection.
*)statusReason : String_.t option;The reason for the current status of the ODB peering connection.
*)odbPeeringConnectionArn : String_.t option;The Amazon Resource Name (ARN) of the ODB peering connection.
*)odbNetworkArn : String_.t option;The Amazon Resource Name (ARN) of the ODB network that initiated the peering connection.
*)peerNetworkArn : String_.t option;The Amazon Resource Name (ARN) of the peer network.
*)odbPeeringConnectionType : String_.t option;The type of the ODB peering connection. Valid Values: ODB-VPC | ODB-ODB
*)peerNetworkCidrs : PeeredCidrList.t option;The CIDR blocks associated with the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the ODB peering connection was created.
*)percentProgress : Float_.t option;The percentage progress of the ODB peering connection creation or deletion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `List of [> `String of PeeredCidr.t ] list
| `String of ResourceIdOrArn.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]