Class: Aws::FSx::Types::LustreFileSystemConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The configuration for the Amazon FSx for Lustre file system.

Instance Attribute Summary collapse

Instance Attribute Details

#data_repository_configurationTypes::DataRepositoryConfiguration

The data repository configuration object for Lustre file systems returned in the response of the ‘CreateFileSystem` operation.



1064
1065
1066
1067
1068
# File 'lib/aws-sdk-fsx/types.rb', line 1064

class LustreFileSystemConfiguration < Struct.new(
  :weekly_maintenance_start_time,
  :data_repository_configuration)
  include Aws::Structure
end

#weekly_maintenance_start_timeString

The UTC time that you want to begin your weekly maintenance window.

Returns:

  • (String)


1064
1065
1066
1067
1068
# File 'lib/aws-sdk-fsx/types.rb', line 1064

class LustreFileSystemConfiguration < Struct.new(
  :weekly_maintenance_start_time,
  :data_repository_configuration)
  include Aws::Structure
end