location_efs_list_only
Lists location_efs
in a region or regions, for all properties use location_efs
Overview
Name | location_efs_list_only |
Type | Resource |
Description | Resource schema for AWS::DataSync::LocationEFS. |
Id | aws.datasync.location_efs_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ec2_config | object | The subnet and security group that DataSync uses to access target EFS file system. |
efs_filesystem_arn | string | The Amazon Resource Name (ARN) for the Amazon EFS file system. |
access_point_arn | string | The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system. |
file_system_access_role_arn | string | The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system. |
in_transit_encryption | string | Protocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system. |
subdirectory | string | A subdirectory in the location's path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. |
tags | array | An array of key-value pairs to apply to this resource. |
location_arn | string | The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created. |
location_uri | string | The URL of the EFS location that was described. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all location_efs
in a region.
SELECT
region,
location_arn
FROM aws.datasync.location_efs_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_efs_list_only
resource, see location_efs