Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EKSAuth

import { EKSAuth } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/eksauth.ts?docs=full";
class EKSAuth {
constructor(apiFactory: client.ApiFactory);
async assumeRoleForPodIdentity(params: AssumeRoleForPodIdentityRequest, opts?: client.RequestOptions): Promise<AssumeRoleForPodIdentityResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new EKSAuth(apiFactory: client.ApiFactory)
[src]

§Methods

§

The Amazon EKS Auth API and the AssumeRoleForPodIdentity action are only used by the EKS Pod Identity Agent.

We recommend that applications use the Amazon Web Services SDKs to connect to Amazon Web Services services; if credentials from an EKS Pod Identity association are available in the pod, the latest versions of the SDKs use them automatically.

§Static Properties