AwsLambdaFunctionDetails constructor
      
      AwsLambdaFunctionDetails({ 
    
    
- AwsLambdaFunctionCode? code,
- String? codeSha256,
- AwsLambdaFunctionDeadLetterConfig? deadLetterConfig,
- AwsLambdaFunctionEnvironment? environment,
- String? functionName,
- String? handler,
- String? kmsKeyArn,
- String? lastModified,
- List<AwsLambdaFunctionLayer> ? layers,
- String? masterArn,
- int? memorySize,
- String? revisionId,
- String? role,
- String? runtime,
- int? timeout,
- AwsLambdaFunctionTracingConfig? tracingConfig,
- String? version,
- 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,
});