location_azure_blob
Gets an individual location_azure_blob
resource
Overview
Name | location_azure_blob |
Type | Resource |
Description | location_azure_blob |
Id | awscc.datasync.location_azure_blob |
Fields
Name | Datatype | Description |
---|---|---|
agent_arns | array | The Amazon Resource Names (ARNs) of agents to use for an Azure Blob Location. |
azure_blob_authentication_type | string | The specific authentication type that you want DataSync to use to access your Azure Blob Container. |
azure_blob_sas_configuration | object | |
azure_blob_container_url | string | The URL of the Azure Blob container that was described. |
azure_blob_type | string | Specifies a blob type for the objects you're transferring into your Azure Blob Storage container. |
azure_access_tier | string | Specifies an access tier for the objects you're transferring into your Azure Blob Storage container. |
subdirectory | string | The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location. |
tags | array | An array of key-value pairs to apply to this resource. |
location_arn | string | The Amazon Resource Name (ARN) of the Azure Blob Location that is created. |
location_uri | string | The URL of the Azure Blob Location that was described. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
agent_arns,
azure_blob_authentication_type,
azure_blob_sas_configuration,
azure_blob_container_url,
azure_blob_type,
azure_access_tier,
subdirectory,
tags,
location_arn,
location_uri
FROM awscc.datasync.location_azure_blob
WHERE data__Identifier = '<LocationArn>';
Permissions
To operate on the location_azure_blob
resource, the following permissions are required:
Read
datasync:DescribeLocationAzureBlob,
datasync:ListTagsForResource
Update
datasync:DescribeLocationAzureBlob,
datasync:ListTagsForResource,
datasync:TagResource,
datasync:UntagResource,
datasync:UpdateLocationAzureBlob
Delete
datasync:DeleteLocation