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

FargateProfile

import type { FargateProfile } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
interface FargateProfile {
clusterName?: string | null;
createdAt?: Date | number | null;
fargateProfileArn?: string | null;
fargateProfileName?: string | null;
podExecutionRoleArn?: string | null;
selectors?: FargateProfileSelector[] | null;
status?: FargateProfileStatus | null;
subnets?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clusterName?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
fargateProfileArn?: string | null
[src]
§
fargateProfileName?: string | null
[src]
§
podExecutionRoleArn?: string | null
[src]
§
selectors?: FargateProfileSelector[] | null
[src]
§
subnets?: string[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]