Class: Aws::FSx::Types::UpdateFileSystemWindowsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateFileSystemWindowsConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
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..
-
#automatic_backup_retention_days ⇒ Integer
The number of days to retain automatic backups.
-
#daily_automatic_backup_start_time ⇒ String
The preferred time to start the daily automatic backup, in the UTC time zone, for example, ‘02:00`.
-
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
-
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory.
-
#throughput_capacity ⇒ Integer
Sets the target value for a file system’s throughput capacity, in MB/s, that you are updating the file system to.
-
#weekly_maintenance_start_time ⇒ String
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
Instance Attribute Details
#audit_log_configuration ⇒ Types::WindowsAuditLogCreateConfiguration
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..
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#automatic_backup_retention_days ⇒ Integer
The number of days to retain automatic backups. Setting this property to ‘0` disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is `30`. For more information, see [Working with Automatic Daily Backups].
[1]: docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html#automatic-backups
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#daily_automatic_backup_start_time ⇒ String
The preferred time to start the daily automatic backup, in the UTC time zone, for example, ‘02:00`
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#disk_iops_configuration ⇒ Types::DiskIopsConfiguration
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#self_managed_active_directory_configuration ⇒ Types::SelfManagedActiveDirectoryConfigurationUpdates
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.
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#throughput_capacity ⇒ Integer
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]: docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-throughput-capacity.html
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |
#weekly_maintenance_start_time ⇒ String
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.
9324 9325 9326 9327 9328 9329 9330 9331 9332 9333 9334 |
# File 'lib/aws-sdk-fsx/types.rb', line 9324 class UpdateFileSystemWindowsConfiguration < Struct.new( :weekly_maintenance_start_time, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :throughput_capacity, :self_managed_active_directory_configuration, :audit_log_configuration, :disk_iops_configuration) SENSITIVE = [] include Aws::Structure end |