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

Description

 
Synopsis

Documentation

data OpenZFSFileSystemConfiguration Source #

The configuration for the Amazon FSx for OpenZFS file system.

See: newOpenZFSFileSystemConfiguration smart constructor.

Constructors

OpenZFSFileSystemConfiguration' 

Fields

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

    A Boolean value 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.

  • 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
     
  • deploymentType :: Maybe OpenZFSDeploymentType

    Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

  • diskIopsConfiguration :: Maybe DiskIopsConfiguration
     
  • rootVolumeId :: Maybe Text

    The ID of the root volume of the OpenZFS file system.

  • throughputCapacity :: Maybe Natural

    The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

  • weeklyMaintenanceStartTime :: Maybe Text
     

Instances

Instances details
FromJSON OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Generic OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Associated Types

type Rep OpenZFSFileSystemConfiguration :: Type -> Type #

Read OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Show OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

NFData OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Eq OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Hashable OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

type Rep OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

type Rep OpenZFSFileSystemConfiguration = D1 ('MetaData "OpenZFSFileSystemConfiguration" "Amazonka.FSx.Types.OpenZFSFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSFileSystemConfiguration'" '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 "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDeploymentType)) :*: S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration))) :*: (S1 ('MetaSel ('Just "rootVolumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOpenZFSFileSystemConfiguration :: OpenZFSFileSystemConfiguration Source #

Create a value of OpenZFSFileSystemConfiguration 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:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_copyTagsToBackups - A Boolean value 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.

$sel:copyTagsToVolumes:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_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:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:deploymentType:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_deploymentType - Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

$sel:diskIopsConfiguration:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_diskIopsConfiguration - Undocumented member.

$sel:rootVolumeId:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_rootVolumeId - The ID of the root volume of the OpenZFS file system.

$sel:throughputCapacity:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_throughputCapacity - The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

$sel:weeklyMaintenanceStartTime:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_weeklyMaintenanceStartTime - Undocumented member.

openZFSFileSystemConfiguration_copyTagsToBackups :: Lens' OpenZFSFileSystemConfiguration (Maybe Bool) Source #

A Boolean value 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.

openZFSFileSystemConfiguration_copyTagsToVolumes :: Lens' OpenZFSFileSystemConfiguration (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.

openZFSFileSystemConfiguration_deploymentType :: Lens' OpenZFSFileSystemConfiguration (Maybe OpenZFSDeploymentType) Source #

Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

openZFSFileSystemConfiguration_rootVolumeId :: Lens' OpenZFSFileSystemConfiguration (Maybe Text) Source #

The ID of the root volume of the OpenZFS file system.

openZFSFileSystemConfiguration_throughputCapacity :: Lens' OpenZFSFileSystemConfiguration (Maybe Natural) Source #

The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).