Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-datasync-locationnfs.json
Parent schema serverless-framework-configuration
Type: object

Properties

OnPremConfig object required

Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect an NFS server.

1 nested properties
AgentArns string[] required

ARN(s) of the agent(s) to use for an NFS location.

minItems=1maxItems=4
MountOptions object

The NFS mount options that DataSync can use to mount your NFS share.

1 nested properties
Version string | Aws_CF_FunctionString

The specific NFS version that you want DataSync to use to mount your NFS share.

ServerHostname string | Aws_CF_FunctionString

The name of the NFS server. This value is the IP address or DNS name of the NFS server.

Subdirectory string | Aws_CF_FunctionString

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 Tag[]

An array of key-value pairs to apply to this resource.

maxItems=50uniqueItems=true

Definitions

MountOptions object

The NFS mount options that DataSync can use to mount your NFS share.

Version string | Aws_CF_FunctionString

The specific NFS version that you want DataSync to use to mount your NFS share.

OnPremConfig object

Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect an NFS server.

AgentArns string[] required

ARN(s) of the agent(s) to use for an NFS location.

minItems=1maxItems=4
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key for an AWS resource tag.

Value string | Aws_CF_FunctionString required

The value for an AWS resource tag.