NAME
Paws::FSX::LustreFileSystemConfiguration
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::FSX::LustreFileSystemConfiguration object:
$service_obj->Method(Att1 => { AutomaticBackupRetentionDays => $value, ..., WeeklyMaintenanceStartTime => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::LustreFileSystemConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->AutomaticBackupRetentionDays
DESCRIPTION
The configuration for the Amazon FSx for Lustre file system.
ATTRIBUTES
AutomaticBackupRetentionDays => Int
CopyTagsToBackups => Bool
A boolean flag indicating whether tags on the file system should be copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)
DailyAutomaticBackupStartTime => Str
DataCompressionType => Str
The data compression configuration for the file system. DataCompressionType
can have the following values:
NONE
- Data compression is turned off for the file system.LZ4
- Data compression is turned on with the LZ4 algorithm.
For more information, see Lustre data compression (https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html).
DataRepositoryConfiguration => Paws::FSX::DataRepositoryConfiguration
DeploymentType => Str
The deployment type of the FSX for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.
SCRATCH_1
and SCRATCH_2
deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2
deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1
.
The PERSISTENT_1
deployment type is used for longer-term storage and workloads and encryption of data in transit. To learn more about deployment types, see FSx for Lustre Deployment Options (https://docs.aws.amazon.com/fsx/latest/LustreGuide/lustre-deployment-types.html). (Default = SCRATCH_1
)
DriveCacheType => Str
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when storage type is HDD. Set to READ
, improve the performance for frequently accessed files and allows 20% of the total storage capacity of the file system to be cached.
This parameter is required when StorageType
is set to HDD.
MountName => Str
You use the MountName
value when mounting the file system.
For the SCRATCH_1
deployment type, this value is always "fsx
". For SCRATCH_2
and PERSISTENT_1
deployment types, this value is a string that is unique within an AWS Region.
PerUnitStorageThroughput => Int
Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1
deployment types.
Valid values for SSD storage: 50, 100, 200. Valid values for HDD storage: 12, 40.
WeeklyMaintenanceStartTime => Str
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::FSX
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues