AWS::FSx::FileSystem MetadataConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::FSx::FileSystem MetadataConfiguration

The configuration that allows you to specify the performance of metadata operations for an FSx for Lustre file system.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Iops" : Integer, "Mode" : String }

YAML

Iops: Integer Mode: String

Properties

Iops

The number of Metadata IOPS provisioned for the file system.

Required: No

Type: Integer

Update requires: No interruption

Mode

Specifies whether the file system is using the AUTOMATIC setting of metadata IOPS or if it is using a USER_PROVISIONED value.

Required: No

Type: String

Update requires: No interruption