Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer. The specified security groups override the previously associated security groups.
See https://www.paws-r-sdk.com/docs/elbv2_set_security_groups/ for full documentation.
elbv2_set_security_groups(
LoadBalancerArn,
SecurityGroups,
EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = NULL
)
[required] The Amazon Resource Name (ARN) of the load balancer.
[required] The IDs of the security groups.
Indicates whether to evaluate inbound security group rules for traffic
sent to a Network Load Balancer through Amazon Web Services PrivateLink.
The default is on
.