UpdateFileSystemWindowsConfiguration
public struct UpdateFileSystemWindowsConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.
Declaration
Swift
public let automaticBackupRetentionDays: Int?
-
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
Declaration
Swift
public let dailyAutomaticBackupStartTime: String?
-
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.
Declaration
Swift
public let selfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdates?
-
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.
Declaration
Swift
public let throughputCapacity: Int?
-
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.
Declaration
Swift
public let weeklyMaintenanceStartTime: String?
-
init(automaticBackupRetentionDays:dailyAutomaticBackupStartTime:selfManagedActiveDirectoryConfiguration:throughputCapacity:weeklyMaintenanceStartTime:)
Undocumented
Declaration
Swift
public init(automaticBackupRetentionDays: Int? = nil, dailyAutomaticBackupStartTime: String? = nil, selfManagedActiveDirectoryConfiguration: SelfManagedActiveDirectoryConfigurationUpdates? = nil, throughputCapacity: Int? = nil, weeklyMaintenanceStartTime: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws