---
title: ELB V2 Listener Rule
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > ELB V2 Listener Rule
---

# ELB V2 Listener Rule

This table represents the ELB V2 Listener Rule resource from Amazon Web Services.

```
aws.elbv2_listener_rule
```

## Fields

| Title                 | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                               | Description |
| --------------------- | ---- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                  | core | string        |
| account_id            | core | string        |
| actions               | core | json          | The actions. Each rule must include exactly one of the following types of actions: <code>forward</code>, <code>redirect</code>, or <code>fixed-response</code>, and it must be the last action to be performed.                                                                                         |
| alpn_policy           | core | array<string> | [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.                                                                                                                                                                                                                    |
| certificates          | core | json          | [HTTPS or TLS listener] The default certificate for the listener.                                                                                                                                                                                                                                       |
| conditions            | core | json          | The conditions. Each rule can include zero or one of the following conditions: <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and <code>source-ip</code>, and zero or more of the following conditions: <code>http-header</code> and <code>query-string</code>. |
| default_actions       | core | json          | The default actions for the listener.                                                                                                                                                                                                                                                                   |
| is_default            | core | bool          | Indicates whether this is the default rule.                                                                                                                                                                                                                                                             |
| listener_arn          | core | string        | The Amazon Resource Name (ARN) of the listener.                                                                                                                                                                                                                                                         |
| load_balancer_arn     | core | string        | The Amazon Resource Name (ARN) of the load balancer.                                                                                                                                                                                                                                                    |
| mutual_authentication | core | json          | The mutual authentication configuration information.                                                                                                                                                                                                                                                    |
| port                  | core | int64         | The port on which the load balancer is listening.                                                                                                                                                                                                                                                       |
| priority              | core | string        | The priority.                                                                                                                                                                                                                                                                                           |
| protocol              | core | string        | The protocol for connections from clients to the load balancer.                                                                                                                                                                                                                                         |
| rule_arn              | core | string        |
| ssl_policy            | core | string        | [HTTPS or TLS listener] The security policy that defines which protocols and ciphers are supported.                                                                                                                                                                                                     |
| tags                  | core | hstore_csv    |
