public static final class CfnLifecyclePolicy.ParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLifecyclePolicy.ParametersProperty
CfnLifecyclePolicy.ParametersProperty
CfnLifecyclePolicy.ParametersProperty.Builder, CfnLifecyclePolicy.ParametersProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getExcludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using [CreateSnapshots](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSnapshots.html) .
|
java.lang.Object |
getExcludeDataVolumeTags()
`CfnLifecyclePolicy.ParametersProperty.ExcludeDataVolumeTags`.
|
java.lang.Object |
getNoReboot()
Applies to AMI lifecycle policies only.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getExcludeBootVolume()
CfnLifecyclePolicy.ParametersProperty
getExcludeBootVolume
in interface CfnLifecyclePolicy.ParametersProperty
public final java.lang.Object getExcludeDataVolumeTags()
CfnLifecyclePolicy.ParametersProperty
getExcludeDataVolumeTags
in interface CfnLifecyclePolicy.ParametersProperty
public final java.lang.Object getNoReboot()
CfnLifecyclePolicy.ParametersProperty
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).
getNoReboot
in interface CfnLifecyclePolicy.ParametersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()