securityGroups property

List<String>? securityGroups
final

The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.

Implementation

final List<String>? securityGroups;