describePodIdentityAssociation
inline suspend fun EksClient.describePodIdentityAssociation(crossinline block: DescribePodIdentityAssociationRequest.Builder.() -> Unit): DescribePodIdentityAssociationResponse
Returns descriptive information about an EKS Pod Identity association.
This action requires the ID of the association. You can get the ID from the response to the CreatePodIdentityAssocation
for newly created associations. Or, you can list the IDs for associations with ListPodIdentityAssociations
and filter the list by namespace or service account.