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

CreateFargateProfileRequest

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

§Properties

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