Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions plugins/modules/elb_network_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,17 @@
Type:
description: The type of action.
type: str
required: true
TargetGroupArn:
description:
- The Amazon Resource Name (ARN) of the target group.
- Required if I(TargetGroupName) is not specified.
- Mutually exclusive with I(TargetGroupName).
type: str
TargetGroupName:
description:
- The name of the target group.
- Required if I(TargetGroupArn) is not specified.
- Mutually exclusive with I(TargetGroupArn).
AlpnPolicy:
description:
Expand Down
Loading