RetentionPeriod

Information about the retention period for which the retention rule is to retain resources.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: RetentionPeriod.Builder.() -> Unit = {}): RetentionPeriod
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String