Show / Hide Table of Contents

Class CfnLocationNFS.OnPremConfigProperty

The AWS DataSync agents that can connect to your Network File System (NFS) file server.

Inheritance
object
CfnLocationNFS.OnPremConfigProperty
Implements
CfnLocationNFS.IOnPremConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLocationNFS.OnPremConfigProperty : CfnLocationNFS.IOnPremConfigProperty
Syntax (vb)
Public Class CfnLocationNFS.OnPremConfigProperty Implements CfnLocationNFS.IOnPremConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataSync;

             var onPremConfigProperty = new OnPremConfigProperty {
                 AgentArns = new [] { "agentArns" }
             };

Synopsis

Constructors

OnPremConfigProperty()

The AWS DataSync agents that can connect to your Network File System (NFS) file server.

Properties

AgentArns

The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

Constructors

OnPremConfigProperty()

The AWS DataSync agents that can connect to your Network File System (NFS) file server.

public OnPremConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.DataSync;

             var onPremConfigProperty = new OnPremConfigProperty {
                 AgentArns = new [] { "agentArns" }
             };

Properties

AgentArns

The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server.

public string[] AgentArns { get; set; }
Property Value

string[]

Remarks

You can specify more than one agent. For more information, see Using multiple DataSync agents .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html#cfn-datasync-locationnfs-onpremconfig-agentarns

Implements

CfnLocationNFS.IOnPremConfigProperty
Back to top Generated by DocFX