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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
selectors?: FargateProfileSelector[] | null
[src]§
status?: FargateProfileStatus | null
[src]