CreateTriggerRequestOptions
CreateTriggerRequestOptions
Any of
TriggerType1
Trigger details.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
name | string | No | Trigger name. |
triggerCategory | string | No | This is the value to use in the request body to detect anomalous behaivior. The values in this table will only be relevant when this parameter is set to this value. |
accountName | string | No | Account name. |
anomalyTriggerRequest | object | No | The details of the UsageAnomaly trigger. |
notification | object | No | The notification details of the trigger. |
ActiveAnomalyIndicator
Whether the anomaly detection is active or not.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
active | boolean | No | Indicates anomaly detection is active<br />True - Anomaly detection is active.<br />False - Anomaly detection is not active. |
ActiveTriggerIndicator
Whether the trigger is active or not.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
active | boolean | No | Indicates if the trigger is active<br />True - trigger is active<br />False - trigger is not active. |