LifecyclePolicyPolicyDetailFilter

data class LifecyclePolicyPolicyDetailFilter(val retainAtLeast: Int? = null, val type: String, val unit: String? = null, val value: Int)

Constructors

Link copied to clipboard
constructor(retainAtLeast: Int? = null, type: String, unit: String? = null, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retainAtLeast: Int? = null

For age-based filters, this is the number of resources to keep on hand after the lifecycle DELETE action is applied. Impacted resources are only deleted if you have more than this number of resources. If you have fewer resources than this number, the impacted resource is not deleted.

Link copied to clipboard

Filter resources based on either age or count. Valid values: AGE or COUNT.

Link copied to clipboard
val unit: String? = null

Defines the unit of time that the lifecycle policy uses to determine impacted resources. This is required for age-based rules. Valid values: DAYS, WEEKS, MONTHS or YEARS.

Link copied to clipboard
val value: Int

The number of units for the time period or for the count. For example, a value of 6 might refer to six months or six AMIs. The following arguments are optional: