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 single element in an Automated Reasoning policy definition, such as a rule, variable, or type definition.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionElement

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

Syntax

C#
public class AutomatedReasoningPolicyDefinitionElement

The AutomatedReasoningPolicyDefinitionElement type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PolicyDefinitionRule Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionRule

Gets and sets the property PolicyDefinitionRule.

A rule element within the policy definition that contains a formal logical expression used for validation.

Public Property PolicyDefinitionType Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionType

Gets and sets the property PolicyDefinitionType.

A custom type element within the policy definition that defines a set of possible values for variables.

Public Property PolicyDefinitionVariable Amazon.Bedrock.Model.AutomatedReasoningPolicyDefinitionVariable

Gets and sets the property PolicyDefinitionVariable.

A variable element within the policy definition that represents a concept used in logical expressions and rules.

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