AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationAzureBlob

DataSync LocationAzureBlob

Resource Type definition for AWS::DataSync::LocationAzureBlob.

Properties

10 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AzureBlobAuthenticationType
string
Required
AgentArns
Array<string>
AzureAccessTier
string
AzureBlobContainerUrl
string
Create-onlyWrite-only
AzureBlobSasConfiguration
AzureBlobSasConfiguration
Write-only
AzureBlobType
string
CmkSecretConfig
CmkSecretConfig
CustomSecretConfig
CustomSecretConfig
Subdirectory
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LocationArnstringThe Amazon Resource Name (ARN) of the Azure Blob Location that is created.
LocationUristringThe URL of the Azure Blob Location that was described.
ManagedSecretConfigManagedSecretConfig-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataSync::LocationAzureBlob

Resources:
  MyResource:
    Type: AWS::DataSync::LocationAzureBlob
    Properties:
      AzureBlobAuthenticationType: "SAS"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datasync:CreateLocationAzureBlobdatasync:DescribeLocationAzureBlobdatasync:TagResourcedatasync:ListTagsForResourcesecretsmanager:CreateSecretsecretsmanager:PutSecretValuesecretsmanager:DeleteSecretiam:CreateServiceLinkedRole

read

datasync:DescribeLocationAzureBlobdatasync:ListTagsForResource

update

datasync:DescribeLocationAzureBlobdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcedatasync:UpdateLocationAzureBlobsecretsmanager:UpdateSecretsecretsmanager:DeleteSecretsecretsmanager:PutSecretValue

delete

datasync:DeleteLocationsecretsmanager:DeleteSecret

list

datasync:ListLocations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDataSync
Properties13
Required1
TaggingSupported
Primary IDLocationArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AzureBlobContainerUrl

External Links