aws.datasync.describe_location_azure_blob
Example SQL Queries
SELECT * FROMaws.datasync.describe_location_azure_blobWHERE"location_arn" = 'VALUE';Description
Provides details about how an DataSync transfer location for Microsoft Azure Blob Storage is configured.
Table Definition
| Column Name | Column Data Type |
|---|---|
| location_arn Required Input Column The ARN of your Azure Blob Storage transfer location. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| access_tier The access tier that you want your objects or files transferred into. This only applies when using the location as a transfer destination. For more information, see Access tiers. | VARCHAR |
| agent_arns The ARNs of the DataSync agents that can connect with your Azure Blob Storage container. | VARCHAR[] |
Show child fields
| |
| authentication_type The authentication method DataSync uses to access your Azure Blob Storage. DataSync can access blob storage using a shared access signature (SAS). | VARCHAR |
| blob_type The type of blob that you want your objects or files to be when transferring them into Azure Blob Storage. Currently, DataSync only supports moving data into Azure Blob Storage as block blobs. For more information on blob types, see the Azure Blob Storage documentation. | VARCHAR |
| creation_time The time that your Azure Blob Storage transfer location was created. | TIMESTAMP_S |
| location_uri The URL of the Azure Blob Storage container involved in your transfer. | VARCHAR |