RuleRetentionPeriod

data class RuleRetentionPeriod(val retentionPeriodUnit: String, val retentionPeriodValue: Int)

Constructors

Link copied to clipboard
constructor(retentionPeriodUnit: String, retentionPeriodValue: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unit of time in which the retention period is measured. Currently, only DAYS is supported.

Link copied to clipboard

The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.