View source: R/elbv2_operations.R
elbv2_describe_rules | R Documentation |
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.
elbv2_describe_rules(
ListenerArn = NULL,
RuleArns = NULL,
Marker = NULL,
PageSize = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.