Show / Hide Table of Contents

Interface CfnLocationNFS.IOnPremConfigProperty

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

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLocationNFS.IOnPremConfigProperty
Syntax (vb)
Public Interface 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

Properties

AgentArns

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

Properties

AgentArns

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

string[] AgentArns { get; }
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

Back to top Generated by DocFX