Show / Hide Table of Contents

Class CfnLocationNFS.OnPremConfigProperty

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

Inheritance
System.Object
CfnLocationNFS.OnPremConfigProperty
Implements
CfnLocationNFS.IOnPremConfigProperty
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class OnPremConfigProperty : Object, CfnLocationNFS.IOnPremConfigProperty
Syntax (vb)
Public Class OnPremConfigProperty
    Inherits Object
    Implements CfnLocationNFS.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

Constructors

OnPremConfigProperty()

Properties

AgentArns

ARNs of the agents to use for an NFS location.

Constructors

OnPremConfigProperty()

public OnPremConfigProperty()

Properties

AgentArns

ARNs of the agents to use for an NFS location.

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

Implements

CfnLocationNFS.IOnPremConfigProperty
Back to top Generated by DocFX