AzureBlobStorageHttpLogsConfigArgs

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.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, retentionInDays: Output<Int>? = null, sasUrl: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True if configuration is enabled, false if it is disabled and null if configuration is not set.

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(): AzureBlobStorageHttpLogsConfigArgs