Event Channels
An EventChannel is a named grouping of EventSubscriptions.
Resource Schema
Required
| Property | Description |
|---|---|
| name String | Event Channel name. |
Optional
| Property | Description |
|---|---|
| workspace_id Int64 | Workspace ID. 0 means the default workspace. |
| description String | Event Channel description. |
| enabled Bool | Whether this Event Channel can dispatch events. |
| default_channel Bool | Whether this Event Channel is the default destination for newly published events. |
Read Only
| Property | Description |
|---|---|
| id Int64 | Event Channel ID |
| created_at String | Event Channel create date/time. |
| updated_at String | Event Channel update date/time. |
Resource Import
This Resource supports importing using the following syntax:
Data Source Schema
Required
| Property | Description |
|---|---|
| id Int64 | Event Channel ID |
Read Only
| Property | Description |
|---|---|
| name String | Event Channel name. |
| workspace_id Int64 | Workspace ID. 0 means the default workspace. |
| description String | Event Channel description. |
| enabled Bool | Whether this Event Channel can dispatch events. |
| default_channel Bool | Whether this Event Channel is the default destination for newly published events. |
| created_at String | Event Channel create date/time. |
| updated_at String | Event Channel update date/time. |