AutomationExecutionMetadata
import type { AutomationExecutionMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface AutomationExecutionMetadata {
AssociationId?: string | null;
AutomationExecutionId?: string | null;
AutomationExecutionStatus?: AutomationExecutionStatus | null;
AutomationSubtype?: AutomationSubtype | null;
AutomationType?: AutomationType | null;
ChangeRequestName?: string | null;
CurrentAction?: string | null;
CurrentStepName?: string | null;
DocumentName?: string | null;
DocumentVersion?: string | null;
ExecutedBy?: string | null;
ExecutionEndTime?: Date | number | null;
ExecutionStartTime?: Date | number | null;
FailureMessage?: string | null;
LogFile?: string | null;
MaxConcurrency?: string | null;
MaxErrors?: string | null;
Mode?: ExecutionMode | null;
OpsItemId?: string | null;
Outputs?: {} | null;
[key: string]: string[] | null | undefined;
ParentAutomationExecutionId?: string | null;
ResolvedTargets?: ResolvedTargets | null;
Runbooks?: Runbook[] | null;
ScheduledTime?: Date | number | null;
Target?: string | null;
TargetMaps?: ({})[] | null;
[key: string]: string[] | null | undefined;
TargetParameterName?: string | null;
Targets?: Target[] | null;
}§Properties
§
AutomationExecutionStatus?: AutomationExecutionStatus | null
[src]§
AutomationSubtype?: AutomationSubtype | null
[src]§
AutomationType?: AutomationType | null
[src]§
Mode?: ExecutionMode | null
[src]§
ResolvedTargets?: ResolvedTargets | null
[src]