elbv2_describe_rules {paws.networking} | R Documentation |
Describes the specified rules or the rules for the specified listener
Description
Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
See https://www.paws-r-sdk.com/docs/elbv2_describe_rules/ for full documentation.
Usage
elbv2_describe_rules(
ListenerArn = NULL,
RuleArns = NULL,
Marker = NULL,
PageSize = NULL
)
Arguments
ListenerArn |
The Amazon Resource Name (ARN) of the listener. |
RuleArns |
The Amazon Resource Names (ARN) of the rules. |
Marker |
The marker for the next set of results. (You received this marker from a previous call.) |
PageSize |
The maximum number of results to return with this call. |
[Package paws.networking version 0.9.0 Index]