---
type: resource-type
title: AccessEntry
description: aws resource type AWS::EKS::AccessEntry
name: AccessEntry
lexicon: aws
resource_type: AWS::EKS::AccessEntry
---
`AWS::EKS::AccessEntry`, a resource type of the aws lexicon.

## Properties

- `ClusterName` (`string`, required): The cluster that the access entry is created for.
- `PrincipalArn` (`string`, required): The principal ARN that the access entry is created for.
- `AccessEntryArn` (`string`, optional): The ARN of the access entry.
- `AccessPolicies` (`AccessEntry_AccessPolicy[]`, optional): An array of access policies that are associated with the access entry.
- `KubernetesGroups` (`string[]`, optional): The Kubernetes groups that the access entry is associated with.
- `Tags` (`AccessEntry_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `Type` (`string`, optional): The node type to associate with the access entry.
- `Username` (`string`, optional): The Kubernetes user that the access entry is associated with.

## Attributes

- `AccessEntryArn`
