Class: Aws::ElasticLoadBalancingV2::Types::CreateRuleInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::Action>

The actions.

Returns:



804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsArray<Types::RuleCondition>

The conditions.

Returns:



804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end

#listener_arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The rule priority. A listener can’t have multiple rules with the same priority.

Returns:

  • (Integer)


804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to assign to the rule.

Returns:



804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end

#transformsArray<Types::RuleTransform>

The transforms to apply to requests that match this rule. You can add one host header rewrite transform and one URL rewrite transform.

Returns:



804
805
806
807
808
809
810
811
812
813
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 804

class CreateRuleInput < Struct.new(
  :listener_arn,
  :conditions,
  :priority,
  :actions,
  :tags,
  :transforms)
  SENSITIVE = []
  include Aws::Structure
end