ProfilingGroupDescription
import type { ProfilingGroupDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeguruprofiler.ts";interface ProfilingGroupDescription {
agentOrchestrationConfig?: AgentOrchestrationConfig | null;
arn?: string | null;
computePlatform?: ComputePlatform | null;
createdAt?: Date | number | null;
name?: string | null;
profilingStatus?: ProfilingStatus | null;
tags?: {} | null;
[key: string]: string | null | undefined;
updatedAt?: Date | number | null;
}§Properties
§
agentOrchestrationConfig?: AgentOrchestrationConfig | null
[src]§
computePlatform?: ComputePlatform | null
[src]§
profilingStatus?: ProfilingStatus | null
[src]