Class: Aws::ElasticLoadBalancing::Types::CreateAppCookieStickinessPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::CreateAppCookieStickinessPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the parameters for CreateAppCookieStickinessPolicy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cookie_name ⇒ String
The name of the application cookie used for stickiness.
-
#load_balancer_name ⇒ String
The name of the load balancer.
-
#policy_name ⇒ String
The name of the policy being created.
Instance Attribute Details
#cookie_name ⇒ String
The name of the application cookie used for stickiness.
444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 444 class CreateAppCookieStickinessPolicyInput < Struct.new( :load_balancer_name, :policy_name, :cookie_name) SENSITIVE = [] include Aws::Structure end |
#load_balancer_name ⇒ String
The name of the load balancer.
444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 444 class CreateAppCookieStickinessPolicyInput < Struct.new( :load_balancer_name, :policy_name, :cookie_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
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.
444 445 446 447 448 449 450 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 444 class CreateAppCookieStickinessPolicyInput < Struct.new( :load_balancer_name, :policy_name, :cookie_name) SENSITIVE = [] include Aws::Structure end |