UpdateFileSystemLustreConfiguration
public struct UpdateFileSystemLustreConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
(Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values: NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option. NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system. NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option. For more information, see Automatically import updates from your S3 bucket.
Declaration
Swift
public let autoImportPolicy: AutoImportPolicyType?
-
Undocumented
Declaration
Swift
public let automaticBackupRetentionDays: Int?
-
Undocumented
Declaration
Swift
public let dailyAutomaticBackupStartTime: String?
-
(Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
Declaration
Swift
public let weeklyMaintenanceStartTime: String?
-
init(autoImportPolicy:automaticBackupRetentionDays:dailyAutomaticBackupStartTime:weeklyMaintenanceStartTime:)
Undocumented
Declaration
Swift
public init(autoImportPolicy: AutoImportPolicyType? = nil, automaticBackupRetentionDays: Int? = nil, dailyAutomaticBackupStartTime: String? = nil, weeklyMaintenanceStartTime: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws