Class: Aws::VPCLattice::Types::CreateTargetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateTargetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#config ⇒ Types::TargetGroupConfig
The target group configuration.
-
#name ⇒ String
The name of the target group.
-
#tags ⇒ Hash<String,String>
The tags for the target group.
-
#type ⇒ String
The type of target group.
Instance Attribute Details
#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.
762 763 764 765 766 767 768 769 770 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 762 class CreateTargetGroupRequest < Struct.new( :client_token, :config, :name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#config ⇒ Types::TargetGroupConfig
The target group configuration.
762 763 764 765 766 767 768 769 770 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 762 class CreateTargetGroupRequest < Struct.new( :client_token, :config, :name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the target group. The name must be unique within the account. 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.
762 763 764 765 766 767 768 769 770 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 762 class CreateTargetGroupRequest < Struct.new( :client_token, :config, :name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the target group.
762 763 764 765 766 767 768 769 770 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 762 class CreateTargetGroupRequest < Struct.new( :client_token, :config, :name, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of target group.
762 763 764 765 766 767 768 769 770 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 762 class CreateTargetGroupRequest < Struct.new( :client_token, :config, :name, :tags, :type) SENSITIVE = [] include Aws::Structure end |