SlotLogsHttpLogsAzureBlobStorageArgs

data class SlotLogsHttpLogsAzureBlobStorageArgs(val retentionInDays: Output<Int>, val sasUrl: Output<String>) : ConvertibleToJava<SlotLogsHttpLogsAzureBlobStorageArgs>

Constructors

Link copied to clipboard
fun SlotLogsHttpLogsAzureBlobStorageArgs(retentionInDays: Output<Int>, sasUrl: Output<String>)

Functions

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

Properties

Link copied to clipboard
val retentionInDays: Output<Int>

The number of days to retain logs for.

Link copied to clipboard
val sasUrl: Output<String>

The URL to the storage container, with a Service SAS token appended. NOTE: there is currently no means of generating Service SAS tokens with the azurerm provider.