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

AutoMLSecurityConfig

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

Security options.

interface AutoMLSecurityConfig {
EnableInterContainerTrafficEncryption?: boolean | null;
VolumeKmsKeyId?: string | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
EnableInterContainerTrafficEncryption?: boolean | null
[src]

Whether to use traffic encryption between the container layers.

§
VolumeKmsKeyId?: string | null
[src]

The key used to encrypt stored data.

§
VpcConfig?: VpcConfig | null
[src]

The VPC configuration.