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
  • 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

      protected Jsii$Proxy(CfnSafetyRule.AssertionRuleProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSafetyRule.AssertionRuleProperty.Builder.
  • Method Details

    • getAssertedControls

      public final List<String> getAssertedControls()
      Description copied from interface: CfnSafetyRule.AssertionRuleProperty
      The 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:
      getAssertedControls in interface CfnSafetyRule.AssertionRuleProperty
    • getWaitPeriodMs

      public final Number getWaitPeriodMs()
      Description copied from interface: CfnSafetyRule.AssertionRuleProperty
      An 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:
      getWaitPeriodMs in interface CfnSafetyRule.AssertionRuleProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object