Delete Access Entry
eks_delete_access_entry | R Documentation |
Deletes an access entry¶
Description¶
Deletes an access entry.
Deleting an access entry of a type other than Standard
can cause your
cluster to function improperly. If you delete an access entry in error,
you can recreate it.
Usage¶
eks_delete_access_entry(clusterName, principalArn)
Arguments¶
clusterName |
[required] The name of your cluster. |
principalArn |
[required] The ARN of the IAM principal for the
|
Value¶
An empty list.
Request syntax¶
svc$delete_access_entry(
clusterName = "string",
principalArn = "string"
)