TestProfileRunRecommendationOutput interface
A recommendation object that provides a list of configuration that optimizes its category.
Properties
| category | Category of the recommendation. Possible values: "ThroughputOptimized", "CostOptimized" |
| configurations | List of configurations IDs for which the recommendation is applicable. These are a subset of the provided target resource configurations. |
Property Details
category
Category of the recommendation.
Possible values: "ThroughputOptimized", "CostOptimized"
category: string
Property Value
string
configurations
List of configurations IDs for which the recommendation is applicable. These are a subset of the provided target resource configurations.
configurations?: string[]
Property Value
string[]