Azure Blob Storage Application Logs Config Args
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
Link copied to clipboard
fun AzureBlobStorageApplicationLogsConfigArgs(level: Output<LogLevel>? = null, retentionInDays: Output<Int>? = null, sasUrl: Output<String>? = null)