UpdateMaintenanceWindowTaskResult

public struct UpdateMaintenanceWindowTaskResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The updated task description.

    Declaration

    Swift

    public let description: String?
  • The updated logging information in Amazon S3. LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

    Declaration

    Swift

    public let loggingInfo: LoggingInfo?
  • The updated MaxConcurrency value.

    Declaration

    Swift

    public let maxConcurrency: String?
  • The updated MaxErrors value.

    Declaration

    Swift

    public let maxErrors: String?
  • The updated task name.

    Declaration

    Swift

    public let name: String?
  • The updated priority value.

    Declaration

    Swift

    public let priority: Int?
  • The ARN of the IAM service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

    Declaration

    Swift

    public let serviceRoleArn: String?
  • The updated target values.

    Declaration

    Swift

    public let targets: [Target]?
  • The updated task ARN value.

    Declaration

    Swift

    public let taskArn: String?
  • The updated parameter values.

    Declaration

    Swift

    public let taskInvocationParameters: MaintenanceWindowTaskInvocationParameters?
  • The updated parameter values. TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters option in the TaskInvocationParameters structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.

    Declaration

    Swift

    public let taskParameters: [String : MaintenanceWindowTaskParameterValueExpression]?
  • The ID of the maintenance window that was updated.

    Declaration

    Swift

    public let windowId: String?
  • The task ID of the maintenance window that was updated.

    Declaration

    Swift

    public let windowTaskId: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, loggingInfo: LoggingInfo? = nil, maxConcurrency: String? = nil, maxErrors: String? = nil, name: String? = nil, priority: Int? = nil, serviceRoleArn: String? = nil, targets: [Target]? = nil, taskArn: String? = nil, taskInvocationParameters: MaintenanceWindowTaskInvocationParameters? = nil, taskParameters: [String : MaintenanceWindowTaskParameterValueExpression]? = nil, windowId: String? = nil, windowTaskId: String? = nil)