Module Values.EksSourceSource

The input source of the Amazon Elastic Kubernetes Service cluster.

Sourcetype nonrec t = {
  1. eksClusterArn : Arn.t;
    (*

    Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

    *)
  2. namespaces : EksNamespaceList.t;
    (*

    The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.

    *)
}
Sourceval context_ : string
Sourceval make : eksClusterArn:Arn.t -> namespaces:EksNamespaceList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of EksNamespace.t ] list | `String of Arn.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