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

Description

 
Synopsis

Documentation

data UpdateFileSystemOpenZFSConfiguration Source #

The configuration updates for an Amazon FSx for OpenZFS file system.

See: newUpdateFileSystemOpenZFSConfiguration smart constructor.

Constructors

UpdateFileSystemOpenZFSConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify 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.

  • copyTagsToVolumes :: Maybe Bool

    A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • diskIopsConfiguration :: Maybe DiskIopsConfiguration
     
  • throughputCapacity :: Maybe Natural

    The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
 (MB/s). Valid values depend on the DeploymentType you choose, as follows:

    • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.
    • For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.
  • weeklyMaintenanceStartTime :: Maybe Text
     

Instances

Instances details
ToJSON UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Generic UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Read UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Show UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

NFData UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Eq UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Hashable UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

type Rep UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

type Rep UpdateFileSystemOpenZFSConfiguration = D1 ('MetaData "UpdateFileSystemOpenZFSConfiguration" "Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemOpenZFSConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "copyTagsToVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration))) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemOpenZFSConfiguration :: UpdateFileSystemOpenZFSConfiguration Source #

Create a value of UpdateFileSystemOpenZFSConfiguration 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:automaticBackupRetentionDays:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_copyTagsToBackups - A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify 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.

$sel:copyTagsToVolumes:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_copyTagsToVolumes - A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_diskIopsConfiguration - Undocumented member.

$sel:throughputCapacity:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_throughputCapacity - The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
 (MB/s). Valid values depend on the DeploymentType you choose, as follows:

  • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.
  • For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_weeklyMaintenanceStartTime - Undocumented member.

updateFileSystemOpenZFSConfiguration_copyTagsToBackups :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify 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.

updateFileSystemOpenZFSConfiguration_copyTagsToVolumes :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

updateFileSystemOpenZFSConfiguration_throughputCapacity :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Natural) Source #

The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
 (MB/s). Valid values depend on the DeploymentType you choose, as follows:

  • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.
  • For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.