Interface CfnSpace.IEbsStorageSettingsProperty
A collection of EBS storage settings that apply to both private and shared spaces.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEbsStorageSettingsProperty
Syntax (vb)
Public Interface 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.AWS.Sagemaker;
var ebsStorageSettingsProperty = new EbsStorageSettingsProperty {
EbsVolumeSizeInGb = 123
};
Synopsis
Properties
Ebs |
The size of an EBS storage volume for a space. |
Properties
EbsVolumeSizeInGb
The size of an EBS storage volume for a space.
double EbsVolumeSizeInGb { get; }
Property Value
System.