Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FileSystem

import type { FileSystem } from "https://aws-api.deno.dev/v0.3/services/fsx.ts?docs=full";

A description of a specific Amazon FSx file system.

interface FileSystem {
AdministrativeActions?: AdministrativeAction[] | null;
CreationTime?: Date | number | null;
DNSName?: string | null;
FailureDetails?: FileSystemFailureDetails | null;
FileSystemId?: string | null;
FileSystemType?: FileSystemType | null;
FileSystemTypeVersion?: string | null;
KmsKeyId?: string | null;
Lifecycle?: FileSystemLifecycle | null;
LustreConfiguration?: LustreFileSystemConfiguration | null;
NetworkInterfaceIds?: string[] | null;
OntapConfiguration?: OntapFileSystemConfiguration | null;
OpenZFSConfiguration?: OpenZFSFileSystemConfiguration | null;
OwnerId?: string | null;
ResourceARN?: string | null;
StorageCapacity?: number | null;
StorageType?: StorageType | null;
SubnetIds?: string[] | null;
Tags?: Tag[] | null;
VpcId?: string | null;
WindowsConfiguration?: WindowsFileSystemConfiguration | null;
}

§Properties

§
AdministrativeActions?: AdministrativeAction[] | null
[src]

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

§
CreationTime?: Date | number | null
[src]

The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

§
DNSName?: string | null
[src]

The Domain Name System (DNS) name for the file system.

§
FailureDetails?: FileSystemFailureDetails | null
[src]
§
FileSystemId?: string | null
[src]

The system-generated, unique 17-digit ID of the file system.

§
FileSystemType?: FileSystemType | null
[src]

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

§
FileSystemTypeVersion?: string | null
[src]

The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12.

§
KmsKeyId?: string | null
[src]

The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference.

§
Lifecycle?: FileSystemLifecycle | null
[src]

The lifecycle status of the file system. The following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
  • CREATING - Amazon FSx is creating the new file system.
  • DELETING - Amazon FSx is deleting an existing file system.
  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
  • MISCONFIGURED - The file system is in a failed but recoverable state.
  • UPDATING - The file system is undergoing a customer-initiated update.
§
LustreConfiguration?: LustreFileSystemConfiguration | null
[src]
§
NetworkInterfaceIds?: string[] | null
[src]

The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

§
OntapConfiguration?: OntapFileSystemConfiguration | null
[src]

The configuration for this FSx for ONTAP file system.

§
OpenZFSConfiguration?: OpenZFSFileSystemConfiguration | null
[src]

The configuration for this Amazon FSx for OpenZFS file system.

§
OwnerId?: string | null
[src]

The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

§
ResourceARN?: string | null
[src]

The Amazon Resource Name (ARN) for the file system resource.

§
StorageCapacity?: number | null
[src]

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

§
StorageType?: StorageType | null
[src]

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.

§
SubnetIds?: string[] | null
[src]

Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID.

§
Tags?: Tag[] | null
[src]

The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

§
VpcId?: string | null
[src]

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

§
WindowsConfiguration?: WindowsFileSystemConfiguration | null
[src]

The configuration for this FSx for Windows File Server file system.