Class LocationHDFSReference
A reference to a LocationHDFS resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LocationHDFSReference : ILocationHDFSReference
Syntax (vb)
Public Class LocationHDFSReference Implements ILocationHDFSReference
Remarks
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.Interfaces.DataSync;
var locationHDFSReference = new LocationHDFSReference {
LocationArn = "locationArn"
};
Synopsis
Constructors
| LocationHDFSReference() | A reference to a LocationHDFS resource. |
Properties
| LocationArn | The LocationArn of the LocationHDFS resource. |
Constructors
LocationHDFSReference()
A reference to a LocationHDFS resource.
public LocationHDFSReference()
Remarks
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.Interfaces.DataSync;
var locationHDFSReference = new LocationHDFSReference {
LocationArn = "locationArn"
};
Properties
LocationArn
The LocationArn of the LocationHDFS resource.
public string LocationArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated