AwsLambdaFunctionDetails constructor

AwsLambdaFunctionDetails({
  1. AwsLambdaFunctionCode? code,
  2. String? codeSha256,
  3. AwsLambdaFunctionDeadLetterConfig? deadLetterConfig,
  4. AwsLambdaFunctionEnvironment? environment,
  5. String? functionName,
  6. String? handler,
  7. String? kmsKeyArn,
  8. String? lastModified,
  9. List<AwsLambdaFunctionLayer>? layers,
  10. String? masterArn,
  11. int? memorySize,
  12. String? revisionId,
  13. String? role,
  14. String? runtime,
  15. int? timeout,
  16. AwsLambdaFunctionTracingConfig? tracingConfig,
  17. String? version,
  18. AwsLambdaFunctionVpcConfig? vpcConfig,
})

Implementation

AwsLambdaFunctionDetails({
  this.code,
  this.codeSha256,
  this.deadLetterConfig,
  this.environment,
  this.functionName,
  this.handler,
  this.kmsKeyArn,
  this.lastModified,
  this.layers,
  this.masterArn,
  this.memorySize,
  this.revisionId,
  this.role,
  this.runtime,
  this.timeout,
  this.tracingConfig,
  this.version,
  this.vpcConfig,
});