MaintenanceWindowTaskInvocationParameters constructor
MaintenanceWindowTaskInvocationParameters({
- MaintenanceWindowAutomationParameters? automation,
- MaintenanceWindowLambdaParameters? lambda,
- MaintenanceWindowRunCommandParameters? runCommand,
- MaintenanceWindowStepFunctionsParameters? stepFunctions,
Implementation
MaintenanceWindowTaskInvocationParameters({
this.automation,
this.lambda,
this.runCommand,
this.stepFunctions,
});