Show / Hide Table of Contents

Class NfsLocationOnPremConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NfsLocationOnPremConfigArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NfsLocationOnPremConfigArgs : ResourceArgs

Constructors

View Source

NfsLocationOnPremConfigArgs()

Declaration
public NfsLocationOnPremConfigArgs()

Properties

View Source

AgentArns

List of Amazon Resource Names (ARNs) of the DataSync Agents used to connect to the NFS server.

Declaration
public InputList<string> AgentArns { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.