location_nfs_tags
Expands all tag keys and values for location_nfs
in a region
Overview
Name | location_nfs_tags |
Type | Resource |
Description | Resource schema for AWS::DataSync::LocationNFS |
Id | aws.datasync.location_nfs_tags |
Fields
Name | Datatype | Description |
---|---|---|
mount_options | object | The mount options used by DataSync to access the SMB server. |
on_prem_config | object | Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect an NFS server. |
server_hostname | string | The name of the NFS server. This value is the IP address or DNS name of the NFS server. |
subdirectory | string | The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. |
location_arn | string | The Amazon Resource Name (ARN) of the NFS location. |
location_uri | string | The URL of the NFS location that was described. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all location_nfs
in a region.
SELECT
region,
mount_options,
on_prem_config,
server_hostname,
subdirectory,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.location_nfs_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the location_nfs_tags
resource, see location_nfs