AutomatedReasoningPolicyDefinitionRule
Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.
Contents
- expression
-
The formal logic expression of the rule.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\s\S]+
Required: Yes
- id
-
The unique identifier of the rule within the policy.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[A-Z][0-9A-Z]{11}
Required: Yes
- alternateExpression
-
The human-readable form of the rule expression, often in natural language or simplified notation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\s\S]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: