AWS::SageMaker::Space S3FileSystem - 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::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 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