class Aws::ElasticLoadBalancing::Types::CreateLBCookieStickinessPolicyInput
Contains the parameters for CreateLBCookieStickinessPolicy.
@note When making an API call, you may pass CreateLBCookieStickinessPolicyInput
data as a hash: { load_balancer_name: "AccessPointName", # required policy_name: "PolicyName", # required cookie_expiration_period: 1, }
@!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_expiration_period
The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/CreateLBCookieStickinessPolicyInput AWS API Documentation
Constants
- SENSITIVE