interface LocationS3Reference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataSync.LocationS3Reference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationS3Reference |
Java | software.amazon.awscdk.services.datasync.LocationS3Reference |
Python | aws_cdk.aws_datasync.LocationS3Reference |
TypeScript | aws-cdk-lib » aws_datasync » LocationS3Reference |
A reference to a LocationS3 resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datasync as datasync } from 'aws-cdk-lib';
const locationS3Reference: datasync.LocationS3Reference = {
locationArn: 'locationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| location | string | The LocationArn of the LocationS3 resource. |
locationArn
Type:
string
The LocationArn of the LocationS3 resource.

.NET
Go
Java
Python
TypeScript