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

Resource schema for AWS::DataSync::LocationSMB.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-datasync.git

Properties

AgentArns string[] required

The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.

minItems=1maxItems=4
User string | Aws_CF_FunctionString required

The user who can mount the share, has the permissions to access files and folders in the SMB share.

Domain string | Aws_CF_FunctionString

The name of the Windows domain that the SMB server belongs to.

MountOptions object

The mount options used by DataSync to access the SMB server.

1 nested properties
Version string | Aws_CF_FunctionString

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

Password string | Aws_CF_FunctionString

The password of the user who can mount the share and has the permissions to access files and folders in the SMB share.

ServerHostname string | Aws_CF_FunctionString

The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server.

Subdirectory string | Aws_CF_FunctionString

The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination

Tags Tag[]

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

maxItems=50uniqueItems=true

Definitions

MountOptions object

The mount options used by DataSync to access the SMB server.

Version string | Aws_CF_FunctionString

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

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.