location_azure_blobs
Retrieves a list of location_azure_blobs
in a region
Overview
Name | location_azure_blobs |
Type | Resource |
Description | location_azure_blobs |
Id | awscc.datasync.location_azure_blobs |
Fields
Name | Datatype | Description |
---|---|---|
location_arn | string | The Amazon Resource Name (ARN) of the Azure Blob Location that is created. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
location_arn
FROM awscc.datasync.location_azure_blobs
WHERE region = 'us-east-1'
Permissions
To operate on the location_azure_blobs
resource, the following permissions are required:
Create
datasync:CreateLocationAzureBlob,
datasync:DescribeLocationAzureBlob,
datasync:TagResource,
datasync:ListTagsForResource
List
datasync:ListLocations