Interface CfnHubPropsMixin.S3StorageConfigProperty

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

@Stability(Stable) public static interface CfnHubPropsMixin.S3StorageConfigProperty extends software.amazon.jsii.JsiiSerializable
The Amazon S3 storage configuration for the hub.

Example:

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

See Also: