get Cluster Auth
Get an authentication token to communicate with an EKS cluster. Uses IAM credentials from the AWS provider to generate a temporary token that is compatible with AWS IAM Authenticator authentication. This can be used to authenticate to an EKS cluster or to a cluster that has the AWS IAM Authenticator server configured.
Return
A collection of values returned by getClusterAuth.
Parameters
argument
A collection of arguments for invoking getClusterAuth.
Return
A collection of values returned by getClusterAuth.
Parameters
name
Name of the cluster
See also
suspend fun getClusterAuth(argument: suspend GetClusterAuthPlainArgsBuilder.() -> Unit): GetClusterAuthResult
Return
A collection of values returned by getClusterAuth.
Parameters
argument
Builder for com.pulumi.aws.eks.kotlin.inputs.GetClusterAuthPlainArgs.