

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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::FSx::FileSystem MetadataConfiguration
<a name="aws-properties-fsx-filesystem-metadataconfiguration"></a>

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

## Syntax
<a name="aws-properties-fsx-filesystem-metadataconfiguration-syntax"></a>

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

### JSON
<a name="aws-properties-fsx-filesystem-metadataconfiguration-syntax.json"></a>

```
{
  "[Iops](#cfn-fsx-filesystem-metadataconfiguration-iops)" : {{Integer}},
  "[Mode](#cfn-fsx-filesystem-metadataconfiguration-mode)" : {{String}}
}
```

### YAML
<a name="aws-properties-fsx-filesystem-metadataconfiguration-syntax.yaml"></a>

```
  [Iops](#cfn-fsx-filesystem-metadataconfiguration-iops): {{Integer}}
  [Mode](#cfn-fsx-filesystem-metadataconfiguration-mode): {{String}}
```

## Properties
<a name="aws-properties-fsx-filesystem-metadataconfiguration-properties"></a>

`Iops`  <a name="cfn-fsx-filesystem-metadataconfiguration-iops"></a>
The number of Metadata IOPS provisioned for the file system.  
*Required*: No  
*Type*: Integer  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Mode`  <a name="cfn-fsx-filesystem-metadataconfiguration-mode"></a>
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](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)