AWS::KafkaConnect::Connector Vpc
Information about the VPC in which the connector resides.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecurityGroups" :
[ String, ... ]
, "Subnets" :[ String, ... ]
}
YAML
SecurityGroups:
- String
Subnets:- String
Properties
SecurityGroups
-
The security groups for the connector.
Required: Yes
Type: List of String
Update requires: Replacement
Subnets
-
The subnets for the connector.
Required: Yes
Type: List of String
Update requires: Replacement