interface LocationAzureBlobReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataSync.LocationAzureBlobReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatasync#LocationAzureBlobReference |
![]() | software.amazon.awscdk.services.datasync.LocationAzureBlobReference |
![]() | aws_cdk.aws_datasync.LocationAzureBlobReference |
![]() | 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.