DataSourceVpcConfiguration

data class DataSourceVpcConfiguration(val securityGroupIds: List<String>, val subnetIds: List<String>)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>, subnetIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.