MaintenanceWindowTask constructor

MaintenanceWindowTask({
  1. String? description,
  2. LoggingInfo? loggingInfo,
  3. String? maxConcurrency,
  4. String? maxErrors,
  5. String? name,
  6. int? priority,
  7. String? serviceRoleArn,
  8. List<Target>? targets,
  9. String? taskArn,
  10. Map<String, MaintenanceWindowTaskParameterValueExpression>? taskParameters,
  11. MaintenanceWindowTaskType? type,
  12. String? windowId,
  13. String? windowTaskId,
})

Implementation

MaintenanceWindowTask({
  this.description,
  this.loggingInfo,
  this.maxConcurrency,
  this.maxErrors,
  this.name,
  this.priority,
  this.serviceRoleArn,
  this.targets,
  this.taskArn,
  this.taskParameters,
  this.type,
  this.windowId,
  this.windowTaskId,
});