interface DefaultEbsStorageSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnDomain.DefaultEbsStorageSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_DefaultEbsStorageSettingsProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnDomain.DefaultEbsStorageSettingsProperty |
![]() | aws_cdk.aws_sagemaker.CfnDomain.DefaultEbsStorageSettingsProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnDomain » DefaultEbsStorageSettingsProperty |
A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
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 defaultEbsStorageSettingsProperty: sagemaker.CfnDomain.DefaultEbsStorageSettingsProperty = {
defaultEbsVolumeSizeInGb: 123,
maximumEbsVolumeSizeInGb: 123,
};
Properties
Name | Type | Description |
---|---|---|
default | number | The default size of the EBS storage volume for a space. |
maximum | number | The maximum size of the EBS storage volume for a space. |
defaultEbsVolumeSizeInGb
Type:
number
The default size of the EBS storage volume for a space.
maximumEbsVolumeSizeInGb
Type:
number
The maximum size of the EBS storage volume for a space.