Skip to main content

file_systems_list_only

Lists file_systems in a region or regions, for all properties use file_systems

Overview

Namefile_systems_list_only
TypeResource
DescriptionThe 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.
Idaws.efs.file_systems_list_only

Fields

NameDatatypeDescription
file_system_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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