LocationSmb

class LocationSmb : KotlinCustomResource

Resource schema for AWS::DataSync::LocationSMB.

Properties

Link copied to clipboard
val agentArns: Output<List<String>>

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

Link copied to clipboard
val domain: Output<String>?

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val locationArn: Output<String>

The Amazon Resource Name (ARN) of the SMB location that is created.

Link copied to clipboard
val locationUri: Output<String>

The URL of the SMB location that was described.

Link copied to clipboard

Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.

Link copied to clipboard
val password: Output<String>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serverHostname: Output<String>?

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

Link copied to clipboard
val subdirectory: Output<String>?

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

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val user: Output<String>

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