Class CfnRule.RetryPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnRule.RetryPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.RetryPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.RetryPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnRule.RetryPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.RetryPolicyProperty
An implementation for
CfnRule.RetryPolicyProperty
-
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.events.CfnRule.RetryPolicyProperty
CfnRule.RetryPolicyProperty.Builder, CfnRule.RetryPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.RetryPolicyProperty.Builder
.protected
Jsii$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 theCfnRule.RetryPolicyProperty.Builder
.
-
-
Method Details
-
getMaximumEventAgeInSeconds
Description copied from interface:CfnRule.RetryPolicyProperty
The maximum amount of time, in seconds, to continue to make retry attempts.- Specified by:
getMaximumEventAgeInSeconds
in interfaceCfnRule.RetryPolicyProperty
- See Also:
-
getMaximumRetryAttempts
Description copied from interface:CfnRule.RetryPolicyProperty
The maximum number of retry attempts to make before the request fails.Retry attempts continue until either the maximum number of attempts is made or until the duration of the
MaximumEventAgeInSeconds
is met.- Specified by:
getMaximumRetryAttempts
in interfaceCfnRule.RetryPolicyProperty
- 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()
-