CreateFileSystemWindowsConfiguration class

The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.

Constructors

CreateFileSystemWindowsConfiguration({required int throughputCapacity, String? activeDirectoryId, List<String>? aliases, int? automaticBackupRetentionDays, bool? copyTagsToBackups, String? dailyAutomaticBackupStartTime, WindowsDeploymentType? deploymentType, String? preferredSubnetId, SelfManagedActiveDirectoryConfiguration? selfManagedActiveDirectoryConfiguration, String? weeklyMaintenanceStartTime})

Properties

activeDirectoryId String?
The ID for an existing AWS Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.
final
aliases List<String>?
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload.
final
automaticBackupRetentionDays int?
The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.
final
copyTagsToBackups bool?
A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.
final
dailyAutomaticBackupStartTime String?
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
final
deploymentType WindowsDeploymentType?
Specifies the file system deployment type, valid values are the following:
final
hashCode int
The hash code for this object.
no setterinherited
preferredSubnetId String?
Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located. For in-AWS applications, we recommend that you launch your clients in the same Availability Zone (AZ) as your preferred file server to reduce cross-AZ data transfer costs and minimize latency.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfManagedActiveDirectoryConfiguration SelfManagedActiveDirectoryConfiguration?
final
throughputCapacity int
The throughput of an Amazon FSx file system, measured in megabytes per second, in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).
final
weeklyMaintenanceStartTime String?
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, beginning with Monday and ending with Sunday.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited