FunctionEventInvokeConfig constructor
FunctionEventInvokeConfig({
- DestinationConfig? destinationConfig,
- String? functionArn,
- DateTime? lastModified,
- int? maximumEventAgeInSeconds,
- int? maximumRetryAttempts,
Implementation
FunctionEventInvokeConfig({
this.destinationConfig,
this.functionArn,
this.lastModified,
this.maximumEventAgeInSeconds,
this.maximumRetryAttempts,
});