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

MonitoringNetworkConfig

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

The networking configuration for the monitoring job.

interface MonitoringNetworkConfig {
EnableInterContainerTrafficEncryption?: boolean | null;
EnableNetworkIsolation?: boolean | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
EnableInterContainerTrafficEncryption?: boolean | null
[src]

Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

§
EnableNetworkIsolation?: boolean | null
[src]

Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

§
VpcConfig?: VpcConfig | null
[src]