interface MetadataConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnFileSystem.MetadataConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnFileSystem_MetadataConfigurationProperty |
![]() | software.amazon.awscdk.services.fsx.CfnFileSystem.MetadataConfigurationProperty |
![]() | aws_cdk.aws_fsx.CfnFileSystem.MetadataConfigurationProperty |
![]() | aws-cdk-lib » aws_fsx » CfnFileSystem » MetadataConfigurationProperty |
The configuration that allows you to specify the performance of metadata operations for an FSx for Lustre file system.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from 'aws-cdk-lib';
const metadataConfigurationProperty: fsx.CfnFileSystem.MetadataConfigurationProperty = {
iops: 123,
mode: 'mode',
};
Properties
Name | Type | Description |
---|---|---|
iops? | number | The number of Metadata IOPS provisioned for the file system. |
mode? | string | Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value. |
iops?
Type:
number
(optional)
The number of Metadata IOPS provisioned for the file system.
mode?
Type:
string
(optional)
Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value.