file_systems_list_only
Lists file_systems
in a region or regions, for all properties use file_systems
Overview
Name | file_systems_list_only |
Type | Resource |
Description | The AWS::EFS::FileSystem resource creates a new, empty file system in EFSlong (EFS). You must create a mount target ([AWS::EFS::MountTarget](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-mounttarget.html)) to mount your EFS file system on an EC2 or other AWS cloud compute resource. |
Id | aws.efs.file_systems_list_only |
Fields
Name | Datatype | Description |
---|---|---|
file_system_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all file_systems
in a region.
SELECT
region,
file_system_id
FROM aws.efs.file_systems_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the file_systems_list_only
resource, see file_systems