Module Values.DeleteTargetGroupInputSource

Deletes the specified target group. You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks. Deleting a target group does not affect its registered targets. For example, any EC2 instances continue to run until you stop or terminate them.

Sourcetype nonrec t = {
  1. targetGroupArn : TargetGroupArn.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : targetGroupArn:TargetGroupArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TargetGroupArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t