elbv2_set_security_groups: Associates the specified security groups with the specified...

View source: R/elbv2_operations.R

elbv2_set_security_groupsR Documentation

Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer

Description

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.

Usage

elbv2_set_security_groups(
  LoadBalancerArn,
  SecurityGroups,
  EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = NULL
)

Arguments

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 on.


paws.networking documentation built on Sept. 12, 2024, 7:32 a.m.