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¶
vpclattice_delete_target_group(targetGroupIdentifier)
Arguments¶
targetGroupIdentifier | 
[required] The ID or 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"
)
Request syntax¶
svc$delete_target_group(
  targetGroupIdentifier = "string"
)