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

DataSourceVpcConfiguration

import type { DataSourceVpcConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides information for connecting to an Amazon VPC.

interface DataSourceVpcConfiguration {
SecurityGroupIds: string[];
SubnetIds: string[];
}

§Properties

§
SecurityGroupIds: string[]
[src]

A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source.

§
SubnetIds: string[]
[src]

A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.