Module Values.DescribePrivateConnectionOutputSource

Output containing the Private Connection details.

Sourcetype nonrec t = {
  1. name : PrivateConnectionName.t option;
    (*

    The name of the Private Connection.

    *)
  2. type_ : PrivateConnectionType.t option;
    (*

    The type of the Private Connection.

    *)
  3. resourceGatewayId : ResourceGatewayArn.t option;
    (*

    The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.

    *)
  4. hostAddress : IpAddressOrDnsName.t option;
    (*

    IP address or DNS name of the target resource. Only present for service-managed Private Connections.

    *)
  5. vpcId : VpcId.t option;
    (*

    VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.

    *)
  6. resourceConfigurationId : ResourceConfigurationArn.t option;
    (*

    The Resource Configuration ARN. Only present for self-managed Private Connections.

    *)
  7. status : PrivateConnectionStatus.t option;
    (*

    The status of the Private Connection.

    *)
  8. certificateExpiryTime : SyntheticTimestamp_date_time.t option;
    (*

    The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.

    *)
  9. tags : Tags.t option;
    (*

    Tags associated with the Private Connection.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `ContentSizeExceededException of ContentSizeExceededException.t
  4. | `InternalServerException of InternalServerException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  8. | `ThrottlingException of ThrottlingException.t
  9. | `ValidationException of ValidationException.t
  10. | `Unknown_operation_error of string * string option
]
Sourceval make : ?name:??? -> ?type_:??? -> ?resourceGatewayId:??? -> ?hostAddress:??? -> ?vpcId:??? -> ?resourceConfigurationId:??? -> ?status:??? -> ?certificateExpiryTime:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t