Module Values.ManagedEndpointConfigurationSource

Describes the configuration of a managed endpoint.

Sourcetype nonrec t = {
  1. autoScalingGroups : AutoScalingGroupsConfiguration.t option;
    (*

    Describes the configuration of an auto scaling group.

    *)
  2. eksEndpoints : EksEndpointsConfiguration.t option;
    (*

    Describes the configuration of an Amazon Elastic Kubernetes Service endpoint.

    *)
}
Sourceval make : ?autoScalingGroups:??? -> ?eksEndpoints:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of AutoScalingGroupName.t ] list | `String of AutoScalingGroupsConfigurationRoleArnString.t | `Structure of (string * [> `Enum of string | `Integer of HealthCheckConfigPortInteger.t | `String of HealthCheckConfigPathString.t ]) list ]) 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