AWS::ElasticLoadBalancingV2::ListenerRule TargetGroupStickinessConfig
有关规则的目标组粘性的信息。
语法
要在 AWS CloudFormation 模板中声明此实体,请使用以下语法:
JSON
{ "DurationSeconds" :
Integer
, "Enabled" :Boolean
}
YAML
DurationSeconds:
Integer
Enabled:Boolean
属性
DurationSeconds
-
一个时间段,以秒为单位,在此期间来自客户端的请求应路由到相同的目标组。范围为 1-604800 秒(7 天)。
必需:否
类型:整数
Update requires: No interruption
Enabled
-
指示是否启用目标组粘性。
必需:否
类型:布尔值
Update requires: No interruption