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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpace.S3FileSystemProperty
static final class
An implementation forCfnSpace.S3FileSystemProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
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>/
.- See Also:
-
builder
-