Class CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnSafetyRule.AssertionRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnSafetyRule.AssertionRuleProperty
 
@Stability(Stable)
@Internal
public static final class CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSafetyRule.AssertionRuleProperty
An implementation for 
CfnSafetyRule.AssertionRuleProperty- 
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.route53recoverycontrol.CfnSafetyRule.AssertionRuleProperty
CfnSafetyRule.AssertionRuleProperty.Builder, CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSafetyRule.AssertionRuleProperty.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 booleanThe routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed.final NumberAn evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.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 theCfnSafetyRule.AssertionRuleProperty.Builder. 
 - 
 - 
Method Details
- 
getAssertedControls
Description copied from interface:CfnSafetyRule.AssertionRulePropertyThe routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed.For example, you might include three routing controls, one for each of three AWS Regions.
- Specified by:
 getAssertedControlsin interfaceCfnSafetyRule.AssertionRuleProperty
 - 
getWaitPeriodMs
Description copied from interface:CfnSafetyRule.AssertionRulePropertyAn evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.This helps prevent flapping of state. The wait period is 5000 ms by default, but you can choose a custom value.
- Specified by:
 getWaitPeriodMsin interfaceCfnSafetyRule.AssertionRuleProperty
 - 
$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() 
 -