LifecyclePolicyPolicyDetailActionIncludeResourcesArgs

data class LifecyclePolicyPolicyDetailActionIncludeResourcesArgs(val amis: Output<Boolean>? = null, val containers: Output<Boolean>? = null, val snapshots: Output<Boolean>? = null) : ConvertibleToJava<LifecyclePolicyPolicyDetailActionIncludeResourcesArgs>

Constructors

constructor(amis: Output<Boolean>? = null, containers: Output<Boolean>? = null, snapshots: Output<Boolean>? = null)

Properties

Link copied to clipboard
val amis: Output<Boolean>? = null

Specifies whether the lifecycle action should apply to distributed AMIs.

Link copied to clipboard
val containers: Output<Boolean>? = null

Specifies whether the lifecycle action should apply to distributed containers.

Link copied to clipboard
val snapshots: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LifecyclePolicyPolicyDetailActionIncludeResourcesArgs