Class: Aws::VPCLattice::Types::CreateRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
The action for the default rule.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#name ⇒ String
The name of the rule.
-
#priority ⇒ Integer
The priority assigned to the rule.
-
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
-
#tags ⇒ Hash<String,String>
The tags for the rule.
Instance Attribute Details
#action ⇒ Types::RuleAction
The action for the default rule.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren’t identical, the retry fails.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule. The name must be unique within the listener. The valid characters are a-z, 0-9, and hyphens (-). You can’t use a hyphen as the first or last character, or immediately after another hyphen.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority assigned to the rule. Each rule for a specific listener must have a unique priority. The lower the priority number the higher the priority.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the rule.
351 352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 351 class CreateRuleRequest < Struct.new( :action, :client_token, :listener_identifier, :match, :name, :priority, :service_identifier, :tags) SENSITIVE = [] include Aws::Structure end |