Module Values_2.VpcEndpointConnectionSource

Describes a VPC endpoint connection to a service.

Sourcetype nonrec t = {
  1. serviceId : Values_0.String_.t option;
    (*

    The ID of the service to which the endpoint is connected.

    *)
  2. vpcEndpointId : Values_0.String_.t option;
    (*

    The ID of the VPC endpoint.

    *)
  3. vpcEndpointOwner : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the VPC endpoint.

    *)
  4. vpcEndpointState : Values_1.State.t option;
    (*

    The state of the VPC endpoint.

    *)
  5. creationTimestamp : Values_0.MillisecondDateTime.t option;
    (*

    The date and time that the VPC endpoint was created.

    *)
  6. dnsEntries : Values_1.DnsEntrySet.t option;
    (*

    The DNS entries for the VPC endpoint.

    *)
  7. networkLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of the network load balancers for the service.

    *)
  8. gatewayLoadBalancerArns : Values_0.ValueStringList.t option;
    (*

    The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

    *)
  9. ipAddressType : Values_1.IpAddressType.t option;
    (*

    The IP address type for the endpoint.

    *)
  10. vpcEndpointConnectionId : Values_0.String_.t option;
    (*

    The ID of the VPC endpoint connection.

    *)
  11. tags : Values_0.TagList.t option;
    (*

    The tags.

    *)
  12. vpcEndpointRegion : Values_0.String_.t option;
    (*

    The Region of the endpoint.

    *)
}
Sourceval make : ?serviceId:??? -> ?vpcEndpointId:??? -> ?vpcEndpointOwner:??? -> ?vpcEndpointState:??? -> ?creationTimestamp:??? -> ?dnsEntries:??? -> ?networkLoadBalancerArns:??? -> ?gatewayLoadBalancerArns:??? -> ?ipAddressType:??? -> ?vpcEndpointConnectionId:??? -> ?tags:??? -> ?vpcEndpointRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Timestamp of Values_0.MillisecondDateTime.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