AWS::SageMaker::Space S3FileSystem - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::SageMaker::Space S3FileSystem

A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.

Syntax

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

JSON

{ "S3Uri" : String }

YAML

S3Uri: String

Properties

S3Uri

The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example: s3://<bucket-name>/<prefix>/.

Required: No

Type: String

Pattern: (s3)://([^/]+)/?(.*)

Minimum: 0

Maximum: 1024

Update requires: No interruption