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

NetworkConfiguration

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

The network configuration for customer VPC connectivity.

interface NetworkConfiguration {
securityGroupIds?: string[] | null;
subnetIds?: string[] | null;
}

§Properties

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

The array of security group Ids for customer VPC connectivity.

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

The array of subnet Ids for customer VPC connectivity.