Location Azure Blob Args
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<LocationAzureBlobTagArgs>>? = null) : ConvertibleToJava<LocationAzureBlobArgs>
Resource schema for AWS::DataSync::LocationAzureBlob.
Constructors
Link copied to clipboard
fun LocationAzureBlobArgs(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<LocationAzureBlobTagArgs>>? = null)