RetentionPolicyParametersResponse

data class RetentionPolicyParametersResponse(val days: Int? = null, val enabled: Boolean? = null)

Parameters that define the retention policy for flow log.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

Number of days to retain flow log records.

Link copied to clipboard
val enabled: Boolean? = null

Flag to enable/disable retention.