Class: Aws::ApiGatewayV2::Types::RoutingRule

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

Overview

Represents a routing rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::RoutingRuleAction>

The resulting action based on matching a routing rules condition. Only InvokeApi is supported.

Returns:



7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876

class RoutingRule < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsArray<Types::RoutingRuleCondition>

The conditions of the routing rule.

Returns:



7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876

class RoutingRule < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value. Rules can’t have the same priority. Priority values 1-1,000,000 are supported.

Returns:

  • (Integer)


7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876

class RoutingRule < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#routing_rule_arnString

The ARN of the routing rule.

Returns:

  • (String)


7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876

class RoutingRule < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#routing_rule_idString

The ID of the routing rule.

Returns:

  • (String)


7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876

class RoutingRule < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end