Lifecycle Policy Policy Details Parameters
data class LifecyclePolicyPolicyDetailsParameters(val excludeBootVolume: Boolean? = null, val noReboot: Boolean? = null)
Constructors
Link copied to clipboard
fun LifecyclePolicyPolicyDetailsParameters(excludeBootVolume: Boolean? = null, noReboot: Boolean? = null)
Types
Properties
Link copied to clipboard
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).