DataSourceVpcConfigurationArgs

data class DataSourceVpcConfigurationArgs(val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>) : ConvertibleToJava<DataSourceVpcConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val subnetIds: Output<List<String>>

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.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceVpcConfigurationArgs