Values.PipelineEndpointConnectionSourceRepresents a connection to a pipeline endpoint, containing details about the endpoint association.
type nonrec t = {pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline in the endpoint connection.
*)endpointId : PipelineEndpointId.t option;The unique identifier of the endpoint in the connection.
*)status : PipelineEndpointStatus.t option;The current status of the pipeline endpoint connection.
*)vpcEndpointOwner : AwsAccountId.t option;The Amazon Web Services account ID that owns the VPC endpoint used in this connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PipelineArn.t ]) list ]