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

SourceIpConfig

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

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

interface SourceIpConfig {
Cidrs: string[];
}

§Properties

§
Cidrs: string[]
[src]

A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

Note: The following Length Constraints apply to individual CIDR values in the CIDR value list.