class Aws::ElasticLoadBalancing::Types::ApplySecurityGroupsToLoadBalancerInput

Contains the parameters for ApplySecurityGroupsToLoadBalancer.

@note When making an API call, you may pass ApplySecurityGroupsToLoadBalancerInput

data as a hash:

    {
      load_balancer_name: "AccessPointName", # required
      security_groups: ["SecurityGroupId"], # required
    }

@!attribute [rw] load_balancer_name

The name of the load balancer.
@return [String]

@!attribute [rw] security_groups

The IDs of the security groups to associate with the load balancer.
Note that you cannot specify the name of the security group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/ApplySecurityGroupsToLoadBalancerInput AWS API Documentation

Constants

SENSITIVE