Get File System Result
Constructors
Properties
Use the `BackupPolicy`
to turn automatic backups on or off for the file system.
The ID of the EFS file system. For example: fs-abcdef0123456789a
The `FileSystemPolicy`
for the EFS file system. A file system policy is an IAM resource policy used to control NFS access to an EFS file system. For more information, see Using to control NFS access to Amazon EFS in the Amazon EFS User Guide. Search the CloudFormation User Guide for AWS::EFS::FileSystem
for more information about the expected schema for this property.
Describes the protection on the file system.
Use to create one or more tags associated with the file system. Each tag is a user-defined key-value pair. Name your file system on creation by including a `"Key":"Name","Value":"{value}"`
key-value pair. Each key must be unique. For more information, see Tagging resources in the General Reference Guide.
An array of `LifecyclePolicy`
objects that define the file system's `LifecycleConfiguration`
object. A `LifecycleConfiguration`
object informs Lifecycle management of the following:
The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if `ThroughputMode`
is set to `provisioned`
. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact SUP. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
Describes the replication configuration for a specific file system.
Specifies the throughput mode for the file system. The mode can be `bursting`
, `provisioned`
, or `elastic`
. If you set `ThroughputMode`
to `provisioned`
, you must also set a value for `ProvisionedThroughputInMibps`
. After you create the file system, you can decrease your file system's Provisioned throughput or change between the throughput modes, with certain time restrictions. For more information, see Specifying throughput with provisioned mode in the Amazon EFS User Guide. Default is `bursting`
.