interface EbsStorageSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnSpacePropsMixin.EbsStorageSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnSpacePropsMixin_EbsStorageSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnSpacePropsMixin.EbsStorageSettingsProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnSpacePropsMixin.EbsStorageSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnSpacePropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const ebsStorageSettingsProperty: sagemaker_mixins.CfnSpacePropsMixin.EbsStorageSettingsProperty = {
ebsVolumeSizeInGb: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| ebs | number | The size of an EBS storage volume for a space. |
ebsVolumeSizeInGb?
Type:
number
(optional)
The size of an EBS storage volume for a space.

.NET
Go
Java
Python
TypeScript