class Aws::ElasticLoadBalancing::Types::SetLoadBalancerPoliciesOfListenerInput

Contains the parameters for SetLoadBalancePoliciesOfListener.

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

data as a hash:

    {
      load_balancer_name: "AccessPointName", # required
      load_balancer_port: 1, # required
      policy_names: ["PolicyName"], # required
    }

@!attribute [rw] load_balancer_name

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

@!attribute [rw] load_balancer_port

The external port of the load balancer.
@return [Integer]

@!attribute [rw] policy_names

The names of the policies. This list must include all policies to be
enabled. If you omit a policy that is currently enabled, it is
disabled. If the list is empty, all current policies are disabled.
@return [Array<String>]

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

Constants

SENSITIVE