Class CfnRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rbin.CfnRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleProps
@Stability(Stable)
@Internal
public static final class CfnRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleProps
An implementation for
CfnRuleProps-
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.rbin.CfnRuleProps
CfnRuleProps.Builder, CfnRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRuleProps.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 StringThe description of the retention rule.final ObjectInformation about the exclude resource tags used to identify resources that are excluded by the retention rule.final Objectfinal ObjectInformation about the resource tags used to identify resources that are retained by the retention rule.final StringThe resource type retained by the retention rule.final ObjectThe retention period of the rule.final StringThe state of the retention rule.getTags()Information about the tags assigned to the retention 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 theCfnRuleProps.Builder.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnRulePropsThe resource type retained by the retention rule.- Specified by:
getResourceTypein interfaceCfnRuleProps- See Also:
-
getRetentionPeriod
Description copied from interface:CfnRulePropsThe retention period of the rule.- Specified by:
getRetentionPeriodin interfaceCfnRuleProps- See Also:
-
getDescription
Description copied from interface:CfnRulePropsThe description of the retention rule.- Specified by:
getDescriptionin interfaceCfnRuleProps- See Also:
-
getExcludeResourceTags
Description copied from interface:CfnRulePropsInformation about the exclude resource tags used to identify resources that are excluded by the retention rule.- Specified by:
getExcludeResourceTagsin interfaceCfnRuleProps- See Also:
-
getLockConfiguration
- Specified by:
getLockConfigurationin interfaceCfnRuleProps- See Also:
-
getResourceTags
Description copied from interface:CfnRulePropsInformation about the resource tags used to identify resources that are retained by the retention rule.- Specified by:
getResourceTagsin interfaceCfnRuleProps- See Also:
-
getStatus
Description copied from interface:CfnRulePropsThe state of the retention rule.Only retention rules that are in the available state retain resources.
- Specified by:
getStatusin interfaceCfnRuleProps- See Also:
-
getTags
Description copied from interface:CfnRulePropsInformation about the tags assigned to the retention rule.- Specified by:
getTagsin interfaceCfnRuleProps- See Also:
-
$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()
-