RetentionPolicyResponse

data class RetentionPolicyResponse(val days: Int, val enabled: Boolean)

Specifies the retention policy for the log.

Constructors

Link copied to clipboard
constructor(days: Int, enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int

The number of days for the retention in days. A value of 0 will retain the events indefinitely.

Link copied to clipboard

A value indicating whether the retention policy is enabled.