Values.EksEndpointsConfigurationSourceDescribes the configuration of an Amazon Elastic Kubernetes Service endpoint.
type nonrec t = {endpointsResourceName : KubernetesEndpointsResourceName.t;The name of the endpoint resource.
*)endpointsResourceNamespace : KubernetesNamespace.t;The namespace of the endpoint resource.
*)clusterApiServerEndpointUri : URI.t;The URI of the cluster API server endpoint.
*)clusterApiServerCaCertificateChain : Base64EncodedCertificateChain.t;The CA certificate chain of the cluster API server.
*)clusterName : KubernetesClusterName.t;The name of the cluster.
*)roleArn : EksEndpointsConfigurationRoleArnString.t;The role ARN for the cluster.
*)}val make :
endpointsResourceName:KubernetesEndpointsResourceName.t ->
endpointsResourceNamespace:KubernetesNamespace.t ->
clusterApiServerEndpointUri:URI.t ->
clusterApiServerCaCertificateChain:Base64EncodedCertificateChain.t ->
clusterName:KubernetesClusterName.t ->
roleArn:EksEndpointsConfigurationRoleArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of KubernetesEndpointsResourceName.t ]) list ]