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