Class CfnEventRule.EventRuleStatusSummaryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.notifications.CfnEventRule.EventRuleStatusSummaryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEventRule.EventRuleStatusSummaryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventRule.EventRuleStatusSummaryProperty
@Stability(Stable)
@Internal
public static final class CfnEventRule.EventRuleStatusSummaryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventRule.EventRuleStatusSummaryProperty
An implementation for
CfnEventRule.EventRuleStatusSummaryProperty-
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.notifications.CfnEventRule.EventRuleStatusSummaryProperty
CfnEventRule.EventRuleStatusSummaryProperty.Builder, CfnEventRule.EventRuleStatusSummaryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventRule.EventRuleStatusSummaryProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnEventRule.EventRuleStatusSummaryProperty.Builder.
-
-
Method Details
-
getReason
Description copied from interface:CfnEventRule.EventRuleStatusSummaryPropertyA human-readable reason forEventRuleStatus.- Specified by:
getReasonin interfaceCfnEventRule.EventRuleStatusSummaryProperty- See Also:
-
getStatus
Description copied from interface:CfnEventRule.EventRuleStatusSummaryPropertyThe status of theEventRule.- Values:
ACTIVE- The
EventRulecan process events. INACTIVE- The
EventRulemay be unable to process events. CREATING- The
EventRuleis being created.
Only
GETandLISTcalls can be run.UPDATING- The
EventRuleis being updated.
Only
GETandLISTcalls can be run.DELETING- The
EventRuleis being deleted.
Only
GETandLISTcalls can be run.- Specified by:
getStatusin interfaceCfnEventRule.EventRuleStatusSummaryProperty- 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()
-