View source: R/elbv2_operations.R
elbv2_set_security_groups | R Documentation |
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
)
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
SecurityGroups |
[required] The IDs of the security groups. |
EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic |
Indicates whether to evaluate inbound security group rules for traffic
sent to a Network Load Balancer through Amazon Web Services PrivateLink.
The default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.