ModifyTargetGroupAttributes
In this article:
ModifyTargetGroupAttributes#
Description#
Запрос на изменение атрибутов у целевой группы.
Request Parameters#
Attributes.member.N — Атрибуты целевой группы.
Тип: Список объектов TargetGroupAttribute
Required: Yes
TargetGroupArn — The Amazon Resource Name (ARN) of the target group.
Type: String
Required: Yes
Response Elements#
Attributes.member.N — Информация об атрибутах целевой группы.
Тип: Список объектов TargetGroupAttribute
Examples#
c2-elb ModifyTargetGroupAttributes TargetGroupArn "tg_arn" Attributes.1.Key "attribute_name" Attributes.1.Value "value"
c2-elb ModifyTargetGroupAttributes TargetGroupArn "tg_arn" Attributes.1.Key "load_balancing.cross_zone.enabled" Attributes.1.Value "true"