listener_rules_list_only
Lists listener_rules
in a region or regions, for all properties use listener_rules
Overview
Name | listener_rules_list_only |
Type | Resource |
Description | Specifies 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*. |
Id | aws.elasticloadbalancingv2.listener_rules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rule_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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