Show / Hide Table of Contents

Class CfnSpacePropsMixin.EbsStorageSettingsProperty

A collection of EBS storage settings that apply to both private and shared spaces.

Inheritance
object
CfnSpacePropsMixin.EbsStorageSettingsProperty
Implements
CfnSpacePropsMixin.IEbsStorageSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSpacePropsMixin.EbsStorageSettingsProperty : CfnSpacePropsMixin.IEbsStorageSettingsProperty
Syntax (vb)
Public Class CfnSpacePropsMixin.EbsStorageSettingsProperty Implements CfnSpacePropsMixin.IEbsStorageSettingsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var ebsStorageSettingsProperty = new EbsStorageSettingsProperty {
                 EbsVolumeSizeInGb = 123
             };

Synopsis

Constructors

EbsStorageSettingsProperty()

A collection of EBS storage settings that apply to both private and shared spaces.

Properties

EbsVolumeSizeInGb

The size of an EBS storage volume for a space.

Constructors

EbsStorageSettingsProperty()

A collection of EBS storage settings that apply to both private and shared spaces.

public EbsStorageSettingsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.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.Mixins.Preview.AWS.SageMaker.Mixins;

             var ebsStorageSettingsProperty = new EbsStorageSettingsProperty {
                 EbsVolumeSizeInGb = 123
             };

Properties

EbsVolumeSizeInGb

The size of an EBS storage volume for a space.

public double? EbsVolumeSizeInGb { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.html#cfn-sagemaker-space-ebsstoragesettings-ebsvolumesizeingb

Implements

CfnSpacePropsMixin.IEbsStorageSettingsProperty
Back to top Generated by DocFX