VpcConfigResponse
import type { VpcConfigResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";interface VpcConfigResponse {
clusterSecurityGroupId?: string | null;
endpointPrivateAccess?: boolean | null;
endpointPublicAccess?: boolean | null;
publicAccessCidrs?: string[] | null;
securityGroupIds?: string[] | null;
subnetIds?: string[] | null;
vpcId?: string | null;
}