GetMaintenanceWindowTaskResult
import type { GetMaintenanceWindowTaskResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface GetMaintenanceWindowTaskResult {
Description?: string | null;
LoggingInfo?: LoggingInfo | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Name?: string | null;
Priority?: number | null;
ServiceRoleArn?: string | null;
Targets?: Target[] | null;
TaskArn?: string | null;
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | null;
TaskParameters?: {} | null;
[key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
TaskType?: MaintenanceWindowTaskType | null;
WindowId?: string | null;
WindowTaskId?: string | null;
}§Properties
§
LoggingInfo?: LoggingInfo | null
[src]§
TaskInvocationParameters?: MaintenanceWindowTaskInvocationParameters | null
[src]§
TaskParameters?: {} | null
[src][key: string]: MaintenanceWindowTaskParameterValueExpression | null | undefined;
§
TaskType?: MaintenanceWindowTaskType | null
[src]