Amazon EFS · Schema

Amazon EFS FileSystem

Schema representing an Amazon Elastic File System, which provides a simple, serverless, set-and-forget elastic file system for use with AWS cloud services and on-premises resources.

Amazon Web ServicesAWSEFSElastic File SystemFile StorageNFSServerlessStorage

Properties

Name Type Description
FileSystemId string The ID of the file system, assigned by Amazon EFS.
FileSystemArn string The Amazon Resource Name (ARN) of the EFS file system.
CreationToken string The opaque string specified in the request to ensure idempotent creation.
OwnerId string The AWS account that created the file system.
CreationTime string The time that the file system was created, in seconds since epoch.
LifeCycleState string The lifecycle phase of the file system.
Name stringnull You can add tags to a file system, including a Name tag. If the file system has a Name tag, Amazon EFS returns the value in this field.
NumberOfMountTargets integer The current number of mount targets that the file system has.
SizeInBytes object The latest known metered size (in bytes) of data stored in the file system.
PerformanceMode string The performance mode of the file system.
Encrypted boolean A Boolean value that, if true, indicates that the file system is encrypted.
KmsKeyId string The ID of an AWS KMS key used to protect the encrypted file system.
ThroughputMode string Displays the file system's throughput mode.
ProvisionedThroughputInMibps number The amount of provisioned throughput, measured in MiB/s, for the file system.
AvailabilityZoneId stringnull The unique and consistent identifier of the Availability Zone in which the file system is located.
AvailabilityZoneName stringnull Describes the AWS Availability Zone in which the file system is located.
Tags array The tags associated with the file system.
View JSON Schema on GitHub