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.

Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionRule

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

Syntax

C#
public class AutomatedReasoningPolicyDefinitionRule

The AutomatedReasoningPolicyDefinitionRule type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AlternateExpression System.String

Gets and sets the property AlternateExpression.

The human-readable form of the rule expression, often in natural language or simplified notation.

Public Property Expression System.String

Gets and sets the property Expression.

The formal logic expression of the rule.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier of the rule within the policy.

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