Method: Aws::FSx::Types::UpdateFileSystemWindowsConfiguration#self_managed_active_directory_configuration
- Defined in:
- lib/aws-sdk-fsx/types.rb
#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.
9559 9560 9561 9562 9563 9564 9565 9566 9567 9568 9569 |
# File 'lib/aws-sdk-fsx/types.rb', line 9559 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 |