AzureBlobStorageApplicationLogsConfigArgs

data class AzureBlobStorageApplicationLogsConfigArgs(val level: Output<LogLevel>? = null, val retentionInDays: Output<Int>? = null, val sasUrl: Output<String>? = null) : ConvertibleToJava<AzureBlobStorageApplicationLogsConfigArgs>

Application logs azure blob storage configuration.

Constructors

constructor(level: Output<LogLevel>? = null, retentionInDays: Output<Int>? = null, sasUrl: Output<String>? = null)

Properties

Link copied to clipboard
val level: Output<LogLevel>? = null

Log level.

Link copied to clipboard
val retentionInDays: Output<Int>? = null

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

Link copied to clipboard
val sasUrl: Output<String>? = null

SAS url to a azure blob container with read/write/list/delete permissions.

Functions

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