We recommend new projects start with resources from the AWS provider.
aws-native.datasync.LocationAzureBlob
Explore with Pulumi AI
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:
- Azure
Blob 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.
- Agent
Arns 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.
- Azure
Access 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.
- Azure
Blob stringContainer Url - The URL of the Azure Blob container that was described.
- Azure
Blob 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 usingCmkSecretConfig
orCustomSecretConfig
, then DataSync stores the token using your AWS account's secrets manager secret.- Azure
Blob 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.
- Cmk
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. Do not provide both parameters for the same request.- Custom
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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.
- 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 []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.
- 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 stringContainer 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 usingCmkSecretConfig
orCustomSecretConfig
, 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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
Args - 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 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.
- 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 StringContainer Url - The URL of the Azure Blob container that was described.
- azure
Blob 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 usingCmkSecretConfig
orCustomSecretConfig
, 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 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. Do not provide both parameters for the same request.- custom
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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.
- 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 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.
- 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 stringContainer Url - The URL of the Azure Blob container that was described.
- azure
Blob 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 usingCmkSecretConfig
orCustomSecretConfig
, 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 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. Do not provide both parameters for the same request.- custom
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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 usingCmkSecretConfig
orCustomSecretConfig
, 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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[Tag
Args] - An array of key-value pairs to apply to this resource.
- azure
Blob "SAS" | "NONE"Authentication Type - The specific authentication type that you want DataSync to use to access your Azure Blob Container.
- agent
Arns 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.
- azure
Access "HOT" | "COOL" | "ARCHIVE"Tier - Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.
- azure
Blob StringContainer Url - The URL of the Azure Blob container that was described.
- azure
Blob 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 usingCmkSecretConfig
orCustomSecretConfig
, then DataSync stores the token using your AWS account's secrets manager secret.- azure
Blob "BLOCK"Type - Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.
- cmk
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. Do not provide both parameters for the same request.- custom
Secret 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
CmkSecretConfig
orCustomSecretConfig
to provide credentials for aCreateLocation
request. 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.
- 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.
- Managed
Secret Pulumi.Config Aws Native. Data Sync. Outputs. Location Azure Blob Managed Secret Config
- Id string
- The provider-assigned unique ID for this managed 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.
- Managed
Secret LocationConfig Azure Blob Managed Secret Config
- id String
- The provider-assigned unique ID for this managed 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.
- managed
Secret LocationConfig Azure Blob Managed Secret Config
- id string
- The provider-assigned unique ID for this managed 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.
- managed
Secret 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.
- 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.
- managed
Secret Property MapConfig
Supporting Types
LocationAzureBlobAzureAccessTier, LocationAzureBlobAzureAccessTierArgs
- Hot
- HOT
- Cool
- COOL
- Archive
- ARCHIVE
- Location
Azure Blob Azure Access Tier Hot - HOT
- Location
Azure Blob Azure Access Tier Cool - COOL
- Location
Azure 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
- Location
Azure Blob Azure Blob Authentication Type Sas - SAS
- Location
Azure 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
- Azure
Blob stringSas Token - Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- Azure
Blob stringSas Token - Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azure
Blob StringSas Token - Specifies the shared access signature (SAS) token, which indicates the permissions DataSync needs to access your Azure Blob Storage container.
- azure
Blob 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.
- azure
Blob 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
- Location
Azure Blob Azure Blob Type Block - BLOCK
- Block
- BLOCK
- Block
- BLOCK
- BLOCK
- BLOCK
- "BLOCK"
- BLOCK
LocationAzureBlobCmkSecretConfig, LocationAzureBlobCmkSecretConfigArgs
- 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
- Secret
Access stringRole Arn - Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- Secret
Arn string - Specifies the ARN for a customer created AWS Secrets Manager secret.
- Secret
Access stringRole Arn - Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- Secret
Arn string - Specifies the ARN for a customer created AWS Secrets Manager secret.
- secret
Access StringRole Arn - Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secret
Arn String - Specifies the ARN for a customer created AWS Secrets Manager secret.
- secret
Access stringRole Arn - Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secret
Arn 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.
- secret
Access StringRole Arn - Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.
- secret
Arn String - Specifies the ARN for a customer created AWS Secrets Manager secret.
LocationAzureBlobManagedSecretConfig, LocationAzureBlobManagedSecretConfigArgs
- Secret
Arn string - Specifies the ARN for an AWS Secrets Manager secret.
- Secret
Arn string - Specifies the ARN for an AWS Secrets Manager secret.
- secret
Arn String - Specifies the ARN for an AWS Secrets Manager secret.
- secret
Arn string - Specifies the ARN for an AWS Secrets Manager secret.
- secret_
arn str - Specifies the ARN for an AWS Secrets Manager secret.
- secret
Arn String - Specifies the ARN for an AWS Secrets Manager secret.
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.