EKS / Client / delete_access_entry

delete_access_entry#

EKS.Client.delete_access_entry(**kwargs)#

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.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_entry(
    clusterName='string',
    principalArn='string'
)
Parameters:
  • clusterName (string) –

    [REQUIRED]

    The name of your cluster.

  • principalArn (string) –

    [REQUIRED]

    The ARN of the IAM principal for the AccessEntry.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • EKS.Client.exceptions.ServerException

  • EKS.Client.exceptions.ResourceNotFoundException

  • EKS.Client.exceptions.InvalidRequestException