class Aws::ElasticLoadBalancing::Types::CreateAppCookieStickinessPolicyInput

Contains the parameters for CreateAppCookieStickinessPolicy.

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

data as a hash:

    {
      load_balancer_name: "AccessPointName", # required
      policy_name: "PolicyName", # required
      cookie_name: "CookieName", # required
    }

@!attribute [rw] load_balancer_name

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

@!attribute [rw] policy_name

The name of the policy being created. Policy names must consist of
alphanumeric characters and dashes (-). This name must be unique
within the set of policies for this load balancer.
@return [String]

@!attribute [rw] cookie_name

The name of the application cookie used for stickiness.
@return [String]

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

Constants

SENSITIVE