Creates a target group. A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.
See https://www.paws-r-sdk.com/docs/vpclattice_create_target_group/ for full documentation.
vpclattice_create_target_group(
clientToken = NULL,
config = NULL,
name,
tags = NULL,
type
)
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.
The target group configuration. If type
is set to LAMBDA
, this
parameter doesn't apply.
[required] 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.
The tags for the target group.
[required] The type of target group.