LifecyclePolicyPolicyDetailsParameters

data class LifecyclePolicyPolicyDetailsParameters(val excludeBootVolume: Boolean? = null, val noReboot: Boolean? = null)

Constructors

Link copied to clipboard
constructor(excludeBootVolume: Boolean? = null, noReboot: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.

Link copied to clipboard
val noReboot: Boolean? = null

Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle policy runs. true indicates that targeted instances are not rebooted when the policy runs. false indicates that target instances are rebooted when the policy runs. The default is true (instances are not rebooted).