Values.VpcConnectionSourceThe VPC connection object.
type nonrec t = {vpcConnectionArn : string option;The ARN that identifies the Vpc Connection.
*)targetClusterArn : string option;The ARN that identifies the Cluster which the Vpc Connection belongs to.
*)creationTime : string option;Creation time of the Vpc Connection.
*)authentication : string option;Information about the auth scheme of Vpc Connection.
*)vpcId : string option;The vpcId that belongs to the Vpc Connection.
*)state : VpcConnectionState.t option;State of the Vpc Connection.
*)}