Class LifecyclePolicyAction.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.LifecyclePolicyAction.Jsii$Proxy
- All Implemented Interfaces:
LifecyclePolicyAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LifecyclePolicyAction
@Stability(Experimental)
@Internal
public static final class LifecyclePolicyAction.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LifecyclePolicyAction
An implementation for
LifecyclePolicyAction-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.LifecyclePolicyAction
LifecyclePolicyAction.Builder, LifecyclePolicyAction.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(LifecyclePolicyAction.Builder builder) Constructor that initializes the object based on literal property values passed by theLifecyclePolicyAction.Builder.protectedJsii$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.JsonNodefinal booleanfinal Boolean(experimental) Whether to include AMIs in the scope of the lifecycle rule.final Boolean(experimental) Whether to include containers in the scope of the lifecycle rule.final Boolean(experimental) Whether to include snapshots in the scope of the lifecycle rule.getType()(experimental) The action to perform on the resources selected in the lifecycle policy rule.final inthashCode()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 theLifecyclePolicyAction.Builder.
-
-
Method Details
-
getType
Description copied from interface:LifecyclePolicyAction(experimental) The action to perform on the resources selected in the lifecycle policy rule.- Specified by:
getTypein interfaceLifecyclePolicyAction
-
getIncludeAmis
Description copied from interface:LifecyclePolicyAction(experimental) Whether to include AMIs in the scope of the lifecycle rule.Default: - true for AMI-based policies, false otherwise
- Specified by:
getIncludeAmisin interfaceLifecyclePolicyAction
-
getIncludeContainers
Description copied from interface:LifecyclePolicyAction(experimental) Whether to include containers in the scope of the lifecycle rule.Default: - true for container-based policies, false otherwise
- Specified by:
getIncludeContainersin interfaceLifecyclePolicyAction
-
getIncludeSnapshots
Description copied from interface:LifecyclePolicyAction(experimental) Whether to include snapshots in the scope of the lifecycle rule.Default: - true for AMI-based policies, false otherwise
- Specified by:
getIncludeSnapshotsin interfaceLifecyclePolicyAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-