LifecyclePolicy

The configuration details for a lifecycle policy resource.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the lifecycle policy resource.

Link copied to clipboard

The timestamp when Image Builder created the lifecycle policy resource.

Link copied to clipboard

The timestamp for the last time Image Builder ran the lifecycle policy.

Link copied to clipboard

The timestamp when Image Builder updated the lifecycle policy resource.

Link copied to clipboard

Optional description for the lifecycle policy.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the IAM role that Image Builder uses to run the lifecycle policy. This is a custom role that you create.

Link copied to clipboard
val name: String?

The name of the lifecycle policy.

Link copied to clipboard

The configuration details for a lifecycle policy resource.

Link copied to clipboard

Resource selection criteria used to run the lifecycle policy.

Link copied to clipboard

The type of resources the lifecycle policy targets.

Link copied to clipboard

Indicates whether the lifecycle policy resource is enabled.

Link copied to clipboard

To help manage your lifecycle policy resources, you can assign your own metadata to each resource in the form of tags. Each tag consists of a key and an optional value, both of which you define.

Functions

Link copied to clipboard
inline fun copy(block: LifecyclePolicy.Builder.() -> Unit = {}): LifecyclePolicy
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