MaintenanceWindowTaskInvocationParameters constructor

MaintenanceWindowTaskInvocationParameters({
  1. MaintenanceWindowAutomationParameters? automation,
  2. MaintenanceWindowLambdaParameters? lambda,
  3. MaintenanceWindowRunCommandParameters? runCommand,
  4. MaintenanceWindowStepFunctionsParameters? stepFunctions,
})

Implementation

MaintenanceWindowTaskInvocationParameters({
  this.automation,
  this.lambda,
  this.runCommand,
  this.stepFunctions,
});