View source: R/vpclattice_operations.R
vpclattice_create_target_group | R Documentation |
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
)
clientToken |
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. |
config |
The target group configuration. |
name |
[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. |
tags |
The tags for the target group. |
type |
[required] The type of target group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.