LambdaFunctionRecommendation constructor

LambdaFunctionRecommendation({
  1. String? accountId,
  2. int? currentMemorySize,
  3. LambdaFunctionRecommendationFinding? finding,
  4. List<LambdaFunctionRecommendationFindingReasonCode>? findingReasonCodes,
  5. String? functionArn,
  6. String? functionVersion,
  7. DateTime? lastRefreshTimestamp,
  8. double? lookbackPeriodInDays,
  9. List<LambdaFunctionMemoryRecommendationOption>? memorySizeRecommendationOptions,
  10. int? numberOfInvocations,
  11. List<LambdaFunctionUtilizationMetric>? utilizationMetrics,
})

Implementation

LambdaFunctionRecommendation({
  this.accountId,
  this.currentMemorySize,
  this.finding,
  this.findingReasonCodes,
  this.functionArn,
  this.functionVersion,
  this.lastRefreshTimestamp,
  this.lookbackPeriodInDays,
  this.memorySizeRecommendationOptions,
  this.numberOfInvocations,
  this.utilizationMetrics,
});