interface EbsStorageSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnSpace.EbsStorageSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnSpace_EbsStorageSettingsProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnSpace.EbsStorageSettingsProperty |
Python | aws_cdk.aws_sagemaker.CfnSpace.EbsStorageSettingsProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnSpace » EbsStorageSettingsProperty |
A collection of EBS storage settings that apply to both private and shared spaces.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const ebsStorageSettingsProperty: sagemaker.CfnSpace.EbsStorageSettingsProperty = {
ebsVolumeSizeInGb: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| ebs | number | The size of an EBS storage volume for a space. |
ebsVolumeSizeInGb
Type:
number
The size of an EBS storage volume for a space.

.NET
Go
Java
Python
TypeScript