SlotLogsHttpLogsAzureBlobStorageArgs

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

Constructors

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

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.

Functions

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