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

DeleteFargateProfileRequest

import type { DeleteFargateProfileRequest } from "https://aws-api.deno.dev/v0.4/services/eks.ts?docs=full";
interface DeleteFargateProfileRequest {
clusterName: string;
fargateProfileName: string;
}

§Properties

§
clusterName: string
[src]

The name of the Amazon EKS cluster associated with the Fargate profile to delete.

§
fargateProfileName: string
[src]

The name of the Fargate profile to delete.