Class CfnSpacePropsMixin.EbsStorageSettingsProperty
A collection of EBS storage settings that apply to both private and shared spaces.
Implements
Inherited Members
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
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
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; }