Module Values_2.ServiceConfigurationSource

Describes a service configuration for a VPC endpoint service.

Sourcetype nonrec t = {
  1. serviceType : Values_1.ServiceTypeDetailSet.t option;
    (*

    The type of service.

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

    The ID of the service.

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

    The name of the service.

    *)
  4. serviceState : Values_1.ServiceState.t option;
    (*

    The service state.

    *)
  5. availabilityZoneIds : Values_0.ValueStringList.t option;
    (*

    The IDs of the Availability Zones in which the service is available. Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

    *)
  6. availabilityZones : Values_0.ValueStringList.t option;
    (*

    The Availability Zones in which the service is available. Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

    *)
  7. acceptanceRequired : Values_0.Boolean.t option;
    (*

    Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

    *)
  8. managesVpcEndpoints : Values_0.Boolean.t option;
    (*

    Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

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

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

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

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

    *)
  11. supportedIpAddressTypes : Values_1.SupportedIpAddressTypes.t option;
    (*

    The supported IP address types.

    *)
  12. baseEndpointDnsNames : Values_0.ValueStringList.t option;
    (*

    The DNS names for the service.

    *)
  13. privateDnsName : Values_0.String_.t option;
    (*

    The private DNS name for the service.

    *)
  14. privateDnsNameConfiguration : Values_1.PrivateDnsNameConfiguration.t option;
    (*

    Information about the endpoint service private DNS name configuration.

    *)
  15. payerResponsibility : Values_1.PayerResponsibility.t option;
    (*

    The payer responsibility.

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

    The tags assigned to the service.

    *)
  17. supportedRegions : Values_1.SupportedRegionSet.t option;
    (*

    The supported Regions.

    *)
  18. remoteAccessEnabled : Values_0.Boolean.t option;
    (*

    Indicates whether consumers can access the service from a Region other than the Region where the service is hosted.

    *)
}
Sourceval make : ?serviceType:??? -> ?serviceId:??? -> ?serviceName:??? -> ?serviceState:??? -> ?availabilityZoneIds:??? -> ?availabilityZones:??? -> ?acceptanceRequired:??? -> ?managesVpcEndpoints:??? -> ?networkLoadBalancerArns:??? -> ?gatewayLoadBalancerArns:??? -> ?supportedIpAddressTypes:??? -> ?baseEndpointDnsNames:??? -> ?privateDnsName:??? -> ?privateDnsNameConfiguration:??? -> ?payerResponsibility:??? -> ?tags:??? -> ?supportedRegions:??? -> ?remoteAccessEnabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) list ]) 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