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

FargateProfileSelector

import type { FargateProfileSelector } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eks.ts";
interface FargateProfileSelector {
labels?: {
[key: string]: string | null | undefined;
}
| null;
namespace?: string | null;
}

§Properties

§
labels?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
namespace?: string | null
[src]