aws / aws/aws-cdk

EFS: Provide name for access point

Open
#26,745 4 comments 0 reactions 0 assignees View on GitHub
@aws-cdk/aws-efs effort/medium feature-request needs-cfn p3
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
2d 3h
Merged PRs (30d)
83

Description

### Describe the feature

There should be a possibility to provide access point name for the created efs access point

### Use Case

Currently we can provide the name tag to the efs access point to easily identify it. however the name property should be definable when creating the access point itself

### Proposed Solution

add attribute called access_point_name to add_access_point function in FileSystem class

### Other Information

_No response_

### Acknowledgements

- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change

### CDK version used

2.63.2

### Environment details (OS name and version, etc.)

macOS Ventura 13.4.1

Contributor guide

Open the contributing guide

Research direction

Start by locating the FileSystem class and its add_access_point entry point, then inspect how existing access-point options are represented and passed through. The work is done when an access_point_name option can be supplied during creation and the resulting EFS access point receives that name, with focused coverage for the new option.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.