Delete Target Group
vpclattice_delete_target_group | R Documentation |
Deletes a target group¶
Description¶
Deletes a target group. You can't delete a target group if it is used in a listener rule or if the target group creation is in progress.
Usage¶
Arguments¶
targetGroupIdentifier
[required] The ID or Amazon Resource Name (ARN) of the target group.
Value¶
A list with the following syntax:
list(
arn = "string",
id = "string",
status = "CREATE_IN_PROGRESS"|"ACTIVE"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_FAILED"
)