Interface CfnUserProfile.S3FileSystemConfigProperty

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

@Stability(Stable) public static interface CfnUserProfile.S3FileSystemConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for the custom Amazon S3 file system.

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.*;
 S3FileSystemConfigProperty s3FileSystemConfigProperty = S3FileSystemConfigProperty.builder()
         .mountPath("mountPath")
         .s3Uri("s3Uri")
         .build();
 

See Also: