Class: Aws::VPCLattice::Types::CreateTargetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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

#configTypes::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

#nameString

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.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags for the target group.

Returns:

  • (Hash<String,String>)


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

#typeString

The type of target group.

Returns:

  • (String)


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