Module Values.VpcConnectionInfoSource

Description of the VPC connection.

Sourcetype nonrec t = {
  1. vpcConnectionArn : string option;
    (*

    The Amazon Resource Name (ARN) of the VPC connection.

    *)
  2. owner : string option;
    (*

    The owner of the VPC Connection.

    *)
  3. userIdentity : UserIdentity.t option;
    (*

    Description of the requester that calls the API operation.

    *)
  4. creationTime : string option;
    (*

    The time when Amazon MSK creates the VPC Connnection.

    *)
}
Sourceval make : ?vpcConnectionArn:??? -> ?owner:??? -> ?userIdentity:??? -> ?creationTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list | `Timestamp of string ]) 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