interface EbsStorageSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnSpacePropsMixin.EbsStorageSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnSpacePropsMixin_EbsStorageSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnSpacePropsMixin.EbsStorageSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnSpacePropsMixin.EbsStorageSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » 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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const ebsStorageSettingsProperty: sagemaker.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