FunctionConfiguration constructor

FunctionConfiguration({
  1. String? dataSourceName,
  2. String? description,
  3. String? functionArn,
  4. String? functionId,
  5. String? functionVersion,
  6. String? name,
  7. String? requestMappingTemplate,
  8. String? responseMappingTemplate,
})

Implementation

FunctionConfiguration({
  this.dataSourceName,
  this.description,
  this.functionArn,
  this.functionId,
  this.functionVersion,
  this.name,
  this.requestMappingTemplate,
  this.responseMappingTemplate,
});