DataSourceVpcConfiguration

public struct DataSourceVpcConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source.

    Declaration

    Swift

    public let securityGroupIds: [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.

    Declaration

    Swift

    public let subnetIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(securityGroupIds: [String], subnetIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws