Class LifecyclePolicyAmiExclusionRules.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.LifecyclePolicyAmiExclusionRules.Jsii$Proxy
- All Implemented Interfaces:
LifecyclePolicyAmiExclusionRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LifecyclePolicyAmiExclusionRules
@Stability(Experimental)
@Internal
public static final class LifecyclePolicyAmiExclusionRules.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LifecyclePolicyAmiExclusionRules
An implementation for
LifecyclePolicyAmiExclusionRules-
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.LifecyclePolicyAmiExclusionRules
LifecyclePolicyAmiExclusionRules.Builder, LifecyclePolicyAmiExclusionRules.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLifecyclePolicyAmiExclusionRules.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) Excludes public AMIs from the lifecycle policy rule if true.final Duration(experimental) Excludes AMIs which were launched from within the provided duration.(experimental) Excludes AMIs which reside in any of the provided regions.(experimental) Excludes AMIs which are shared with any of the provided shared accounts.getTags()(experimental) Excludes AMIs which have any of the provided tags applied to it.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 theLifecyclePolicyAmiExclusionRules.Builder.
-
-
Method Details
-
getIsPublic
Description copied from interface:LifecyclePolicyAmiExclusionRules(experimental) Excludes public AMIs from the lifecycle policy rule if true.Default: false
- Specified by:
getIsPublicin interfaceLifecyclePolicyAmiExclusionRules
-
getLastLaunched
Description copied from interface:LifecyclePolicyAmiExclusionRules(experimental) Excludes AMIs which were launched from within the provided duration.Default: None
- Specified by:
getLastLaunchedin interfaceLifecyclePolicyAmiExclusionRules
-
getRegions
Description copied from interface:LifecyclePolicyAmiExclusionRules(experimental) Excludes AMIs which reside in any of the provided regions.Default: None
- Specified by:
getRegionsin interfaceLifecyclePolicyAmiExclusionRules
-
getTags
Description copied from interface:LifecyclePolicyAmiExclusionRules(experimental) Excludes AMIs which have any of the provided tags applied to it.Default: None
- Specified by:
getTagsin interfaceLifecyclePolicyAmiExclusionRules
-
$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()
-