elbv2_describe_rules: Describes the specified rules or the rules for the specified...

View source: R/elbv2_operations.R

elbv2_describe_rulesR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.