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
ip_addressstringValid IPv4 address within the address range of the specified subnet.
file_system_idstringThe ID of the file system for which to create the mount target.
security_groupsarrayUp to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.
subnet_idstringThe ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.
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