mount_targets_list_only
Lists mount_targets in a region or regions, for all properties use mount_targets
Overview
| Name | mount_targets_list_only |
| Type | Resource |
| Description | The 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. |
| Id | aws.efs.mount_targets_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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