EksAuthClient
interface EksAuthClient
The Amazon EKS Auth API and the AssumeRoleForPodIdentity action are only used by the EKS Pod Identity Agent.
Types
Functions
Link copied to clipboard
abstract suspend fun assumeRoleForPodIdentity(input: AssumeRoleForPodIdentityRequest): AssumeRoleForPodIdentityResponse
The Amazon EKS Auth API and the AssumeRoleForPodIdentity action are only used by the EKS Pod Identity Agent.
Inherited functions
Link copied to clipboard
inline suspend fun EksAuthClient.assumeRoleForPodIdentity(crossinline block: AssumeRoleForPodIdentityRequest.Builder.() -> Unit): AssumeRoleForPodIdentityResponse
The Amazon EKS Auth API and the AssumeRoleForPodIdentity action are only used by the EKS Pod Identity Agent.
Link copied to clipboard
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.