Skip to main content

mount_targets_list_only

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

Overview

Namemount_targets_list_only
TypeResource
DescriptionThe AWS::EFS::MountTarget resource is an Amazon EFS resource that creates a mount target for an EFS file system. You can then mount the file system on Amazon EC2 instances or other resources by using the mount target.
Idaws.efs.mount_targets_list_only

Fields

NameDatatypeDescription
idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all mount_targets in a region.

SELECT
region,
id
FROM aws.efs.mount_targets_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the mount_targets_list_only resource, see mount_targets