Show / Hide Table of Contents

Interface CfnLocationNFS.IOnPremConfigProperty

A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface IOnPremConfigProperty
Syntax (vb)
Public Interface IOnPremConfigProperty
Remarks

Link: 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;

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

Synopsis

Properties

AgentArns

ARNs of the agents to use for an NFS location.

Properties

AgentArns

ARNs of the agents to use for an NFS location.

string[] AgentArns { get; }
Property Value

System.String[]

Remarks

Link: 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