Class CfnHub.S3StorageConfigProperty
The Amazon S3 storage configuration for the hub.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnHub.S3StorageConfigProperty : CfnHub.IS3StorageConfigProperty
Syntax (vb)
Public Class CfnHub.S3StorageConfigProperty Implements CfnHub.IS3StorageConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var s3StorageConfigProperty = new S3StorageConfigProperty {
S3OutputPath = "s3OutputPath"
};
Synopsis
Constructors
| S3StorageConfigProperty() | The Amazon S3 storage configuration for the hub. |
Properties
| S3OutputPath | The Amazon S3 bucket prefix for hosting hub content. |
Constructors
S3StorageConfigProperty()
The Amazon S3 storage configuration for the hub.
public S3StorageConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var s3StorageConfigProperty = new S3StorageConfigProperty {
S3OutputPath = "s3OutputPath"
};
Properties
S3OutputPath
The Amazon S3 bucket prefix for hosting hub content.
public string? S3OutputPath { get; set; }