LocationAzureBlobArgs

data class LocationAzureBlobArgs(val agentArns: Output<List<String>>? = null, val azureAccessTier: Output<LocationAzureBlobAzureAccessTier>? = null, val azureBlobAuthenticationType: Output<LocationAzureBlobAzureBlobAuthenticationType>? = null, val azureBlobContainerUrl: Output<String>? = null, val azureBlobSasConfiguration: Output<LocationAzureBlobAzureBlobSasConfigurationArgs>? = null, val azureBlobType: Output<LocationAzureBlobAzureBlobType>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocationAzureBlobArgs>

Resource schema for AWS::DataSync::LocationAzureBlob.

Constructors

Link copied to clipboard
constructor(agentArns: Output<List<String>>? = null, azureAccessTier: Output<LocationAzureBlobAzureAccessTier>? = null, azureBlobAuthenticationType: Output<LocationAzureBlobAzureBlobAuthenticationType>? = null, azureBlobContainerUrl: Output<String>? = null, azureBlobSasConfiguration: Output<LocationAzureBlobAzureBlobSasConfigurationArgs>? = null, azureBlobType: Output<LocationAzureBlobAzureBlobType>? = null, subdirectory: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val agentArns: Output<List<String>>? = null

The Amazon Resource Names (ARNs) of agents to use for an Azure Blob Location.

Link copied to clipboard

Specifies an access tier for the objects you're transferring into your Azure Blob Storage container.

Link copied to clipboard

The specific authentication type that you want DataSync to use to access your Azure Blob Container.

Link copied to clipboard
val azureBlobContainerUrl: Output<String>? = null

The URL of the Azure Blob container that was described.

Link copied to clipboard

Specifies the SAS configuration that allows DataSync to access your Azure Blob Storage.

Link copied to clipboard

Specifies a blob type for the objects you're transferring into your Azure Blob Storage container.

Link copied to clipboard
val subdirectory: Output<String>? = null

The subdirectory in the Azure Blob Container that is used to read data from the Azure Blob Source Location.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): LocationAzureBlobArgs