class Aws::FSx::Types::UpdateFileSystemWindowsConfiguration

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.

@note When making an API call, you may pass UpdateFileSystemWindowsConfiguration

data as a hash:

    {
      weekly_maintenance_start_time: "WeeklyTime",
      daily_automatic_backup_start_time: "DailyTime",
      automatic_backup_retention_days: 1,
      throughput_capacity: 1,
      self_managed_active_directory_configuration: {
        user_name: "DirectoryUserName",
        password: "DirectoryPassword",
        dns_ips: ["IpAddress"],
      },
      audit_log_configuration: {
        file_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
        file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
        audit_log_destination: "GeneralARN",
      },
    }

@!attribute [rw] weekly_maintenance_start_time

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.
@return [String]

@!attribute [rw] daily_automatic_backup_start_time

The preferred time to start the daily automatic backup, in the UTC
time zone, for example, `02:00`
@return [String]

@!attribute [rw] automatic_backup_retention_days

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][1].

[1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#automatic-backups
@return [Integer]

@!attribute [rw] throughput_capacity

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][1].

[1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-throughput-capacity.html
@return [Integer]

@!attribute [rw] self_managed_active_directory_configuration

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.
@return [Types::SelfManagedActiveDirectoryConfigurationUpdates]

@!attribute [rw] audit_log_configuration

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..
@return [Types::WindowsAuditLogCreateConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemWindowsConfiguration AWS API Documentation

Constants

SENSITIVE