Interface CfnSpace.S3FileSystemProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSpace.S3FileSystemProperty.Jsii$Proxy
Enclosing class:
CfnSpace

@Stability(Stable) public static interface CfnSpace.S3FileSystemProperty extends software.amazon.jsii.JsiiSerializable
A custom file system in Amazon S3.

This is only supported in Amazon SageMaker Unified Studio.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 S3FileSystemProperty s3FileSystemProperty = S3FileSystemProperty.builder()
         .s3Uri("s3Uri")
         .build();
 

See Also: