Values.SelfManagedKafkaAccessConfigurationVpcSourceThis structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
type nonrec t = {subnets : SubnetIds.t option;Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.
*)securityGroup : SecurityGroupIds.t option;Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ]