LifecyclePolicyPolicyDetailActionIncludeResources

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

Constructors

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

Specifies whether the lifecycle action should apply to distributed AMIs.

Link copied to clipboard
val containers: Boolean? = null

Specifies whether the lifecycle action should apply to distributed containers.

Link copied to clipboard
val snapshots: Boolean? = null

Specifies whether the lifecycle action should apply to snapshots associated with distributed AMIs.