location_nfs
Gets an individual location_nfs
resource
Overview
Name | location_nfs |
Type | Resource |
Description | location_nfs |
Id | awscc.datasync.location_nfs |
Fields
Name | Datatype | Description |
---|---|---|
mount_options | object | |
on_prem_config | object | |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
location_arn | string | The Amazon Resource Name (ARN) of the NFS location. |
location_uri | string | The URL of the NFS location that was described. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
mount_options,
on_prem_config,
server_hostname,
subdirectory,
tags,
location_arn,
location_uri
FROM awscc.datasync.location_nfs
WHERE data__Identifier = '<LocationArn>';
Permissions
To operate on the location_nfs
resource, the following permissions are required:
Read
datasync:DescribeLocationNfs,
datasync:ListTagsForResource
Update
datasync:DescribeLocationNfs,
datasync:ListTagsForResource,
datasync:TagResource,
datasync:UntagResource,
datasync:UpdateLocationNfs
Delete
datasync:DeleteLocation