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

DescribeFargateProfileRequest

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

§Properties

§
clusterName: string
[src]

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

§
fargateProfileName: string
[src]

The name of the Fargate profile to describe.