Transfer Job Transfer Spec Azure Blob Storage Data Source Args
data class TransferJobTransferSpecAzureBlobStorageDataSourceArgs(val azureCredentials: Output<TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsArgs>? = null, val container: Output<String>, val credentialsSecret: Output<String>? = null, val path: Output<String>? = null, val storageAccount: Output<String>) : ConvertibleToJava<TransferJobTransferSpecAzureBlobStorageDataSourceArgs>
Constructors
Link copied to clipboard
constructor(azureCredentials: Output<TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsArgs>? = null, container: Output<String>, credentialsSecret: Output<String>? = null, path: Output<String>? = null, storageAccount: Output<String>)
Properties
Link copied to clipboard
val azureCredentials: Output<TransferJobTransferSpecAzureBlobStorageDataSourceAzureCredentialsArgs>? = null
Credentials used to authenticate API requests to Azure block.
Link copied to clipboard
Full Resource name of a secret in Secret Manager containing SAS Credentials in JSON form. Service Agent for Storage Transfer must have permissions to access secret. If credentials_secret is specified, do not specify azure_credentials.`,
Link copied to clipboard
The name of the Azure Storage account.