LifecyclePolicyIncludeResources

data class LifecyclePolicyIncludeResources(val amis: Boolean? = null, val containers: Boolean? = null, val snapshots: Boolean? = null)

The included resources of the policy detail.

Constructors

Link copied to clipboard
constructor(amis: Boolean? = null, containers: Boolean? = null, snapshots: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amis: Boolean? = null

Use to configure lifecycle actions on AMIs.

Link copied to clipboard
val containers: Boolean? = null

Use to configure lifecycle actions on containers.

Link copied to clipboard
val snapshots: Boolean? = null

Use to configure lifecycle actions on snapshots.