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.

A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.AutomatedReasoningPolicyMutation

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

Syntax

C#
public class AutomatedReasoningPolicyMutation

The AutomatedReasoningPolicyMutation type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AddRule Amazon.Bedrock.Model.AutomatedReasoningPolicyAddRuleMutation

Gets and sets the property AddRule.

A mutation to add a new rule to the policy.

Public Property AddType Amazon.Bedrock.Model.AutomatedReasoningPolicyAddTypeMutation

Gets and sets the property AddType.

A mutation to add a new custom type to the policy.

Public Property AddVariable Amazon.Bedrock.Model.AutomatedReasoningPolicyAddVariableMutation

Gets and sets the property AddVariable.

A mutation to add a new variable to the policy.

Public Property DeleteRule Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteRuleMutation

Gets and sets the property DeleteRule.

A mutation to remove a rule from the policy.

Public Property DeleteType Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteTypeMutation

Gets and sets the property DeleteType.

A mutation to remove a custom type from the policy.

Public Property DeleteVariable Amazon.Bedrock.Model.AutomatedReasoningPolicyDeleteVariableMutation

Gets and sets the property DeleteVariable.

A mutation to remove a variable from the policy.

Public Property UpdateRule Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateRuleMutation

Gets and sets the property UpdateRule.

A mutation to modify an existing rule in the policy.

Public Property UpdateType Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateTypeMutation

Gets and sets the property UpdateType.

A mutation to modify an existing custom type in the policy.

Public Property UpdateVariable Amazon.Bedrock.Model.AutomatedReasoningPolicyUpdateVariableMutation

Gets and sets the property UpdateVariable.

A mutation to modify an existing variable in 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