- **`name`**: Name that uniquely identifies this Alert. Refer to *[../../type/basic.json#/definitions/entityName](#/../type/basic.json#/definitions/entityName)*.
- **`description`**: A short description of the Alert, comprehensible to regular users. Refer to *[../../type/basic.json#/definitions/markdown](#/../type/basic.json#/definitions/markdown)*.
- **`owners`**: Owners of this Alert. Refer to *[../../type/entityReferenceList.json](#/../type/entityReferenceList.json)*. Default: `null`.
- **`enabled`** *(boolean)*: Is the alert enabled. Default: `true`.
- **Items**: Refer to *[../../events/eventSubscription.json#/definitions/destination](#/../events/eventSubscription.json#/definitions/destination)*.
- **`provider`**: Refer to *[../../type/basic.json#/definitions/providerType](#/../type/basic.json#/definitions/providerType)*.
- **`retries`** *(integer)*: Number of times to retry callback on failure. (Default 3). Default: `3`.
- **`pollInterval`** *(integer)*: Poll Interval in seconds. Default: `10`.
- **`input`**: Input for the Filters. Refer to *[../eventSubscription.json#/definitions/alertFilteringInput](#/eventSubscription.json#/definitions/alertFilteringInput)*.
- **`domain`** *(string)*: Fully qualified name of the domain the Table belongs to.