Values.ServiceAccessSecurityGroupsSourceThe security groups that allow traffic between the Amazon EVS control plane and your VPC for Amazon EVS service access. If a security group is not specified, Amazon EVS uses the default security group in your account for service access.
type nonrec t = {securityGroups : SecurityGroups.t option;The security groups that allow service access.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SecurityGroupId.t ] list ]) list ]