Destination Args
data class DestinationArgs(val archiveNameFormat: Output<String>? = null, val blobContainer: Output<String>? = null, val dataLakeAccountName: Output<String>? = null, val dataLakeFolderPath: Output<String>? = null, val dataLakeSubscriptionId: Output<String>? = null, val name: Output<String>? = null, val storageAccountResourceId: Output<String>? = null) : ConvertibleToJava<DestinationArgs>
Capture storage details for capture description
Constructors
Link copied to clipboard
fun DestinationArgs(archiveNameFormat: Output<String>? = null, blobContainer: Output<String>? = null, dataLakeAccountName: Output<String>? = null, dataLakeFolderPath: Output<String>? = null, dataLakeSubscriptionId: Output<String>? = null, name: Output<String>? = null, storageAccountResourceId: Output<String>? = null)