INPUT_OBJECT
FinOpsRightsizingRecommendationRequestInput
The rightsizing request which specifies the parameters for executing the request
link GraphQL Schema definition
- input FinOpsRightsizingRecommendationRequestInput {
- # The asset type for which the request is executing
- FinOpsRightsizingAssetType! :
- # The Efficiency target to be used for performing the evaluation
- ID! :
- # The duration for which performance metrics should be considered
- FinOpsRightsizingEvaluationDuration! :
- # The filter criteria to be used for selecting assets for evaluating
- FinOpsRightsizingCriteriaOptionsInput :
- # List of processing flags e.g., recommend burstable instance types
- FinOpsPropertyInput!] : [
- # Returns all instances if set to true else returns only instances with
- # recommendations
- Boolean! :
- }