AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3Files::AccessPoint

CfnAccessPoint

Resource Type definition for AWS::S3Files::AccessPoint.

Import

import { CfnAccessPoint } from 'aws-cdk-lib/aws-s3files';

Or use the module namespace:

import * as s3files from 'aws-cdk-lib/aws-s3files';
// s3files.CfnAccessPoint

Properties

Configuration passed to the constructor as CfnAccessPointProps.

fileSystemIdRequired
string

The ID of the S3 Files file system that the access point provides access to.

clientTokenOptional
string

(optional) A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.

posixUserOptional
IResolvable | PosixUserProperty
rootDirectoryOptional
IResolvable | RootDirectoryProperty
tagsOptional
AccessPointTagProperty[]

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-s3files
CFN TypeAWS::S3Files::AccessPoint
Properties5

External Links