Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateProfilingGroupRequest

import type { CreateProfilingGroupRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeguruprofiler.ts";
interface CreateProfilingGroupRequest {
agentOrchestrationConfig?: AgentOrchestrationConfig | null;
clientToken: string;
computePlatform?: ComputePlatform | null;
profilingGroupName: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
agentOrchestrationConfig?: AgentOrchestrationConfig | null
[src]
§
clientToken: string
[src]
§
computePlatform?: ComputePlatform | null
[src]
§
profilingGroupName: string
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]