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