Module Values.OutpostConfigResponseSource

An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. This API isn't available for Amazon EKS clusters on the Amazon Web Services cloud.

Sourcetype nonrec t = {
  1. outpostArns : StringList.t option;
    (*

    The ARN of the Outpost that you specified for use with your local Amazon EKS cluster on Outposts.

    *)
  2. controlPlaneInstanceType : String_.t option;
    (*

    The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.

    *)
  3. controlPlanePlacement : ControlPlanePlacementResponse.t option;
    (*

    An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.

    *)
}
Sourceval make : ?outpostArns:??? -> ?controlPlaneInstanceType:??? -> ?controlPlanePlacement:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `String of 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