# `Twilio.Resources.Intelligence.V3.ControlPlane.Configuration`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/intelligence/v3/control_plane/configuration.ex#L2)

Configuration resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `actions` | List of Actions to be performed after the Rule is triggered. Maximum of two (2) Actions allowed per Rule. |
| `id` | The unique identifier for the Rule. Assigned by Twilio (TTID). |
| `operators` | List of Operators to be executed by the Rule. Maximum of five (5) Operators allowed per Rule. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `triggers` | List of Triggers that determine when to activate the Rule. Maximum of one (1) Trigger allowed per Rule. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Intelligence.V3.ControlPlane.Configuration{
  actions: list(),
  context: String.t(),
  id: String.t(),
  operators: list(),
  triggers: list()
}
```

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
