Register Targets
vpclattice_register_targets | R Documentation |
Registers the targets with the target group¶
Description¶
Registers the targets with the target group. If it's a Lambda target, you can only have one target in a target group.
Usage¶
Arguments¶
targetGroupIdentifier
[required] The ID or Amazon Resource Name (ARN) of the target group.
targets
[required] The targets.
Value¶
A list with the following syntax:
list(
successful = list(
list(
id = "string",
port = 123
)
),
unsuccessful = list(
list(
failureCode = "string",
failureMessage = "string",
id = "string",
port = 123
)
)
)