Class: Aws::ElasticLoadBalancing::Types::CreateLoadBalancerPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the parameters for CreateLoadBalancerPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#load_balancer_nameString

The name of the load balancer.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 540

class CreateLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name,
  :policy_type_name,
  :policy_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#policy_attributesArray<Types::PolicyAttribute>

The policy attributes.

Returns:



540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 540

class CreateLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name,
  :policy_type_name,
  :policy_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 540

class CreateLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name,
  :policy_type_name,
  :policy_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#policy_type_nameString

The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

Returns:

  • (String)


540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/types.rb', line 540

class CreateLoadBalancerPolicyInput < Struct.new(
  :load_balancer_name,
  :policy_name,
  :policy_type_name,
  :policy_attributes)
  SENSITIVE = []
  include Aws::Structure
end