interface S3StorageConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnHubPropsMixin.S3StorageConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnHubPropsMixin_S3StorageConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnHubPropsMixin.S3StorageConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnHubPropsMixin.S3StorageConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnHubPropsMixin » S3StorageConfigProperty |
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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const s3StorageConfigProperty: sagemaker.CfnHubPropsMixin.S3StorageConfigProperty = {
s3OutputPath: 's3OutputPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Amazon S3 bucket prefix for hosting hub content. |
s3OutputPath?
Type:
string
(optional)
The Amazon S3 bucket prefix for hosting hub content.

.NET
Go
Java
Python
TypeScript