Class CfnLifecyclePolicy.ExclusionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.ExclusionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecyclePolicy.ExclusionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecyclePolicy.ExclusionsProperty
@Stability(Stable)
@Internal
public static final class CfnLifecyclePolicy.ExclusionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecyclePolicy.ExclusionsProperty
An implementation for
CfnLifecyclePolicy.ExclusionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.ExclusionsProperty
CfnLifecyclePolicy.ExclusionsProperty.Builder, CfnLifecyclePolicy.ExclusionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.ExclusionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
[Default policies for EBS snapshots only] Indicates whether to exclude volumes that are attached to instances as the boot volume.final Object
[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.final Object
[Default policies for EBS snapshots only] Specifies the volume types to exclude.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLifecyclePolicy.ExclusionsProperty.Builder
.
-
-
Method Details
-
getExcludeBootVolumes
Description copied from interface:CfnLifecyclePolicy.ExclusionsProperty
[Default policies for EBS snapshots only] Indicates whether to exclude volumes that are attached to instances as the boot volume.If you exclude boot volumes, only volumes attached as data (non-boot) volumes will be backed up by the policy. To exclude boot volumes, specify
true
.- Specified by:
getExcludeBootVolumes
in interfaceCfnLifecyclePolicy.ExclusionsProperty
- See Also:
-
getExcludeTags
Description copied from interface:CfnLifecyclePolicy.ExclusionsProperty
[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.- Specified by:
getExcludeTags
in interfaceCfnLifecyclePolicy.ExclusionsProperty
- See Also:
-
getExcludeVolumeTypes
Description copied from interface:CfnLifecyclePolicy.ExclusionsProperty
[Default policies for EBS snapshots only] Specifies the volume types to exclude.Volumes of the specified types will not be targeted by the policy.
- Specified by:
getExcludeVolumeTypes
in interfaceCfnLifecyclePolicy.ExclusionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-