interface S3StorageConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnHub.S3StorageConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnHub_S3StorageConfigProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnHub.S3StorageConfigProperty |
Python | aws_cdk.aws_sagemaker.CfnHub.S3StorageConfigProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnHub » 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-lib';
const s3StorageConfigProperty: sagemaker.CfnHub.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