Module Values.DescribeTargetGroupAttributesInputSource

Describes the attributes for the specified target group. For more information, see the following: Target group attributes in the Application Load Balancers Guide Target group attributes in the Network Load Balancers Guide Target group attributes in the Gateway Load Balancers Guide

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