AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The rule configuration for an assertion rule. That is, the criteria that you set for specific assertion controls (routing controls) that specify how many control states must be ON after a transaction completes.

Inheritance Hierarchy

System.Object
  Amazon.Route53RecoveryControlConfig.Model.RuleConfig

Namespace: Amazon.Route53RecoveryControlConfig.Model
Assembly: AWSSDK.Route53RecoveryControlConfig.dll
Version: 3.x.y.z

Syntax

C#
public class RuleConfig

The RuleConfig type exposes the following members

Constructors

NameDescription
Public Method RuleConfig()

Properties

NameTypeDescription
Public Property Inverted System.Boolean

Gets and sets the property Inverted.

Logical negation of the rule. If the rule would usually evaluate true, it's evaluated as false, and vice versa.

Public Property Threshold System.Int32

Gets and sets the property Threshold.

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.

Public Property Type Amazon.Route53RecoveryControlConfig.RuleType

Gets and sets the property Type.

A rule can be one of the following: ATLEAST, AND, or OR.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5