aws::efs-file-system¶
Creates an EFS File System.
Example¶
aws::efs-file-system efs-file-system
encrypted: false
performance-mode: GENERAL_PURPOSE
throughput-mode: BURSTING
policy: "policy.json"
lifecycle-policy
transition-to-ia-rules: AFTER_30_DAYS
end
backup-policy
status: DISABLED
end
tags: {
"Name": "example-efs-file-system"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| encrypted | The option which decides whether to create an encrypted file system. |
| key | The key to be used to protect the encrypted file system. Can only be set if encrypted is set. |
| performance-mode | The performance mode of the file system. Valid values are GENERAL_PURPOSE or MAX_IO. |
| provisioned-throughput | The throughput in MiB/s, that you want to provision for a file system that you’re creating. Minimum allowed value is 0. |
| throughput-mode | The throughput mode for the file system to be created. Valid values are BURSTING or PROVISIONED. |
| backup-policy subresource | The backup policy for the file system.
|
| policy | The policy for the file system. |
| lifecycle-policy list subresource | The LifeCycle policy for the file system.
|
| tags map | The tags for the file system. |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the file system. |