Interface ILocationObjectStorageReference
A reference to a LocationObjectStorage resource.
Namespace: Amazon.CDK.Interfaces.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILocationObjectStorageReference
Syntax (vb)
Public Interface ILocationObjectStorageReference
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 locationObjectStorageReference = new LocationObjectStorageReference {
LocationArn = "locationArn"
};
Synopsis
Properties
| LocationArn | The LocationArn of the LocationObjectStorage resource. |
Properties
LocationArn
The LocationArn of the LocationObjectStorage resource.
string LocationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated