FunctionEventInvokeConfig constructor

FunctionEventInvokeConfig({
  1. DestinationConfig? destinationConfig,
  2. String? functionArn,
  3. DateTime? lastModified,
  4. int? maximumEventAgeInSeconds,
  5. int? maximumRetryAttempts,
})

Implementation

FunctionEventInvokeConfig({
  this.destinationConfig,
  this.functionArn,
  this.lastModified,
  this.maximumEventAgeInSeconds,
  this.maximumRetryAttempts,
});