Azure Blob Storage Http Logs Config Args
data class AzureBlobStorageHttpLogsConfigArgs(val enabled: Output<Boolean>? = null, val retentionInDays: Output<Int>? = null, val sasUrl: Output<String>? = null) : ConvertibleToJava<AzureBlobStorageHttpLogsConfigArgs>
Http logs to azure blob storage configuration.