Class CfnSafetyRuleProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRuleProps.Jsii$Proxy
All Implemented Interfaces:
CfnSafetyRuleProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnSafetyRuleProps

@Stability(Stable) @Internal public static final class CfnSafetyRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSafetyRuleProps
An implementation for CfnSafetyRuleProps
  • 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.route53recoverycontrol.CfnSafetyRuleProps

    CfnSafetyRuleProps.Builder, CfnSafetyRuleProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnSafetyRuleProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met.
    final String
    The Amazon Resource Name (ARN) for the control panel.
    final Object
    A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.
    final String
    The name of the assertion rule.
    final Object
    The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON as the result of a transaction.
    final List<CfnTag>
    The value for a tag.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnSafetyRuleProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnSafetyRuleProps.Builder.
  • Method Details

    • getControlPanelArn

      public final String getControlPanelArn()
      Description copied from interface: CfnSafetyRuleProps
      The Amazon Resource Name (ARN) for the control panel.
      Specified by:
      getControlPanelArn in interface CfnSafetyRuleProps
    • getName

      public final String getName()
      Description copied from interface: CfnSafetyRuleProps
      The name of the assertion rule.

      The name must be unique within a control panel. You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon)

      Specified by:
      getName in interface CfnSafetyRuleProps
    • getRuleConfig

      public final Object getRuleConfig()
      Description copied from interface: CfnSafetyRuleProps
      The criteria that you set for specific assertion controls (routing controls) that designate how many control states must be ON as the result of a transaction.

      For example, if you have three assertion controls, you might specify ATLEAST 2 for your rule configuration. This means that at least two assertion controls must be ON , so that at least two AWS Regions have traffic flowing to them.

      Specified by:
      getRuleConfig in interface CfnSafetyRuleProps
    • getAssertionRule

      public final Object getAssertionRule()
      Description copied from interface: CfnSafetyRuleProps
      An assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met.

      Otherwise, the change to the routing control is not accepted. For example, the criteria might be that at least one routing control state is On after the transaction so that traffic continues to flow to at least one cell for the application. This ensures that you avoid a fail-open scenario.

      Specified by:
      getAssertionRule in interface CfnSafetyRuleProps
    • getGatingRule

      public final Object getGatingRule()
      Description copied from interface: CfnSafetyRuleProps
      A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.

      For example, if you specify one gating routing control and you set the Type in the rule configuration to OR , that indicates that you must set the gating routing control to On for the rule to evaluate as true; that is, for the gating control switch to be On. When you do that, then you can update the routing control states for the target routing controls that you specify in the gating rule.

      Specified by:
      getGatingRule in interface CfnSafetyRuleProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnSafetyRuleProps
      The value for a tag.
      Specified by:
      getTags in interface CfnSafetyRuleProps
    • $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