FunctionConfiguration constructor
FunctionConfiguration({})
Implementation
FunctionConfiguration({
this.codeSize,
this.configurationId,
this.description,
this.functionARN,
this.functionName,
this.handler,
this.lastModified,
this.memorySize,
this.mode,
this.role,
this.runtime,
this.timeout,
});