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

Description

 
Synopsis

Documentation

data UpdateFileSystemWindowsConfiguration Source #

Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.

See: newUpdateFileSystemWindowsConfiguration smart constructor.

Constructors

UpdateFileSystemWindowsConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Generic UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Show UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

NFData UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Eq UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Hashable UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

type Rep UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

type Rep UpdateFileSystemWindowsConfiguration = D1 ('MetaData "UpdateFileSystemWindowsConfiguration" "Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemWindowsConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "auditLogConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsAuditLogCreateConfiguration)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryConfigurationUpdates)) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemWindowsConfiguration :: UpdateFileSystemWindowsConfiguration Source #

Create a value of UpdateFileSystemWindowsConfiguration 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:auditLogConfiguration:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_auditLogConfiguration - The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..

$sel:automaticBackupRetentionDays:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_automaticBackupRetentionDays - The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime - The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

$sel:selfManagedActiveDirectoryConfiguration:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_selfManagedActiveDirectoryConfiguration - The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.

$sel:throughputCapacity:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_throughputCapacity - Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.

updateFileSystemWindowsConfiguration_auditLogConfiguration :: Lens' UpdateFileSystemWindowsConfiguration (Maybe WindowsAuditLogCreateConfiguration) Source #

The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..

updateFileSystemWindowsConfiguration_automaticBackupRetentionDays :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Natural) Source #

The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.

updateFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Text) Source #

The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

updateFileSystemWindowsConfiguration_selfManagedActiveDirectoryConfiguration :: Lens' UpdateFileSystemWindowsConfiguration (Maybe SelfManagedActiveDirectoryConfigurationUpdates) Source #

The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.

updateFileSystemWindowsConfiguration_throughputCapacity :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Natural) Source #

Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.

updateFileSystemWindowsConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Text) Source #

The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.