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