DataSourceVpcConfiguration¶
Structure Class¶
DataSourceVpcConfiguration
dataclass
¶
Provides configuration information needed to connect to an Amazon VPC (Virtual Private Cloud).
Attributes¶
security_group_ids
instance-attribute
¶
security_group_ids: list[str]
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.
subnet_ids
instance-attribute
¶
subnet_ids: list[str]
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.