AutomatedReasoningPolicyDefinitionType
Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.
Contents
- name
-
The name of the custom type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[A-Za-z][A-Za-z0-9_]*
Required: Yes
- values
-
The possible values for this enum-based type, each with its own description.
Type: Array of AutomatedReasoningPolicyDefinitionTypeValue objects
Array Members: Minimum number of 1 item. Maximum number of 150 items.
Required: Yes
- description
-
The description of what the custom type represents.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
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: