pod_identity_association
Gets an individual pod_identity_association
resource
Overview
Name | pod_identity_association |
Type | Resource |
Description | pod_identity_association |
Id | awscc.eks.pod_identity_association |
Fields
Name | Datatype | Description |
---|---|---|
cluster_name | string | The cluster that the pod identity association is created for. |
role_arn | string | The IAM role ARN that the pod identity association is created for. |
namespace | string | The Kubernetes namespace that the pod identity association is created for. |
service_account | string | The Kubernetes service account that the pod identity association is created for. |
association_arn | string | The ARN of the pod identity association. |
association_id | string | The ID of the pod identity association. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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