Interface CfnFileSystem.MetadataConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFileSystem.MetadataConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFileSystem
@Stability(Stable)
public static interface CfnFileSystem.MetadataConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.fsx.*;
MetadataConfigurationProperty metadataConfigurationProperty = MetadataConfigurationProperty.builder()
.iops(123)
.mode("mode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFileSystem.MetadataConfigurationPropertystatic final classAn implementation forCfnFileSystem.MetadataConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIops
The number of Metadata IOPS provisioned for the file system.- See Also:
-
getMode
Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value.- See Also:
-
builder
-