AWS::S3Files::AccessPoint RootDirectory - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::S3Files::AccessPoint RootDirectory

Specifies the root directory path and optional creation permissions for newly created directories.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

CreationPermissions

The POSIX IDs and permissions to apply to the access point's root directory. If the root directory path specified does not exist, Amazon S3 Files creates the root directory using these settings when a client connects to the access point. When specifying CreationPermissions, you must provide values for all properties.

Required: No

Type: CreationPermissions

Update requires: Replacement

Path

The path on the S3 Files file system to expose as the root directory to clients using the access point. A path can have up to four subdirectories. If the specified path does not exist, you are required to provide the CreationPermissions.

Required: No

Type: String

Pattern: ^(\/|(\/(?!\.)+[^$#<>;;`|&?{}^*/\n]+){1,4})$

Minimum: 1

Maximum: 100

Update requires: Replacement