Show / Hide Table of Contents

Class LocationSmbState

Inheritance
System.Object
InputArgs
ResourceArgs
LocationSmbState
Inherited Members
ResourceArgs.Empty
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 Source

LocationSmbState()

Declaration
public LocationSmbState()

Properties

View Source

AgentArns

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>
View Source

Arn

Amazon Resource Name (ARN) of the DataSync Location.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Uri

Declaration
public Input<string> Uri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.