Values.ModifyTargetGroupAttributesInputSourceModifies the specified attributes of the specified target group.
type nonrec t = {targetGroupArn : TargetGroupArn.t;The Amazon Resource Name (ARN) of the target group.
*)attributes : TargetGroupAttributes.t;The target group attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TargetGroupAttributeKey.t ]) list ]
list
| `String of TargetGroupArn.t ])
list ]