class Aws::KafkaConnect::Types::Vpc

Information about the VPC in which the connector resides.

@note When making an API call, you may pass Vpc

data as a hash:

    {
      security_groups: ["__string"],
      subnets: ["__string"], # required
    }

@!attribute [rw] security_groups

The security groups for the connector.
@return [Array<String>]

@!attribute [rw] subnets

The subnets for the connector.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/Vpc AWS API Documentation

Constants

SENSITIVE