interface LocationAzureBlobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataSync.LocationAzureBlobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationAzureBlobReference |
Java | software.amazon.awscdk.services.datasync.LocationAzureBlobReference |
Python | aws_cdk.aws_datasync.LocationAzureBlobReference |
TypeScript | aws-cdk-lib » aws_datasync » LocationAzureBlobReference |
A reference to a LocationAzureBlob 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 locationAzureBlobReference: datasync.LocationAzureBlobReference = {
locationArn: 'locationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| location | string | The LocationArn of the LocationAzureBlob resource. |
locationArn
Type:
string
The LocationArn of the LocationAzureBlob resource.

.NET
Go
Java
Python
TypeScript