Skip to main content

location_efs_tags

Expands all tag keys and values for location_efs in a region

Overview

Namelocation_efs_tags
TypeResource
DescriptionResource schema for AWS::DataSync::LocationEFS.
Idaws.datasync.location_efs_tags

Fields

NameDatatypeDescription
ec2_configobjectThe subnet and security group that DataSync uses to access target EFS file system.
efs_filesystem_arnstringThe Amazon Resource Name (ARN) for the Amazon EFS file system.
access_point_arnstringThe Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
file_system_access_role_arnstringThe Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
in_transit_encryptionstringProtocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system.
subdirectorystringA 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.
location_arnstringThe Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
location_uristringThe URL of the EFS location that was described.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all location_efs in a region.

SELECT
region,
ec2_config,
efs_filesystem_arn,
access_point_arn,
file_system_access_role_arn,
in_transit_encryption,
subdirectory,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.location_efs_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the location_efs_tags resource, see location_efs