Show / Hide Table of Contents

Class GetClusterAuth

Inheritance
System.Object
GetClusterAuth
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Eks
Assembly: Pulumi.Aws.dll
Syntax
public static class GetClusterAuth

Methods

View Source

InvokeAsync(GetClusterAuthArgs, InvokeOptions)

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.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetClusterAuthResult> InvokeAsync(GetClusterAuthArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetClusterAuthArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetClusterAuthResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.