Delete Pod Identity Association
eks_delete_pod_identity_association | R Documentation |
Deletes a EKS Pod Identity association¶
Description¶
Deletes a EKS Pod Identity association.
The temporary Amazon Web Services credentials from the previous IAM role session might still be valid until the session expiry. If you need to immediately revoke the temporary session credentials, then go to the role in the IAM console.
Usage¶
Arguments¶
clusterName
[required] The cluster name that
associationId
[required] The ID of the association to be deleted.
Value¶
A list with the following syntax:
list(
association = list(
clusterName = "string",
namespace = "string",
serviceAccount = "string",
roleArn = "string",
associationArn = "string",
associationId = "string",
tags = list(
"string"
),
createdAt = as.POSIXct(
"2015-01-01"
),
modifiedAt = as.POSIXct(
"2015-01-01"
),
ownerArn = "string"
)
)