Skip to main content

location_nfs_list_only

Lists location_nfs in a region or regions, for all properties use location_nfs

Overview

Namelocation_nfs_list_only
TypeResource
DescriptionResource schema for AWS::DataSync::LocationNFS
Idaws.datasync.location_nfs_list_only

Fields

NameDatatypeDescription
mount_optionsobjectThe mount options used by DataSync to access the SMB server.
on_prem_configobjectContains a list of Amazon Resource Names (ARNs) of agents that are used to connect an NFS server.
server_hostnamestringThe name of the NFS server. This value is the IP address or DNS name of the NFS server.
subdirectorystringThe subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination.
tagsarrayAn array of key-value pairs to apply to this resource.
location_arnstringThe Amazon Resource Name (ARN) of the NFS location.
location_uristringThe URL of the NFS location that was described.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all location_nfs in a region.

SELECT
region,
location_arn
FROM aws.datasync.location_nfs_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the location_nfs_list_only resource, see location_nfs