AssociationExecutionTarget
import type { AssociationExecutionTarget } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface AssociationExecutionTarget {
AssociationId?: string | null;
AssociationVersion?: string | null;
DetailedStatus?: string | null;
ExecutionId?: string | null;
LastExecutionDate?: Date | number | null;
OutputSource?: OutputSource | null;
ResourceId?: string | null;
ResourceType?: string | null;
Status?: string | null;
}§Properties
§
OutputSource?: OutputSource | null
[src]