---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_efs_file_system Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::EFS::FileSystem
---
# awscc_efs_file_system (Data Source)
Data Source schema for AWS::EFS::FileSystem
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `availability_zone_name` (String)
- `backup_policy` (Attributes) (see [below for nested schema](#nestedatt--backup_policy))
- `bypass_policy_lockout_safety_check` (Boolean) Whether to bypass the FileSystemPolicy lockout safety check. The policy lockout safety check determines whether the policy in the request will prevent the principal making the request to be locked out from making future PutFileSystemPolicy requests on the file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the principal that is making the request from making a subsequent PutFileSystemPolicy request on the file system. Defaults to false
- `encrypted` (Boolean)
- `file_system_id` (String)
- `file_system_policy` (Map of String)
- `file_system_tags` (Attributes List) (see [below for nested schema](#nestedatt--file_system_tags))
- `kms_key_id` (String)
- `lifecycle_policies` (Attributes List) (see [below for nested schema](#nestedatt--lifecycle_policies))
- `performance_mode` (String)
- `provisioned_throughput_in_mibps` (Number)
- `throughput_mode` (String)
### Nested Schema for `backup_policy`
Read-Only:
- `status` (String)
### Nested Schema for `file_system_tags`
Read-Only:
- `key` (String)
- `value` (String)
### Nested Schema for `lifecycle_policies`
Read-Only:
- `transition_to_ia` (String)
- `transition_to_primary_storage_class` (String)