Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.FSx.Types.OpenZFSFileSystemConfiguration
Description
Synopsis
- data OpenZFSFileSystemConfiguration = OpenZFSFileSystemConfiguration' {
- automaticBackupRetentionDays :: Maybe Natural
- copyTagsToBackups :: Maybe Bool
- copyTagsToVolumes :: Maybe Bool
- dailyAutomaticBackupStartTime :: Maybe Text
- deploymentType :: Maybe OpenZFSDeploymentType
- diskIopsConfiguration :: Maybe DiskIopsConfiguration
- rootVolumeId :: Maybe Text
- throughputCapacity :: Maybe Natural
- weeklyMaintenanceStartTime :: Maybe Text
- newOpenZFSFileSystemConfiguration :: OpenZFSFileSystemConfiguration
- openZFSFileSystemConfiguration_automaticBackupRetentionDays :: Lens' OpenZFSFileSystemConfiguration (Maybe Natural)
- openZFSFileSystemConfiguration_copyTagsToBackups :: Lens' OpenZFSFileSystemConfiguration (Maybe Bool)
- openZFSFileSystemConfiguration_copyTagsToVolumes :: Lens' OpenZFSFileSystemConfiguration (Maybe Bool)
- openZFSFileSystemConfiguration_dailyAutomaticBackupStartTime :: Lens' OpenZFSFileSystemConfiguration (Maybe Text)
- openZFSFileSystemConfiguration_deploymentType :: Lens' OpenZFSFileSystemConfiguration (Maybe OpenZFSDeploymentType)
- openZFSFileSystemConfiguration_diskIopsConfiguration :: Lens' OpenZFSFileSystemConfiguration (Maybe DiskIopsConfiguration)
- openZFSFileSystemConfiguration_rootVolumeId :: Lens' OpenZFSFileSystemConfiguration (Maybe Text)
- openZFSFileSystemConfiguration_throughputCapacity :: Lens' OpenZFSFileSystemConfiguration (Maybe Natural)
- openZFSFileSystemConfiguration_weeklyMaintenanceStartTime :: Lens' OpenZFSFileSystemConfiguration (Maybe Text)
Documentation
data OpenZFSFileSystemConfiguration Source #
The configuration for the Amazon FSx for OpenZFS file system.
See: newOpenZFSFileSystemConfiguration
smart constructor.
Constructors
OpenZFSFileSystemConfiguration' | |
Fields
|
Instances
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_automaticBackupRetentionDays :: Lens' OpenZFSFileSystemConfiguration (Maybe Natural) Source #
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_dailyAutomaticBackupStartTime :: Lens' OpenZFSFileSystemConfiguration (Maybe Text) Source #
Undocumented member.
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_diskIopsConfiguration :: Lens' OpenZFSFileSystemConfiguration (Maybe DiskIopsConfiguration) Source #
Undocumented member.
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).
openZFSFileSystemConfiguration_weeklyMaintenanceStartTime :: Lens' OpenZFSFileSystemConfiguration (Maybe Text) Source #
Undocumented member.