Show / Hide Table of Contents

Class CfnHub.S3StorageConfigProperty

The Amazon S3 storage configuration for the hub.

Inheritance
object
CfnHub.S3StorageConfigProperty
Implements
CfnHub.IS3StorageConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-hub-s3storageconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-hub-s3storageconfig.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-hub-s3storageconfig.html#cfn-sagemaker-hub-s3storageconfig-s3outputpath

Implements

CfnHub.IS3StorageConfigProperty
Back to top Generated by DocFX