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?: {} | null;
}[key: string]: string | null | undefined;