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

AwsEksClusterResourcesVpcConfigDetails

import type { AwsEksClusterResourcesVpcConfigDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about the VPC configuration used by the cluster control plane.

interface AwsEksClusterResourcesVpcConfigDetails {
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
}

§Properties

§
SecurityGroupIds?: string[] | null
[src]

The security groups that are associated with the cross-account elastic network interfaces that are used to allow communication between your nodes and the Amazon EKS control plane.

§
SubnetIds?: string[] | null
[src]

The subnets that are associated with the cluster.