We recommend new projects start with resources from the AWS provider.
aws-native.datasync.LocationAzureBlob
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::DataSync::LocationAzureBlob.
Create LocationAzureBlob Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LocationAzureBlob(name: string, args: LocationAzureBlobArgs, opts?: CustomResourceOptions);@overload
def LocationAzureBlob(resource_name: str,
                      args: LocationAzureBlobArgs,
                      opts: Optional[ResourceOptions] = None)
@overload
def LocationAzureBlob(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      azure_blob_authentication_type: Optional[LocationAzureBlobAzureBlobAuthenticationType] = None,
                      agent_arns: Optional[Sequence[str]] = None,
                      azure_access_tier: Optional[LocationAzureBlobAzureAccessTier] = None,
                      azure_blob_container_url: Optional[str] = None,
                      azure_blob_sas_configuration: Optional[LocationAzureBlobAzureBlobSasConfigurationArgs] = None,
                      azure_blob_type: Optional[LocationAzureBlobAzureBlobType] = None,
                      cmk_secret_config: Optional[LocationAzureBlobCmkSecretConfigArgs] = None,
                      custom_secret_config: Optional[LocationAzureBlobCustomSecretConfigArgs] = None,
                      subdirectory: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewLocationAzureBlob(ctx *Context, name string, args LocationAzureBlobArgs, opts ...ResourceOption) (*LocationAzureBlob, error)public LocationAzureBlob(string name, LocationAzureBlobArgs args, CustomResourceOptions? opts = null)
public LocationAzureBlob(String name, LocationAzureBlobArgs args)
public LocationAzureBlob(String name, LocationAzureBlobArgs args, CustomResourceOptions options)
type: aws-native:datasync:LocationAzureBlob
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LocationAzureBlobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LocationAzureBlobArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LocationAzureBlobArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LocationAzureBlobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LocationAzureBlobArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LocationAzureBlob Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LocationAzureBlob resource accepts the following input properties:
- AzureBlob Pulumi.Authentication Type Aws Native. Data Sync. Location Azure Blob Azure Blob Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- AgentArns List<string>
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- AzureAccess Pulumi.Tier Aws Native. Data Sync. Location Azure Blob Azure Access Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- AzureBlob stringContainer Url 
- The URL of the Azure Blob container that was described.
- AzureBlob Pulumi.Sas Configuration Aws Native. Data Sync. Inputs. Location Azure Blob Azure Blob Sas Configuration 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- AzureBlob Pulumi.Type Aws Native. Data Sync. Location Azure Blob Azure Blob Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- CmkSecret Pulumi.Config Aws Native. Data Sync. Inputs. Location Azure Blob Cmk Secret Config 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- CustomSecret Pulumi.Config Aws Native. Data Sync. Inputs. Location Azure Blob Custom Secret Config 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- Subdirectory string
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- An array of key-value pairs to apply to this resource.
- AzureBlob LocationAuthentication Type Azure Blob Azure Blob Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- AgentArns []string
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- AzureAccess LocationTier Azure Blob Azure Access Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- AzureBlob stringContainer Url 
- The URL of the Azure Blob container that was described.
- AzureBlob LocationSas Configuration Azure Blob Azure Blob Sas Configuration Args 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- AzureBlob LocationType Azure Blob Azure Blob Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- CmkSecret LocationConfig Azure Blob Cmk Secret Config Args 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- CustomSecret LocationConfig Azure Blob Custom Secret Config Args 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- Subdirectory string
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- 
TagArgs 
- An array of key-value pairs to apply to this resource.
- azureBlob LocationAuthentication Type Azure Blob Azure Blob Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- agentArns List<String>
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- azureAccess LocationTier Azure Blob Azure Access Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- azureBlob StringContainer Url 
- The URL of the Azure Blob container that was described.
- azureBlob LocationSas Configuration Azure Blob Azure Blob Sas Configuration 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- azureBlob LocationType Azure Blob Azure Blob Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- cmkSecret LocationConfig Azure Blob Cmk Secret Config 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- customSecret LocationConfig Azure Blob Custom Secret Config 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- subdirectory String
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- azureBlob LocationAuthentication Type Azure Blob Azure Blob Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- agentArns string[]
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- azureAccess LocationTier Azure Blob Azure Access Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- azureBlob stringContainer Url 
- The URL of the Azure Blob container that was described.
- azureBlob LocationSas Configuration Azure Blob Azure Blob Sas Configuration 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- azureBlob LocationType Azure Blob Azure Blob Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- cmkSecret LocationConfig Azure Blob Cmk Secret Config 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- customSecret LocationConfig Azure Blob Custom Secret Config 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- subdirectory string
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- Tag[]
- An array of key-value pairs to apply to this resource.
- azure_blob_ Locationauthentication_ type Azure Blob Azure Blob Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- agent_arns Sequence[str]
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- azure_access_ Locationtier Azure Blob Azure Access Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- azure_blob_ strcontainer_ url 
- The URL of the Azure Blob container that was described.
- azure_blob_ Locationsas_ configuration Azure Blob Azure Blob Sas Configuration Args 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- azure_blob_ Locationtype Azure Blob Azure Blob Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- cmk_secret_ Locationconfig Azure Blob Cmk Secret Config Args 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- custom_secret_ Locationconfig Azure Blob Custom Secret Config Args 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- subdirectory str
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- 
Sequence[TagArgs] 
- An array of key-value pairs to apply to this resource.
- azureBlob "SAS" | "NONE"Authentication Type 
- The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- agentArns List<String>
- Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect with your Azure Blob Storage container. If you are setting up an agentless cross-cloud transfer, you do not need to specify a value for this parameter.
- azureAccess "HOT" | "COOL" | "ARCHIVE"Tier 
- Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- azureBlob StringContainer Url 
- The URL of the Azure Blob container that was described.
- azureBlob Property MapSas Configuration 
- Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage. - If you provide an authentication token using - SasConfiguration, but do not provide secret configuration details using- CmkSecretConfigor- CustomSecretConfig, then DataSync stores the token using your AWS account's secrets manager secret.
- azureBlob "BLOCK"Type 
- Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- cmkSecret Property MapConfig 
- Specifies configuration information for a DataSync-managed secret, such as an authentication token or secret key that DataSync uses to access a specific storage location, with a customer-managed AWS KMS key . - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- customSecret Property MapConfig 
- Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret. - You can use either - CmkSecretConfigor- CustomSecretConfigto provide credentials for a- CreateLocationrequest. Do not provide both parameters for the same request.
- subdirectory String
- The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the LocationAzureBlob resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- LocationArn string
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- LocationUri string
- The URL of the Azure Blob Location that was described.
- ManagedSecret Pulumi.Config Aws Native. Data Sync. Outputs. Location Azure Blob Managed Secret Config 
- Id string
- The provider-assigned unique ID for this managed resource.
- LocationArn string
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- LocationUri string
- The URL of the Azure Blob Location that was described.
- ManagedSecret LocationConfig Azure Blob Managed Secret Config 
- id String
- The provider-assigned unique ID for this managed resource.
- locationArn String
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- locationUri String
- The URL of the Azure Blob Location that was described.
- managedSecret LocationConfig Azure Blob Managed Secret Config 
- id string
- The provider-assigned unique ID for this managed resource.
- locationArn string
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- locationUri string
- The URL of the Azure Blob Location that was described.
- managedSecret LocationConfig Azure Blob Managed Secret Config 
- id str
- The provider-assigned unique ID for this managed resource.
- location_arn str
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- location_uri str
- The URL of the Azure Blob Location that was described.
- managed_secret_ Locationconfig Azure Blob Managed Secret Config 
- id String
- The provider-assigned unique ID for this managed resource.
- locationArn String
- The Amazon Resource Name (ARN) of the Azure Blob Location that is created.
- locationUri String
- The URL of the Azure Blob Location that was described.
- managedSecret Property MapConfig 
Supporting Types
LocationAzureBlobAzureAccessTier, LocationAzureBlobAzureAccessTierArgs            
- Hot
- HOT
- Cool
- COOL
- Archive
- ARCHIVE
- LocationAzure Blob Azure Access Tier Hot 
- HOT
- LocationAzure Blob Azure Access Tier Cool 
- COOL
- LocationAzure Blob Azure Access Tier Archive 
- ARCHIVE
- Hot
- HOT
- Cool
- COOL
- Archive
- ARCHIVE
- Hot
- HOT
- Cool
- COOL
- Archive
- ARCHIVE
- HOT
- HOT
- COOL
- COOL
- ARCHIVE
- ARCHIVE
- "HOT"
- HOT
- "COOL"
- COOL
- "ARCHIVE"
- ARCHIVE
LocationAzureBlobAzureBlobAuthenticationType, LocationAzureBlobAzureBlobAuthenticationTypeArgs              
- Sas
- SAS
- None
- NONE
- LocationAzure Blob Azure Blob Authentication Type Sas 
- SAS
- LocationAzure Blob Azure Blob Authentication Type None 
- NONE
- Sas
- SAS
- None
- NONE
- Sas
- SAS
- None
- NONE
- SAS
- SAS
- NONE
- NONE
- "SAS"
- SAS
- "NONE"
- NONE
LocationAzureBlobAzureBlobSasConfiguration, LocationAzureBlobAzureBlobSasConfigurationArgs              
Specifies the shared access signature (SAS) that DataSync uses to access your Azure Blob Storage container.- AzureBlob stringSas Token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- AzureBlob stringSas Token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azureBlob StringSas Token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azureBlob stringSas Token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azure_blob_ strsas_ token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azureBlob StringSas Token 
- Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
LocationAzureBlobAzureBlobType, LocationAzureBlobAzureBlobTypeArgs            
- Block
- BLOCK
- LocationAzure Blob Azure Blob Type Block 
- BLOCK
- Block
- BLOCK
- Block
- BLOCK
- BLOCK
- BLOCK
- "BLOCK"
- BLOCK
LocationAzureBlobCmkSecretConfig, LocationAzureBlobCmkSecretConfigArgs            
Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key.- kms_key_ strarn 
- Specifies the ARN for the customer-managed AWS KMS key used to encrypt the secret specified for SecretArn. DataSync provides this key to AWS Secrets Manager.
- secret_arn str
- Specifies the ARN for an AWS Secrets Manager secret, managed by DataSync.
LocationAzureBlobCustomSecretConfig, LocationAzureBlobCustomSecretConfigArgs            
Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret.- SecretAccess stringRole Arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- SecretArn string
- Specifies the ARN for a customer created AWS Secrets Manager secret.
- SecretAccess stringRole Arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- SecretArn string
- Specifies the ARN for a customer created AWS Secrets Manager secret.
- secretAccess StringRole Arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secretArn String
- Specifies the ARN for a customer created AWS Secrets Manager secret.
- secretAccess stringRole Arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secretArn string
- Specifies the ARN for a customer created AWS Secrets Manager secret.
- secret_access_ strrole_ arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secret_arn str
- Specifies the ARN for a customer created AWS Secrets Manager secret.
- secretAccess StringRole Arn 
- Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secretArn String
- Specifies the ARN for a customer created AWS Secrets Manager secret.
LocationAzureBlobManagedSecretConfig, LocationAzureBlobManagedSecretConfigArgs            
Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager.- SecretArn string
- Specifies the ARN for an AWS Secrets Manager secret.
- SecretArn string
- Specifies the ARN for an AWS Secrets Manager secret.
- secretArn String
- Specifies the ARN for an AWS Secrets Manager secret.
- secretArn string
- Specifies the ARN for an AWS Secrets Manager secret.
- secret_arn str
- Specifies the ARN for an AWS Secrets Manager secret.
- secretArn String
- Specifies the ARN for an AWS Secrets Manager secret.
Tag, TagArgs  
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
