AccountQueuePropertiesLoggingArgs

data class AccountQueuePropertiesLoggingArgs(val delete: Output<Boolean>, val read: Output<Boolean>, val retentionPolicyDays: Output<Int>? = null, val version: Output<String>, val write: Output<Boolean>) : ConvertibleToJava<AccountQueuePropertiesLoggingArgs>

Constructors

Link copied to clipboard
constructor(delete: Output<Boolean>, read: Output<Boolean>, retentionPolicyDays: Output<Int>? = null, version: Output<String>, write: Output<Boolean>)

Properties

Link copied to clipboard
val delete: Output<Boolean>

Indicates whether all delete requests should be logged.

Link copied to clipboard
val read: Output<Boolean>

Indicates whether all read requests should be logged.

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

Specifies the number of days that logs will be retained.

Link copied to clipboard
val version: Output<String>

The version of storage analytics to configure.

Link copied to clipboard
val write: Output<Boolean>

Indicates whether all write requests should be logged.

Functions

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