-AssertionRule_AssertedControl <
String[]>
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 Amazon Web Services Regions.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AssertionRule_AssertedControls |
-AssertionRule_ControlPanelArn <
String>
The Amazon Resource Name (ARN) for the control panel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the assertion rule. You can use any non-white space character in the name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AssertionRule_RuleConfig_Inverted <
Boolean>
Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AssertionRule_RuleConfig_Threshold <
Int32>
The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AssertionRule_RuleConfig_Type <
RuleType>
A rule can be one of the following: ATLEAST, AND, or OR.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-AssertionRule_WaitPeriodMs <
Int32>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.R53RC.AmazonRoute53RecoveryControlConfigClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-GatingRule_ControlPanelArn <
String>
The Amazon Resource Name (ARN) of the control panel.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | GatingRule_GatingControls |
The name for the new gating rule.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-GatingRule_RuleConfig_Inverted <
Boolean>
Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-GatingRule_RuleConfig_Threshold <
Int32>
The value of N, when you specify an ATLEAST rule type. That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A rule can be one of the following: ATLEAST, AND, or OR.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify ATLEAST 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true.In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | GatingRule_TargetControls |
-GatingRule_WaitPeriodMs <
Int32>
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53RecoveryControlConfig.Model.CreateSafetyRuleResponse). Specifying the name of a property of type Amazon.Route53RecoveryControlConfig.Model.CreateSafetyRuleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The tags associated with the safety rule.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |