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