Class LocationSmbState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.DataSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LocationSmbState : ResourceArgs
Constructors
View SourceLocationSmbState()
Declaration
public LocationSmbState()
Properties
View SourceAgentArns
A list of DataSync Agent ARNs with which this location will be associated.
Declaration
public InputList<string> AgentArns { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Arn
Amazon Resource Name (ARN) of the DataSync Location.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
The name of the Windows domain the SMB server belongs to.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MountOptions
Configuration block containing mount options used by DataSync to access the SMB Server. Can be AUTOMATIC, SMB2, or SMB3.
Declaration
public Input<LocationSmbMountOptionsGetArgs> MountOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LocationSmbMountOptionsGetArgs> |
Password
The password of the user who can mount the share and has file permissions in the SMB.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServerHostname
Specifies the IP address or DNS name of the SMB server. The DataSync Agent(s) use this to mount the SMB share.
Declaration
public Input<string> ServerHostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subdirectory
Subdirectory to perform actions as source or destination. Should be exported by the NFS server.
Declaration
public Input<string> Subdirectory { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value pairs of resource tags to assign to the DataSync Location.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Uri
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
The user who can mount the share and has file and folder permissions in the SMB share.
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |