Method: Aws::FSx::Types::LustreFileSystemConfiguration#root_squash_configuration
- Defined in:
- lib/aws-sdk-fsx/types.rb
#root_squash_configuration ⇒ Types::LustreRootSquashConfiguration
The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.
6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 |
# File 'lib/aws-sdk-fsx/types.rb', line 6454 class LustreFileSystemConfiguration < Struct.new( :weekly_maintenance_start_time, :data_repository_configuration, :deployment_type, :per_unit_storage_throughput, :mount_name, :daily_automatic_backup_start_time, :automatic_backup_retention_days, :copy_tags_to_backups, :drive_cache_type, :data_compression_type, :log_configuration, :root_squash_configuration) SENSITIVE = [] include Aws::Structure end |