CreateFileCacheLustreConfiguration - Amazon FSx
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).

CreateFileCacheLustreConfiguration

The Amazon File Cache configuration for the cache that you are creating.

Contents

DeploymentType

Specifies the cache deployment type, which must be CACHE_1.

Type: String

Valid Values: CACHE_1

Required: Yes

MetadataConfiguration

The configuration for a Lustre MDT (Metadata Target) storage volume.

Type: FileCacheLustreMetadataConfiguration object

Required: Yes

PerUnitStorageThroughput

Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.

Type: Integer

Valid Range: Minimum value of 12. Maximum value of 1000.

Required: Yes

WeeklyMaintenanceStartTime

A recurring weekly time, in the format D:HH:MM.

D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia.

HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

For example, 1:05:00 specifies maintenance at 5 AM Monday.

Type: String

Length Constraints: Fixed length of 7.

Pattern: ^[1-7]:([01]\d|2[0-3]):?([0-5]\d)$

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: