You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,9 +100,15 @@ data "atracker_routes" "atracker_routes_instance" {
98
100
| name | The name of the target. The name must be 1000 characters or less, and cannot include any special characters other than `(space) - . _ :`. |`string`| true |
99
101
| target_type | The type of the target. |`string`| true |
100
102
| cos_endpoint | Property values for a Cloud Object Storage Endpoint. | `` | true |
103
+
| eventstreams_endpoint | Property values for the Event Streams Endpoint in responses. | `` | false |
101
104
| name | The name of the route. The name must be 1000 characters or less and cannot include any special characters other than `(space) - . _ :`. |`string`| true |
102
-
| receive_global_events | Indicates whether or not all global events should be forwarded to this region. |`bool`| true |
103
-
| rules | Routing rules that will be evaluated in their order of the array. |`list()`| true |
105
+
| rules | The routing rules that will be evaluated in their order of the array. Once a rule is matched, the remaining rules in the route definition will be skipped. |`list()`| true |
106
+
| default_targets | The target ID List. In the event that no routing rule causes the event to be sent to a target, these targets will receive the event. |`list(string)`| false |
107
+
| permitted_target_regions | If present then only these regions may be used to define a target. |`list(string)`| false |
108
+
| metadata_region_primary | To store all your meta data in a single region. |`string`| true |
109
+
| metadata_region_backup | To store all your meta data in a backup region. |`string`| false |
110
+
| private_api_endpoint_only | If you set this true then you cannot access api through public network. |`bool`| true |
111
+
| region | Limit the query to the specified region. |`string`| false |
104
112
| name | The name of the target resource. |`string`| false |
105
113
| name | The name of the route. |`string`| false |
description="The CRN of a destination service instance or resource."
13
+
description="The CRN of a destination service instance or resource. Ensure you have a service authorization between IBM Cloud Metrics Routing and your Cloud resource. Read [S2S authorization](https://cloud.ibm.com/docs/metrics-router?topic=metrics-router-target-monitoring&interface=ui#target-monitoring-ui) for details."
Description: "The CRN of the destination service instance or resource.",
53
+
Description: "The CRN of the destination service instance or resource. Ensure you have a service authorization between IBM Cloud Metrics Routing and your Cloud resource. Read [S2S authorization](https://cloud.ibm.com/docs/metrics-router?topic=metrics-router-target-monitoring&interface=ui#target-monitoring-ui) for details.",
Description: "The CRN of a destination service instance or resource.",
39
+
Description: "The CRN of a destination service instance or resource. Ensure you have a service authorization between IBM Cloud Metrics Routing and your Cloud resource. Read [S2S authorization](https://cloud.ibm.com/docs/metrics-router?topic=metrics-router-target-monitoring&interface=ui#target-monitoring-ui) for details.",
0 commit comments