From c831cc49e963457963006a8a04fdb22608b5fc37 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 26 Apr 2021 09:14:04 +0200 Subject: [PATCH] Minor docs tweaks --- elb_target_group.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/elb_target_group.py b/elb_target_group.py index 42367323638..53a25fa4419 100644 --- a/elb_target_group.py +++ b/elb_target_group.py @@ -111,14 +111,13 @@ version_added: 1.5.0 stickiness_app_cookie_name: description: - - The name of the application cookie. Required if C(stickiness_type) is - C(app_cookie). + - The name of the application cookie. Required if I(stickiness_type=app_cookie). type: str version_added: 1.5.0 stickiness_type: description: - The type of sticky sessions. - - C(lb_cookie), C(app_cookie) or C(source_ip) + - Valid values are C(lb_cookie), C(app_cookie) or C(source_ip). - If not set AWS will default to C(lb_cookie) for Application Load Balancers or C(source_ip) for Network Load Balancers. type: str successful_response_codes: