Retrieve information on FSx Windows File System.
data "aws_fsx_windows_file_system" "example" {
id = "fs-12345678"
}
The following arguments are required:
id
- (Required) Identifier of the file system (e.g. fs-12345678
).This data source exports the following attributes in addition to the arguments above:
active_directory_id
- The ID for Microsoft Active Directory instance that the file system is join to.aliases
- An array DNS alias names associated with the Amazon FSx file system.arn
- Amazon Resource Name of the file system.audit_log_configuration
- 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.automatic_backup_retention_days
- The number of days to retain automatic backups.copy_tags_to_backups
- A boolean flag indicating whether tags on the file system should be copied to backups.daily_automatic_backup_start_time
- The preferred time (in HH:MM
format) to take daily automatic backups, in the UTC time zone.deployment_type
- The file system deployment type.disk_iops_configuration
- The SSD IOPS configuration for the file system.dns_name
- DNS name for the file system (e.g. fs-12345678.corp.example.com
).id
- Identifier of the file system (e.g. fs-12345678
).kms_key_id
- ARN for the KMS Key to encrypt the file system at rest.owner_id
- AWS account identifier that created the file system.preferred_subnet_id
- Specifies the subnet in which you want the preferred file server to be located.preferred_file_server_ip
- The IP address of the primary, or preferred, file server.storage_capacity
- The storage capacity of the file system in gibibytes (GiB).storage_type
- 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.subnet_ids
- Specifies the IDs of the subnets that the file system is accessible from.tags
- The tags to associate with the file system.throughput_capacity
- Throughput (megabytes per second) of the file system in power of 2 increments. Minimum of 8
and maximum of 2048
.vpc_id
- The ID of the primary virtual private cloud (VPC) for the file system.weekly_maintenance_start_time
- The preferred start time (in d:HH:MM
format) to perform weekly maintenance, in the UTC time zone.