Class EfsLocationState
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 EfsLocationState : ResourceArgs
Constructors
View SourceEfsLocationState()
Declaration
public EfsLocationState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the DataSync Location.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ec2Config
Configuration block containing EC2 configurations for connecting to the EFS File System.
Declaration
public Input<EfsLocationEc2ConfigGetArgs> Ec2Config { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EfsLocationEc2ConfigGetArgs> |
EfsFileSystemArn
Amazon Resource Name (ARN) of EFS File System.
Declaration
public Input<string> EfsFileSystemArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subdirectory
Subdirectory to perform actions as source or destination. Default /.
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> |