vpclattice_create_target_group: Creates a target group

View source: R/vpclattice_operations.R

vpclattice_create_target_groupR Documentation

Creates a target group

Description

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.

Usage

vpclattice_create_target_group(
  clientToken = NULL,
  config = NULL,
  name,
  tags = NULL,
  type
)

Arguments

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. If type is set to LAMBDA, this parameter doesn't apply.

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.


paws.networking documentation built on May 29, 2024, 10:12 a.m.