GetMaintenanceWindowTaskResult class

Constructors

GetMaintenanceWindowTaskResult({String? description, LoggingInfo? loggingInfo, String? maxConcurrency, String? maxErrors, String? name, int? priority, String? serviceRoleArn, List<Target>? targets, String? taskArn, MaintenanceWindowTaskInvocationParameters? taskInvocationParameters, Map<String, MaintenanceWindowTaskParameterValueExpression>? taskParameters, MaintenanceWindowTaskType? taskType, String? windowId, String? windowTaskId})
GetMaintenanceWindowTaskResult.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
The retrieved task description.
final
hashCode int
The hash code for this object.
no setterinherited
loggingInfo LoggingInfo?
The location in Amazon S3 where the task results are logged.
final
maxConcurrency String?
The maximum number of targets allowed to run this task in parallel.
final
maxErrors String?
The maximum number of errors allowed before the task stops being scheduled.
final
name String?
The retrieved task name.
final
priority int?
The priority of the task when it runs. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRoleArn String?
The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.
final
targets List<Target>?
The targets where the task should run.
final
taskArn String?
The resource that the task used during execution. For RUN_COMMAND and AUTOMATION task types, the TaskArn is the Systems Manager Document name/ARN. For LAMBDA tasks, the value is the function name/ARN. For STEP_FUNCTIONS tasks, the value is the state machine ARN.
final
taskInvocationParameters MaintenanceWindowTaskInvocationParameters?
The parameters to pass to the task when it runs.
final
taskParameters Map<String, MaintenanceWindowTaskParameterValueExpression>?
The parameters to pass to the task when it runs.
final
taskType MaintenanceWindowTaskType?
The type of task to run.
final
windowId String?
The retrieved maintenance window ID.
final
windowTaskId String?
The retrieved maintenance window task ID.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited