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 | |
ip_address | string | Valid IPv4 address within the address range of the specified subnet. |
file_system_id | string | The ID of the file system for which to create the mount target. |
security_groups | array | Up to five VPC security group IDs, of the form sg-xxxxxxxx . These must be for the same VPC as subnet specified. |
subnet_id | string | The 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. |
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