AutomatedReasoningPolicyDefinitionElement - Amazon Bedrock

AutomatedReasoningPolicyDefinitionElement

Represents a single element in an Automated Reasoning policy definition, such as a rule, variable, or type definition.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

policyDefinitionRule

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

Type: AutomatedReasoningPolicyDefinitionRule object

Required: No

policyDefinitionType

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

Type: AutomatedReasoningPolicyDefinitionType object

Required: No

policyDefinitionVariable

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

Type: AutomatedReasoningPolicyDefinitionVariable object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: