Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
See https://paws-r.github.io/docs/elbv2/describe_rules.html for full documentation.
elbv2_describe_rules(
ListenerArn = NULL,
RuleArns = NULL,
Marker = NULL,
PageSize = NULL
)
The Amazon Resource Name (ARN) of the listener.
The Amazon Resource Names (ARN) of the rules.
The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of results to return with this call.