class Aws::Kendra::Types::DataSourceVpcConfiguration
Provides information for connecting to an Amazon VPC.
@note When making an API call, you may pass DataSourceVpcConfiguration
data as a hash: { subnet_ids: ["SubnetId"], # required security_group_ids: ["VpcSecurityGroupId"], # required }
@!attribute [rw] subnet_ids
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. @return [Array<String>]
@!attribute [rw] security_group_ids
A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DataSourceVpcConfiguration AWS API Documentation
Constants
- SENSITIVE