amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Description

 
Synopsis

Documentation

data UpdateFileSystemLustreConfiguration Source #

The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

See: newUpdateFileSystemLustreConfiguration smart constructor.

Constructors

UpdateFileSystemLustreConfiguration' 

Fields

  • autoImportPolicy :: Maybe AutoImportPolicyType

    (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

    • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.
    • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
    • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
    • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

    The AutoImportPolicy parameter is not supported for Lustre file systems with the Persistent_2 deployment type. Instead, use to update a data repository association on your Persistent_2 file system.

  • automaticBackupRetentionDays :: Maybe Natural
     
  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • dataCompressionType :: Maybe DataCompressionType

    Sets 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.

    If you don't use DataCompressionType, the file system retains its current data compression configuration.

    For more information, see Lustre data compression.

  • logConfiguration :: Maybe LustreLogCreateConfiguration

    The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

  • rootSquashConfiguration :: Maybe LustreRootSquashConfiguration

    The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

  • weeklyMaintenanceStartTime :: Maybe Text

    (Optional) 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.

Instances

Instances details
ToJSON UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Generic UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Read UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Show UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

NFData UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Eq UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Hashable UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

type Rep UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

type Rep UpdateFileSystemLustreConfiguration = D1 ('MetaData "UpdateFileSystemLustreConfiguration" "Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemLustreConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoImportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoImportPolicyType)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCompressionType)) :*: S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreLogCreateConfiguration))) :*: (S1 ('MetaSel ('Just "rootSquashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreRootSquashConfiguration)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemLustreConfiguration :: UpdateFileSystemLustreConfiguration Source #

Create a value of UpdateFileSystemLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoImportPolicy:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_autoImportPolicy - (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.
  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

The AutoImportPolicy parameter is not supported for Lustre file systems with the Persistent_2 deployment type. Instead, use to update a data repository association on your Persistent_2 file system.

$sel:automaticBackupRetentionDays:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:dataCompressionType:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_dataCompressionType - Sets 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.

If you don't use DataCompressionType, the file system retains its current data compression configuration.

For more information, see Lustre data compression.

$sel:logConfiguration:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_logConfiguration - The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

$sel:rootSquashConfiguration:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_rootSquashConfiguration - The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_weeklyMaintenanceStartTime - (Optional) 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.

updateFileSystemLustreConfiguration_autoImportPolicy :: Lens' UpdateFileSystemLustreConfiguration (Maybe AutoImportPolicyType) Source #

(Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.
  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

The AutoImportPolicy parameter is not supported for Lustre file systems with the Persistent_2 deployment type. Instead, use to update a data repository association on your Persistent_2 file system.

updateFileSystemLustreConfiguration_dataCompressionType :: Lens' UpdateFileSystemLustreConfiguration (Maybe DataCompressionType) Source #

Sets 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.

If you don't use DataCompressionType, the file system retains its current data compression configuration.

For more information, see Lustre data compression.

updateFileSystemLustreConfiguration_logConfiguration :: Lens' UpdateFileSystemLustreConfiguration (Maybe LustreLogCreateConfiguration) Source #

The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

updateFileSystemLustreConfiguration_rootSquashConfiguration :: Lens' UpdateFileSystemLustreConfiguration (Maybe LustreRootSquashConfiguration) Source #

The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

updateFileSystemLustreConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemLustreConfiguration (Maybe Text) Source #

(Optional) 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.