Show / Hide Table of Contents

Class NfsLocationOnPremConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NfsLocationOnPremConfigGetArgs
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 NfsLocationOnPremConfigGetArgs : ResourceArgs

Constructors

View Source

NfsLocationOnPremConfigGetArgs()

Declaration
public NfsLocationOnPremConfigGetArgs()

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.