Module Values_2.VpcEndpointSource

Describes a VPC endpoint.

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

    The ID of the endpoint.

    *)
  2. vpcEndpointType : Values_1.VpcEndpointType.t option;
    (*

    The type of endpoint.

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

    The ID of the VPC to which the endpoint is associated.

    *)
  4. serviceName : Values_0.String_.t option;
    (*

    The name of the service to which the endpoint is associated.

    *)
  5. state : Values_1.State.t option;
    (*

    The state of the endpoint.

    *)
  6. policyDocument : Values_0.String_.t option;
    (*

    The policy document associated with the endpoint, if applicable.

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

    (Gateway endpoint) The IDs of the route tables associated with the endpoint.

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

    (Interface endpoint) The subnets for the endpoint.

    *)
  9. groups : Values_1.GroupIdentifierSet.t option;
    (*

    (Interface endpoint) Information about the security groups that are associated with the network interface.

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

    The IP address type for the endpoint.

    *)
  11. dnsOptions : Values_1.DnsOptions.t option;
    (*

    The DNS options for the endpoint.

    *)
  12. privateDnsEnabled : Values_0.Boolean.t option;
    (*

    (Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

    *)
  13. requesterManaged : Values_0.Boolean.t option;
    (*

    Indicates whether the endpoint is being managed by its service.

    *)
  14. networkInterfaceIds : Values_0.ValueStringList.t option;
    (*

    (Interface endpoint) The network interfaces for the endpoint.

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

    (Interface endpoint) The DNS entries for the endpoint.

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

    The date and time that the endpoint was created.

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

    The tags assigned to the endpoint.

    *)
  18. ownerId : Values_0.String_.t option;
    (*

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

    *)
  19. lastError : Values_1.LastError.t option;
    (*

    The last error that occurred for endpoint.

    *)
  20. ipv4Prefixes : Values_1.SubnetIpPrefixesList.t option;
    (*

    Array of IPv4 prefixes.

    *)
  21. ipv6Prefixes : Values_1.SubnetIpPrefixesList.t option;
    (*

    Array of IPv6 prefixes.

    *)
  22. failureReason : Values_0.String_.t option;
    (*

    Reason for the failure.

    *)
  23. serviceNetworkArn : Values_1.ServiceNetworkArn.t option;
    (*

    The Amazon Resource Name (ARN) of the service network.

    *)
  24. resourceConfigurationArn : Values_1.ResourceConfigurationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the resource configuration.

    *)
  25. serviceRegion : Values_0.String_.t option;
    (*

    The Region where the service is hosted.

    *)
}
Sourceval make : ?vpcEndpointId:??? -> ?vpcEndpointType:??? -> ?vpcId:??? -> ?serviceName:??? -> ?state:??? -> ?policyDocument:??? -> ?routeTableIds:??? -> ?subnetIds:??? -> ?groups:??? -> ?ipAddressType:??? -> ?dnsOptions:??? -> ?privateDnsEnabled:??? -> ?requesterManaged:??? -> ?networkInterfaceIds:??? -> ?dnsEntries:??? -> ?creationTimestamp:??? -> ?tags:??? -> ?ownerId:??? -> ?lastError:??? -> ?ipv4Prefixes:??? -> ?ipv6Prefixes:??? -> ?failureReason:??? -> ?serviceNetworkArn:??? -> ?resourceConfigurationArn:??? -> ?serviceRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `String of string ] list | `String of Values_0.String_.t ]) list | `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