class Aws::ComputeOptimizer::Types::GetLambdaFunctionRecommendationsRequest

@note When making an API call, you may pass GetLambdaFunctionRecommendationsRequest

data as a hash:

    {
      function_arns: ["FunctionArn"],
      account_ids: ["AccountId"],
      filters: [
        {
          name: "Finding", # accepts Finding, FindingReasonCode
          values: ["FilterValue"],
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] function_arns

The Amazon Resource Name (ARN) of the functions for which to return
recommendations.

You can specify a qualified or unqualified ARN. If you specify an
unqualified ARN without a function version suffix, Compute Optimizer
will return recommendations for the latest (`$LATEST`) version of
the function. If you specify a qualified ARN with a version suffix,
Compute Optimizer will return recommendations for the specified
function version. For more information about using function
versions, see [Using versions][1] in the *Lambda Developer Guide*.

[1]: https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using
@return [Array<String>]

@!attribute [rw] account_ids

The ID of the Amazon Web Services account for which to return
function recommendations.

If your account is the management account of an organization, use
this parameter to specify the member account for which you want to
return function recommendations.

Only one account ID can be specified per request.
@return [Array<String>]

@!attribute [rw] filters

An array of objects to specify a filter that returns a more specific
list of function recommendations.
@return [Array<Types::LambdaFunctionRecommendationFilter>]

@!attribute [rw] next_token

The token to advance to the next page of function recommendations.
@return [String]

@!attribute [rw] max_results

The maximum number of function recommendations to return with a
single request.

To retrieve the remaining results, make another request with the
returned `nextToken` value.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/GetLambdaFunctionRecommendationsRequest AWS API Documentation

Constants

SENSITIVE