Values.PrivateConnectionSummarySourceSummary of a Private Connection.
type nonrec t = {name : PrivateConnectionName.t option;The name of the Private Connection.
*)type_ : PrivateConnectionType.t option;The type of the Private Connection.
*)resourceGatewayId : ResourceGatewayArn.t option;The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.
*)hostAddress : IpAddressOrDnsName.t option;IP address or DNS name of the target resource. Only present for service-managed Private Connections.
*)vpcId : VpcId.t option;VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.
*)resourceConfigurationId : ResourceConfigurationArn.t option;The Resource Configuration ARN. Only present for self-managed Private Connections.
*)status : PrivateConnectionStatus.t option;The status of the Private Connection.
*)certificateExpiryTime : SyntheticTimestamp_date_time.t option;The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PrivateConnectionName.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]