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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHubPropsMixin.S3StorageConfigPropertystatic final classAn implementation forCfnHubPropsMixin.S3StorageConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3OutputPath
The Amazon S3 bucket prefix for hosting hub content.- See Also:
-
builder
-