Class CfnSafetyRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSafetyRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSafetyRuleProps
CfnSafetyRuleProps-
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.CfnSafetyRuleProps
CfnSafetyRuleProps.Builder, CfnSafetyRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnSafetyRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSafetyRuleProps.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 booleanfinal ObjectAn assertion rule enforces that, when you change a routing control state, that the criteria that you set in the rule configuration is met.final StringThe Amazon Resource Name (ARN) of the control panel.final ObjectA 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 StringgetName()The name of the assertion rule.final ObjectThe criteria that you set for specific assertion controls (routing controls) that designate how many control states must beONas the result of a transaction.getTags()The tags associated with the safety rule.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 theCfnSafetyRuleProps.Builder.
-
-
Method Details
-
getControlPanelArn
Description copied from interface:CfnSafetyRulePropsThe Amazon Resource Name (ARN) of the control panel.- Specified by:
getControlPanelArnin interfaceCfnSafetyRuleProps- See Also:
-
getName
Description copied from interface:CfnSafetyRulePropsThe 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:
getNamein interfaceCfnSafetyRuleProps- See Also:
-
getRuleConfig
Description copied from interface:CfnSafetyRulePropsThe criteria that you set for specific assertion controls (routing controls) that designate how many control states must beONas the result of a transaction.For example, if you have three assertion controls, you might specify
ATLEAST 2for your rule configuration. This means that at least two assertion controls must beON, so that at least two AWS Regions have traffic flowing to them.Returns union: either
IResolvableorCfnSafetyRule.RuleConfigProperty- Specified by:
getRuleConfigin interfaceCfnSafetyRuleProps- See Also:
-
getAssertionRule
Description copied from interface:CfnSafetyRulePropsAn 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
Onafter 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.Returns union: either
IResolvableorCfnSafetyRule.AssertionRuleProperty- Specified by:
getAssertionRulein interfaceCfnSafetyRuleProps- See Also:
-
getGatingRule
Description copied from interface:CfnSafetyRulePropsA 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
Typein the rule configuration toOR, that indicates that you must set the gating routing control toOnfor 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.Returns union: either
IResolvableorCfnSafetyRule.GatingRuleProperty- Specified by:
getGatingRulein interfaceCfnSafetyRuleProps- See Also:
-
getTags
Description copied from interface:CfnSafetyRulePropsThe tags associated with the safety rule.- Specified by:
getTagsin interfaceCfnSafetyRuleProps- See Also:
-
$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()
-