Pattern
A set of rules used to make a recommendation during an analysis.
Contents
- countersToAggregate
-
A list of the different counters used to determine if there is a match.
Type: Array of strings
Required: No
- description
-
The description of the recommendation. This explains a potential inefficiency in a profiled application.
Type: String
Required: No
- id
-
The universally unique identifier (UUID) of this pattern.
Type: String
Required: No
- name
-
The name for this pattern.
Type: String
Required: No
- resolutionSteps
-
A string that contains the steps recommended to address the potential inefficiency.
Type: String
Required: No
- targetFrames
-
A list of frame names that were searched during the analysis that generated a recommendation.
Type: Array of arrays of strings
Required: No
- thresholdPercent
-
The percentage of time an application spends in one method that triggers a recommendation. The percentage of time is the same as the percentage of the total gathered sample counts during analysis.
Type: Double
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: