Skip to main content

pod_identity_association

Gets an individual pod_identity_association resource

Overview

Namepod_identity_association
TypeResource
Descriptionpod_identity_association
Idawscc.eks.pod_identity_association

Fields

NameDatatypeDescription
cluster_namestringThe cluster that the pod identity association is created for.
role_arnstringThe IAM role ARN that the pod identity association is created for.
namespacestringThe Kubernetes namespace that the pod identity association is created for.
service_accountstringThe Kubernetes service account that the pod identity association is created for.
association_arnstringThe ARN of the pod identity association.
association_idstringThe ID of the pod identity association.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
cluster_name,
role_arn,
namespace,
service_account,
association_arn,
association_id,
tags
FROM awscc.eks.pod_identity_association
WHERE data__Identifier = '<AssociationArn>';

Permissions

To operate on the pod_identity_association resource, the following permissions are required:

Read

eks:DescribePodIdentityAssociation

Update

eks:DescribePodIdentityAssociation,
eks:UpdatePodIdentityAssociation,
eks:TagResource,
eks:UntagResource,
iam:PassRole,
iam:GetRole

Delete

eks:DeletePodIdentityAssociation,
eks:DescribePodIdentityAssociation