elbv2_register_targets {paws.networking}R Documentation

Registers the specified targets with the specified target group

Description

Registers the specified targets with the specified target group.

See https://www.paws-r-sdk.com/docs/elbv2_register_targets/ for full documentation.

Usage

elbv2_register_targets(TargetGroupArn, Targets)

Arguments

TargetGroupArn

[required] The Amazon Resource Name (ARN) of the target group.

Targets

[required] The targets.


[Package paws.networking version 0.9.0 Index]