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

NetworkConfig

import type { NetworkConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface NetworkConfig {
EnableInterContainerTrafficEncryption?: boolean | null;
EnableNetworkIsolation?: boolean | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
EnableInterContainerTrafficEncryption?: boolean | null
[src]
§
EnableNetworkIsolation?: boolean | null
[src]
§
VpcConfig?: VpcConfig | null
[src]