GetWindowsFileSystemResult

data class GetWindowsFileSystemResult(val activeDirectoryId: String, val aliases: List<String>, val arn: String, val auditLogConfigurations: List<GetWindowsFileSystemAuditLogConfiguration>, val automaticBackupRetentionDays: Int, val backupId: String, val copyTagsToBackups: Boolean, val dailyAutomaticBackupStartTime: String, val deploymentType: String, val dnsName: String, val id: String, val kmsKeyId: String, val networkInterfaceIds: List<String>, val ownerId: String, val preferredFileServerIp: String, val preferredSubnetId: String, val securityGroupIds: List<String>, val skipFinalBackup: Boolean, val storageCapacity: Int, val storageType: String, val subnetIds: List<String>, val tags: Map<String, String>, val throughputCapacity: Int, val vpcId: String, val weeklyMaintenanceStartTime: String)

A collection of values returned by getWindowsFileSystem.

Constructors

Link copied to clipboard
constructor(activeDirectoryId: String, aliases: List<String>, arn: String, auditLogConfigurations: List<GetWindowsFileSystemAuditLogConfiguration>, automaticBackupRetentionDays: Int, backupId: String, copyTagsToBackups: Boolean, dailyAutomaticBackupStartTime: String, deploymentType: String, dnsName: String, id: String, kmsKeyId: String, networkInterfaceIds: List<String>, ownerId: String, preferredFileServerIp: String, preferredSubnetId: String, securityGroupIds: List<String>, skipFinalBackup: Boolean, storageCapacity: Int, storageType: String, subnetIds: List<String>, tags: Map<String, String>, throughputCapacity: Int, vpcId: String, weeklyMaintenanceStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID for Microsoft Active Directory instance that the file system is join to.

Link copied to clipboard

An array DNS alias names associated with the Amazon FSx file system.

Link copied to clipboard
val arn: String

Amazon Resource Name of the file system.

Link copied to clipboard

The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

Link copied to clipboard

The number of days to retain automatic backups.

Link copied to clipboard
Link copied to clipboard

A boolean flag indicating whether tags on the file system should be copied to backups.

Link copied to clipboard

The preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.

Link copied to clipboard

The file system deployment type.

Link copied to clipboard

DNS name for the file system (e.g. fs-12345678.corp.example.com).

Link copied to clipboard
val id: String

Identifier of the file system (e.g. fs-12345678).

Link copied to clipboard

ARN for the KMS Key to encrypt the file system at rest.

Link copied to clipboard
Link copied to clipboard

AWS account identifier that created the file system.

Link copied to clipboard

The IP address of the primary, or preferred, file server.

Link copied to clipboard

Specifies the subnet in which you want the preferred file server to be located.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The storage capacity of the file system in gibibytes (GiB).

Link copied to clipboard

The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

Link copied to clipboard

Specifies the IDs of the subnets that the file system is accessible from.

Link copied to clipboard

The tags to associate with the file system.

Link copied to clipboard

Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of 8 and maximum of 2048.

Link copied to clipboard

The ID of the primary virtual private cloud (VPC) for the file system.

Link copied to clipboard

The preferred start time (in d:HH:MM format) to perform weekly maintenance, in the UTC time zone.