TestRecommendation
Defines a test recommendation.
Contents
- appComponentName
-
The name of the application component.
Type: String
Pattern:
^\S{1,100}$
Required: No
- dependsOnAlarms
-
A list of recommended alarms that are used in the test and must be exported before or with the test.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 200 items.
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- description
-
The description for the test recommendation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- intent
-
The intent of the test recommendation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- items
-
The test recommendation items.
Type: Array of RecommendationItem objects
Required: No
- name
-
The name of the test recommendation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- prerequisite
-
The prerequisite of the test recommendation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- recommendationId
-
Identifier for the test recommendation.
Type: String
Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$
Required: No
- referenceId
-
The reference identifier for the test recommendation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: Yes
- risk
-
The level of risk for this test recommendation.
Type: String
Valid Values:
Small | Medium | High
Required: No
- type
-
The type of test recommendation.
Type: String
Valid Values:
Software | Hardware | AZ | Region
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: