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

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;
}

§Properties

§
clusterSecurityGroupId?: string | null
[src]
§
endpointPrivateAccess?: boolean | null
[src]
§
endpointPublicAccess?: boolean | null
[src]
§
publicAccessCidrs?: string[] | null
[src]
§
securityGroupIds?: string[] | null
[src]
§
subnetIds?: string[] | null
[src]
§
vpcId?: string | null
[src]