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