Values.DescribePrivateConnectionOutputSourceOutput containing the Private Connection details.
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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `ContentSizeExceededException of ContentSizeExceededException.t| `InternalServerException of InternalServerException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ContentSizeExceededException of ContentSizeExceededException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `ContentSizeExceededException of ContentSizeExceededException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterException of InvalidParameterException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of PrivateConnectionName.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]