Class: Aws::RTBFabric::Types::CreateLinkRoutingRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same clientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsTypes::RuleCondition

The conditions for the routing rule. All specified fields must match for the rule to apply. At least one condition field must be set.



534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

The unique identifier of the link.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The priority of the routing rule. Lower numbers are evaluated first. Valid values are 1 to 1000. Priority must be unique among non-deleted rules within a link.

Returns:

  • (Integer)


534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of the key-value pairs of the tag or tags to assign to the resource.

Returns:

  • (Hash<String,String>)


534
535
536
537
538
539
540
541
542
543
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 534

class CreateLinkRoutingRuleRequest < Struct.new(
  :client_token,
  :gateway_id,
  :link_id,
  :priority,
  :conditions,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end