Skip to main content

location_azure_blob_tags

Expands all tag keys and values for location_azure_blobs in a region

Overview

Namelocation_azure_blob_tags
TypeResource
DescriptionResource schema for AWS::DataSync::LocationAzureBlob.
Idaws.datasync.location_azure_blob_tags

Fields

NameDatatypeDescription
agent_arnsarrayThe Amazon Resource Names (ARNs) of agents to use for an Azure Blob Location.
azure_blob_authentication_typestringThe specific authentication type that you want DataSync to use to access your Azure Blob Container.
azure_blob_sas_configurationobjectSpecifies the shared access signature (SAS) that DataSync uses to access your Azure Blob Storage container.
azure_blob_container_urlstringThe URL of the Azure Blob container that was described.
azure_blob_typestringSpecifies a blob type for the objects you're transferring into your Azure Blob Storage container.
azure_access_tierstringSpecifies an access tier for the objects you're transferring into your Azure Blob Storage container.
subdirectorystringThe subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
location_arnstringThe Amazon Resource Name (ARN) of the Azure Blob Location that is created.
location_uristringThe URL of the Azure Blob Location that was described.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all location_azure_blobs in a region.

SELECT
region,
agent_arns,
azure_blob_authentication_type,
azure_blob_sas_configuration,
azure_blob_container_url,
azure_blob_type,
azure_access_tier,
subdirectory,
location_arn,
location_uri,
tag_key,
tag_value
FROM aws.datasync.location_azure_blob_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the location_azure_blob_tags resource, see location_azure_blobs