Skip to main content

listener_rules_list_only

Lists listener_rules in a region or regions, for all properties use listener_rules

Overview

Namelistener_rules_list_only
TypeResource
DescriptionSpecifies a listener rule. The listener must be associated with an Application Load Balancer. Each rule consists of a priority, one or more actions, and one or more conditions.
For more information, see [Quotas for your Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html) in the *User Guide for Application Load Balancers*.
Idaws.elasticloadbalancingv2.listener_rules_list_only

Fields

NameDatatypeDescription
rule_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all listener_rules in a region.

SELECT
region,
rule_arn
FROM aws.elasticloadbalancingv2.listener_rules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the listener_rules_list_only resource, see listener_rules