LambdaFunctionRecommendation constructor
LambdaFunctionRecommendation({
- String? accountId,
- int? currentMemorySize,
- LambdaFunctionRecommendationFinding? finding,
- List<
LambdaFunctionRecommendationFindingReasonCode> ? findingReasonCodes, - String? functionArn,
- String? functionVersion,
- DateTime? lastRefreshTimestamp,
- double? lookbackPeriodInDays,
- List<
LambdaFunctionMemoryRecommendationOption> ? memorySizeRecommendationOptions, - int? numberOfInvocations,
- 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,
});