@Stability(value=Stable) @Internal public static final class CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSafetyRule.AssertionRuleProperty
CfnSafetyRule.AssertionRulePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSafetyRule.AssertionRuleProperty.Builder, CfnSafetyRule.AssertionRuleProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSafetyRule.AssertionRuleProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSafetyRule.AssertionRuleProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAssertedControls()
The routing controls that are part of transactions that are evaluated to determine if a request to change a routing control state is allowed.
|
Number |
getWaitPeriodMs()
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSafetyRule.AssertionRuleProperty.Builder builder)
CfnSafetyRule.AssertionRuleProperty.Builder.public final List<String> getAssertedControls()
CfnSafetyRule.AssertionRulePropertyFor example, you might include three routing controls, one for each of three AWS Regions.
getAssertedControls in interface CfnSafetyRule.AssertionRulePropertypublic final Number getWaitPeriodMs()
CfnSafetyRule.AssertionRulePropertyThis helps prevent "flapping" of state. The wait period is 5000 ms by default, but you can choose a custom value.
getWaitPeriodMs in interface CfnSafetyRule.AssertionRuleProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.