pulumi-newrelic 5.22.0a1711544599__py3-none-any.whl → 5.23.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. pulumi_newrelic/_inputs.py +183 -270
  2. pulumi_newrelic/account_management.py +20 -20
  3. pulumi_newrelic/alert_channel.py +76 -92
  4. pulumi_newrelic/alert_condition.py +104 -163
  5. pulumi_newrelic/alert_muting_rule.py +33 -35
  6. pulumi_newrelic/alert_policy.py +68 -43
  7. pulumi_newrelic/alert_policy_channel.py +12 -8
  8. pulumi_newrelic/cloud/_inputs.py +322 -1072
  9. pulumi_newrelic/cloud/aws_govcloud_link_account.py +4 -6
  10. pulumi_newrelic/cloud/aws_integrations.py +13 -15
  11. pulumi_newrelic/cloud/aws_link_account.py +4 -6
  12. pulumi_newrelic/cloud/azure_integrations.py +10 -12
  13. pulumi_newrelic/cloud/azure_link_account.py +4 -6
  14. pulumi_newrelic/cloud/gcp_integrations.py +6 -6
  15. pulumi_newrelic/cloud/gcp_link_account.py +4 -6
  16. pulumi_newrelic/cloud/outputs.py +322 -1072
  17. pulumi_newrelic/data_partition_rule.py +0 -4
  18. pulumi_newrelic/entity_tags.py +13 -17
  19. pulumi_newrelic/events_to_metrics_rule.py +2 -4
  20. pulumi_newrelic/get_account.py +0 -4
  21. pulumi_newrelic/get_application.py +8 -10
  22. pulumi_newrelic/get_authentication_domain.py +4 -8
  23. pulumi_newrelic/get_cloud_account.py +0 -4
  24. pulumi_newrelic/get_entity.py +48 -33
  25. pulumi_newrelic/get_group.py +42 -8
  26. pulumi_newrelic/get_key_transaction.py +8 -10
  27. pulumi_newrelic/get_notification_destination.py +20 -1
  28. pulumi_newrelic/get_obfuscation_expression.py +2 -4
  29. pulumi_newrelic/get_service_level_alert_helper.py +22 -46
  30. pulumi_newrelic/get_test_grok_pattern.py +4 -6
  31. pulumi_newrelic/get_user.py +0 -4
  32. pulumi_newrelic/group.py +40 -42
  33. pulumi_newrelic/infra_alert_condition.py +154 -145
  34. pulumi_newrelic/insights/event.py +8 -25
  35. pulumi_newrelic/log_parsing_rule.py +6 -10
  36. pulumi_newrelic/monitor_downtime.py +174 -193
  37. pulumi_newrelic/notification_channel.py +124 -150
  38. pulumi_newrelic/notification_destination.py +95 -1
  39. pulumi_newrelic/nrql_alert_condition.py +38 -48
  40. pulumi_newrelic/nrql_drop_rule.py +34 -38
  41. pulumi_newrelic/obfuscation_expression.py +2 -4
  42. pulumi_newrelic/obfuscation_rule.py +4 -4
  43. pulumi_newrelic/one_dashboard.py +42 -48
  44. pulumi_newrelic/one_dashboard_raw.py +86 -86
  45. pulumi_newrelic/outputs.py +180 -270
  46. pulumi_newrelic/plugins/_inputs.py +16 -16
  47. pulumi_newrelic/plugins/application_settings.py +20 -36
  48. pulumi_newrelic/plugins/outputs.py +16 -16
  49. pulumi_newrelic/plugins/workload.py +158 -40
  50. pulumi_newrelic/service_level.py +38 -123
  51. pulumi_newrelic/synthetics/alert_condition.py +34 -78
  52. pulumi_newrelic/synthetics/broken_links_monitor.py +18 -20
  53. pulumi_newrelic/synthetics/cert_check_monitor.py +16 -18
  54. pulumi_newrelic/synthetics/get_private_location.py +0 -8
  55. pulumi_newrelic/synthetics/get_secure_credential.py +0 -12
  56. pulumi_newrelic/synthetics/monitor.py +48 -52
  57. pulumi_newrelic/synthetics/multi_location_alert_condition.py +69 -83
  58. pulumi_newrelic/synthetics/private_location.py +6 -6
  59. pulumi_newrelic/synthetics/script_monitor.py +38 -42
  60. pulumi_newrelic/synthetics/secure_credential.py +25 -22
  61. pulumi_newrelic/synthetics/step_monitor.py +18 -20
  62. pulumi_newrelic/user.py +8 -10
  63. pulumi_newrelic/workflow.py +20 -24
  64. {pulumi_newrelic-5.22.0a1711544599.dist-info → pulumi_newrelic-5.23.0.dist-info}/METADATA +1 -1
  65. pulumi_newrelic-5.23.0.dist-info/RECORD +89 -0
  66. pulumi_newrelic-5.22.0a1711544599.dist-info/RECORD +0 -89
  67. {pulumi_newrelic-5.22.0a1711544599.dist-info → pulumi_newrelic-5.23.0.dist-info}/WHEEL +0 -0
  68. {pulumi_newrelic-5.22.0a1711544599.dist-info → pulumi_newrelic-5.23.0.dist-info}/top_level.txt +0 -0
@@ -49,9 +49,9 @@ class WorkloadStatusConfigAutomaticArgs:
49
49
  remaining_entities_rule: Optional[pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs']] = None,
50
50
  rules: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleArgs']]]] = None):
51
51
  """
52
- :param pulumi.Input[bool] enabled: Whether the static status configuration is enabled or not.
53
- :param pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs'] remaining_entities_rule: An additional meta-rule that can consider all entities that haven't been evaluated by any other rule. See Nested remaining_entities_rule blocks below for details.
54
- :param pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleArgs']]] rules: The input object used to represent a rollup strategy. See Nested rule blocks below for details.
52
+ :param pulumi.Input[bool] enabled: Whether the automatic status configuration is enabled or not.
53
+ :param pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs'] remaining_entities_rule: An additional meta-rule that can consider all entities that haven't been evaluated by any other rule.
54
+ :param pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleArgs']]] rules: A list of rules.
55
55
  """
56
56
  pulumi.set(__self__, "enabled", enabled)
57
57
  if remaining_entities_rule is not None:
@@ -63,7 +63,7 @@ class WorkloadStatusConfigAutomaticArgs:
63
63
  @pulumi.getter
64
64
  def enabled(self) -> pulumi.Input[bool]:
65
65
  """
66
- Whether the static status configuration is enabled or not.
66
+ Whether the automatic status configuration is enabled or not.
67
67
  """
68
68
  return pulumi.get(self, "enabled")
69
69
 
@@ -75,7 +75,7 @@ class WorkloadStatusConfigAutomaticArgs:
75
75
  @pulumi.getter(name="remainingEntitiesRule")
76
76
  def remaining_entities_rule(self) -> Optional[pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs']]:
77
77
  """
78
- An additional meta-rule that can consider all entities that haven't been evaluated by any other rule. See Nested remaining_entities_rule blocks below for details.
78
+ An additional meta-rule that can consider all entities that haven't been evaluated by any other rule.
79
79
  """
80
80
  return pulumi.get(self, "remaining_entities_rule")
81
81
 
@@ -87,7 +87,7 @@ class WorkloadStatusConfigAutomaticArgs:
87
87
  @pulumi.getter
88
88
  def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleArgs']]]]:
89
89
  """
90
- The input object used to represent a rollup strategy. See Nested rule blocks below for details.
90
+ A list of rules.
91
91
  """
92
92
  return pulumi.get(self, "rules")
93
93
 
@@ -101,7 +101,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs:
101
101
  def __init__(__self__, *,
102
102
  remaining_entities_rule_rollup: pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs']):
103
103
  """
104
- :param pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs'] remaining_entities_rule_rollup: The input object used to represent a rollup strategy. See Nested remaining_entities_rule_rollup blocks below for details.
104
+ :param pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs'] remaining_entities_rule_rollup: The input object used to represent a rollup strategy.
105
105
  """
106
106
  pulumi.set(__self__, "remaining_entities_rule_rollup", remaining_entities_rule_rollup)
107
107
 
@@ -109,7 +109,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs:
109
109
  @pulumi.getter(name="remainingEntitiesRuleRollup")
110
110
  def remaining_entities_rule_rollup(self) -> pulumi.Input['WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs']:
111
111
  """
112
- The input object used to represent a rollup strategy. See Nested remaining_entities_rule_rollup blocks below for details.
112
+ The input object used to represent a rollup strategy.
113
113
  """
114
114
  return pulumi.get(self, "remaining_entities_rule_rollup")
115
115
 
@@ -194,9 +194,9 @@ class WorkloadStatusConfigAutomaticRuleArgs:
194
194
  entity_guids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
195
195
  nrql_queries: Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs']]]] = None):
196
196
  """
197
- :param pulumi.Input['WorkloadStatusConfigAutomaticRuleRollupArgs'] rollup: The input object used to represent a rollup strategy. See Nested rollup blocks below for details.
198
- :param pulumi.Input[Sequence[pulumi.Input[str]]] entity_guids: A list of entity GUIDs composing the rule. At least one of `entity_guids` or `nrql_query` must be defined.
199
- :param pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs']]] nrql_queries: A list of entity search queries used to retrieve the entities that compose the rule. See Nested nrql_query blocks below for details. At least one of `entity_guids` or `nrql_query` must be defined.
197
+ :param pulumi.Input['WorkloadStatusConfigAutomaticRuleRollupArgs'] rollup: The input object used to represent a rollup strategy.
198
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] entity_guids: A list of entity GUIDs composing the rule.
199
+ :param pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs']]] nrql_queries: A list of entity search queries used to retrieve the entities that compose the rule.
200
200
  """
201
201
  pulumi.set(__self__, "rollup", rollup)
202
202
  if entity_guids is not None:
@@ -208,7 +208,7 @@ class WorkloadStatusConfigAutomaticRuleArgs:
208
208
  @pulumi.getter
209
209
  def rollup(self) -> pulumi.Input['WorkloadStatusConfigAutomaticRuleRollupArgs']:
210
210
  """
211
- The input object used to represent a rollup strategy. See Nested rollup blocks below for details.
211
+ The input object used to represent a rollup strategy.
212
212
  """
213
213
  return pulumi.get(self, "rollup")
214
214
 
@@ -220,7 +220,7 @@ class WorkloadStatusConfigAutomaticRuleArgs:
220
220
  @pulumi.getter(name="entityGuids")
221
221
  def entity_guids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
222
222
  """
223
- A list of entity GUIDs composing the rule. At least one of `entity_guids` or `nrql_query` must be defined.
223
+ A list of entity GUIDs composing the rule.
224
224
  """
225
225
  return pulumi.get(self, "entity_guids")
226
226
 
@@ -232,7 +232,7 @@ class WorkloadStatusConfigAutomaticRuleArgs:
232
232
  @pulumi.getter(name="nrqlQueries")
233
233
  def nrql_queries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs']]]]:
234
234
  """
235
- A list of entity search queries used to retrieve the entities that compose the rule. See Nested nrql_query blocks below for details. At least one of `entity_guids` or `nrql_query` must be defined.
235
+ A list of entity search queries used to retrieve the entities that compose the rule.
236
236
  """
237
237
  return pulumi.get(self, "nrql_queries")
238
238
 
@@ -327,7 +327,7 @@ class WorkloadStatusConfigStaticArgs:
327
327
  """
328
328
  :param pulumi.Input[bool] enabled: Whether the static status configuration is enabled or not.
329
329
  :param pulumi.Input[str] status: The status of the workload.
330
- :param pulumi.Input[str] description: Relevant information about the workload.
330
+ :param pulumi.Input[str] description: A description that provides additional details about the status of the workload.
331
331
  :param pulumi.Input[str] summary: A short description of the status of the workload.
332
332
  """
333
333
  pulumi.set(__self__, "enabled", enabled)
@@ -365,7 +365,7 @@ class WorkloadStatusConfigStaticArgs:
365
365
  @pulumi.getter
366
366
  def description(self) -> Optional[pulumi.Input[str]]:
367
367
  """
368
- Relevant information about the workload.
368
+ A description that provides additional details about the status of the workload.
369
369
  """
370
370
  return pulumi.get(self, "description")
371
371
 
@@ -23,11 +23,9 @@ class ApplicationSettingsArgs:
23
23
  :param pulumi.Input[float] app_apdex_threshold: The apdex threshold for the New Relic application.
24
24
  :param pulumi.Input[bool] enable_real_user_monitoring: Enable or disable real user monitoring for the New Relic application.
25
25
 
26
- <!--Start PulumiCodeChooser -->
27
- ```python
28
- import pulumi
29
26
  ```
30
- <!--End PulumiCodeChooser -->
27
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
28
+ ```
31
29
  :param pulumi.Input[float] end_user_apdex_threshold: The user's apdex threshold for the New Relic application.
32
30
  :param pulumi.Input[str] name: The name of the application in New Relic APM.
33
31
  """
@@ -55,11 +53,9 @@ class ApplicationSettingsArgs:
55
53
  """
56
54
  Enable or disable real user monitoring for the New Relic application.
57
55
 
58
- <!--Start PulumiCodeChooser -->
59
- ```python
60
- import pulumi
61
56
  ```
62
- <!--End PulumiCodeChooser -->
57
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
58
+ ```
63
59
  """
64
60
  return pulumi.get(self, "enable_real_user_monitoring")
65
61
 
@@ -104,11 +100,9 @@ class _ApplicationSettingsState:
104
100
  :param pulumi.Input[float] app_apdex_threshold: The apdex threshold for the New Relic application.
105
101
  :param pulumi.Input[bool] enable_real_user_monitoring: Enable or disable real user monitoring for the New Relic application.
106
102
 
107
- <!--Start PulumiCodeChooser -->
108
- ```python
109
- import pulumi
110
103
  ```
111
- <!--End PulumiCodeChooser -->
104
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
105
+ ```
112
106
  :param pulumi.Input[float] end_user_apdex_threshold: The user's apdex threshold for the New Relic application.
113
107
  :param pulumi.Input[str] name: The name of the application in New Relic APM.
114
108
  """
@@ -139,11 +133,9 @@ class _ApplicationSettingsState:
139
133
  """
140
134
  Enable or disable real user monitoring for the New Relic application.
141
135
 
142
- <!--Start PulumiCodeChooser -->
143
- ```python
144
- import pulumi
145
136
  ```
146
- <!--End PulumiCodeChooser -->
137
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
138
+ ```
147
139
  """
148
140
  return pulumi.get(self, "enable_real_user_monitoring")
149
141
 
@@ -195,17 +187,16 @@ class ApplicationSettings(pulumi.CustomResource):
195
187
 
196
188
  ## Example Usage
197
189
 
198
- <!--Start PulumiCodeChooser -->
199
190
  ```python
200
191
  import pulumi
201
192
  import pulumi_newrelic as newrelic
202
193
 
203
194
  app = newrelic.plugins.ApplicationSettings("app",
195
+ name="my-app",
204
196
  app_apdex_threshold=0.7,
205
- enable_real_user_monitoring=False,
206
- end_user_apdex_threshold=0.8)
197
+ end_user_apdex_threshold=0.8,
198
+ enable_real_user_monitoring=False)
207
199
  ```
208
- <!--End PulumiCodeChooser -->
209
200
 
210
201
  ## Notes
211
202
 
@@ -225,11 +216,9 @@ class ApplicationSettings(pulumi.CustomResource):
225
216
  :param pulumi.Input[float] app_apdex_threshold: The apdex threshold for the New Relic application.
226
217
  :param pulumi.Input[bool] enable_real_user_monitoring: Enable or disable real user monitoring for the New Relic application.
227
218
 
228
- <!--Start PulumiCodeChooser -->
229
- ```python
230
- import pulumi
231
219
  ```
232
- <!--End PulumiCodeChooser -->
220
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
221
+ ```
233
222
  :param pulumi.Input[float] end_user_apdex_threshold: The user's apdex threshold for the New Relic application.
234
223
  :param pulumi.Input[str] name: The name of the application in New Relic APM.
235
224
  """
@@ -248,17 +237,16 @@ class ApplicationSettings(pulumi.CustomResource):
248
237
 
249
238
  ## Example Usage
250
239
 
251
- <!--Start PulumiCodeChooser -->
252
240
  ```python
253
241
  import pulumi
254
242
  import pulumi_newrelic as newrelic
255
243
 
256
244
  app = newrelic.plugins.ApplicationSettings("app",
245
+ name="my-app",
257
246
  app_apdex_threshold=0.7,
258
- enable_real_user_monitoring=False,
259
- end_user_apdex_threshold=0.8)
247
+ end_user_apdex_threshold=0.8,
248
+ enable_real_user_monitoring=False)
260
249
  ```
261
- <!--End PulumiCodeChooser -->
262
250
 
263
251
  ## Notes
264
252
 
@@ -335,11 +323,9 @@ class ApplicationSettings(pulumi.CustomResource):
335
323
  :param pulumi.Input[float] app_apdex_threshold: The apdex threshold for the New Relic application.
336
324
  :param pulumi.Input[bool] enable_real_user_monitoring: Enable or disable real user monitoring for the New Relic application.
337
325
 
338
- <!--Start PulumiCodeChooser -->
339
- ```python
340
- import pulumi
341
326
  ```
342
- <!--End PulumiCodeChooser -->
327
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
328
+ ```
343
329
  :param pulumi.Input[float] end_user_apdex_threshold: The user's apdex threshold for the New Relic application.
344
330
  :param pulumi.Input[str] name: The name of the application in New Relic APM.
345
331
  """
@@ -367,11 +353,9 @@ class ApplicationSettings(pulumi.CustomResource):
367
353
  """
368
354
  Enable or disable real user monitoring for the New Relic application.
369
355
 
370
- <!--Start PulumiCodeChooser -->
371
- ```python
372
- import pulumi
373
356
  ```
374
- <!--End PulumiCodeChooser -->
357
+ Warning: This resource will use the account ID linked to your API key. At the moment it is not possible to dynamically set the account ID.
358
+ ```
375
359
  """
376
360
  return pulumi.get(self, "enable_real_user_monitoring")
377
361
 
@@ -63,9 +63,9 @@ class WorkloadStatusConfigAutomatic(dict):
63
63
  remaining_entities_rule: Optional['outputs.WorkloadStatusConfigAutomaticRemainingEntitiesRule'] = None,
64
64
  rules: Optional[Sequence['outputs.WorkloadStatusConfigAutomaticRule']] = None):
65
65
  """
66
- :param bool enabled: Whether the static status configuration is enabled or not.
67
- :param 'WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs' remaining_entities_rule: An additional meta-rule that can consider all entities that haven't been evaluated by any other rule. See Nested remaining_entities_rule blocks below for details.
68
- :param Sequence['WorkloadStatusConfigAutomaticRuleArgs'] rules: The input object used to represent a rollup strategy. See Nested rule blocks below for details.
66
+ :param bool enabled: Whether the automatic status configuration is enabled or not.
67
+ :param 'WorkloadStatusConfigAutomaticRemainingEntitiesRuleArgs' remaining_entities_rule: An additional meta-rule that can consider all entities that haven't been evaluated by any other rule.
68
+ :param Sequence['WorkloadStatusConfigAutomaticRuleArgs'] rules: A list of rules.
69
69
  """
70
70
  pulumi.set(__self__, "enabled", enabled)
71
71
  if remaining_entities_rule is not None:
@@ -77,7 +77,7 @@ class WorkloadStatusConfigAutomatic(dict):
77
77
  @pulumi.getter
78
78
  def enabled(self) -> bool:
79
79
  """
80
- Whether the static status configuration is enabled or not.
80
+ Whether the automatic status configuration is enabled or not.
81
81
  """
82
82
  return pulumi.get(self, "enabled")
83
83
 
@@ -85,7 +85,7 @@ class WorkloadStatusConfigAutomatic(dict):
85
85
  @pulumi.getter(name="remainingEntitiesRule")
86
86
  def remaining_entities_rule(self) -> Optional['outputs.WorkloadStatusConfigAutomaticRemainingEntitiesRule']:
87
87
  """
88
- An additional meta-rule that can consider all entities that haven't been evaluated by any other rule. See Nested remaining_entities_rule blocks below for details.
88
+ An additional meta-rule that can consider all entities that haven't been evaluated by any other rule.
89
89
  """
90
90
  return pulumi.get(self, "remaining_entities_rule")
91
91
 
@@ -93,7 +93,7 @@ class WorkloadStatusConfigAutomatic(dict):
93
93
  @pulumi.getter
94
94
  def rules(self) -> Optional[Sequence['outputs.WorkloadStatusConfigAutomaticRule']]:
95
95
  """
96
- The input object used to represent a rollup strategy. See Nested rule blocks below for details.
96
+ A list of rules.
97
97
  """
98
98
  return pulumi.get(self, "rules")
99
99
 
@@ -120,7 +120,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRule(dict):
120
120
  def __init__(__self__, *,
121
121
  remaining_entities_rule_rollup: 'outputs.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup'):
122
122
  """
123
- :param 'WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs' remaining_entities_rule_rollup: The input object used to represent a rollup strategy. See Nested remaining_entities_rule_rollup blocks below for details.
123
+ :param 'WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollupArgs' remaining_entities_rule_rollup: The input object used to represent a rollup strategy.
124
124
  """
125
125
  pulumi.set(__self__, "remaining_entities_rule_rollup", remaining_entities_rule_rollup)
126
126
 
@@ -128,7 +128,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRule(dict):
128
128
  @pulumi.getter(name="remainingEntitiesRuleRollup")
129
129
  def remaining_entities_rule_rollup(self) -> 'outputs.WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup':
130
130
  """
131
- The input object used to represent a rollup strategy. See Nested remaining_entities_rule_rollup blocks below for details.
131
+ The input object used to represent a rollup strategy.
132
132
  """
133
133
  return pulumi.get(self, "remaining_entities_rule_rollup")
134
134
 
@@ -233,9 +233,9 @@ class WorkloadStatusConfigAutomaticRule(dict):
233
233
  entity_guids: Optional[Sequence[str]] = None,
234
234
  nrql_queries: Optional[Sequence['outputs.WorkloadStatusConfigAutomaticRuleNrqlQuery']] = None):
235
235
  """
236
- :param 'WorkloadStatusConfigAutomaticRuleRollupArgs' rollup: The input object used to represent a rollup strategy. See Nested rollup blocks below for details.
237
- :param Sequence[str] entity_guids: A list of entity GUIDs composing the rule. At least one of `entity_guids` or `nrql_query` must be defined.
238
- :param Sequence['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs'] nrql_queries: A list of entity search queries used to retrieve the entities that compose the rule. See Nested nrql_query blocks below for details. At least one of `entity_guids` or `nrql_query` must be defined.
236
+ :param 'WorkloadStatusConfigAutomaticRuleRollupArgs' rollup: The input object used to represent a rollup strategy.
237
+ :param Sequence[str] entity_guids: A list of entity GUIDs composing the rule.
238
+ :param Sequence['WorkloadStatusConfigAutomaticRuleNrqlQueryArgs'] nrql_queries: A list of entity search queries used to retrieve the entities that compose the rule.
239
239
  """
240
240
  pulumi.set(__self__, "rollup", rollup)
241
241
  if entity_guids is not None:
@@ -247,7 +247,7 @@ class WorkloadStatusConfigAutomaticRule(dict):
247
247
  @pulumi.getter
248
248
  def rollup(self) -> 'outputs.WorkloadStatusConfigAutomaticRuleRollup':
249
249
  """
250
- The input object used to represent a rollup strategy. See Nested rollup blocks below for details.
250
+ The input object used to represent a rollup strategy.
251
251
  """
252
252
  return pulumi.get(self, "rollup")
253
253
 
@@ -255,7 +255,7 @@ class WorkloadStatusConfigAutomaticRule(dict):
255
255
  @pulumi.getter(name="entityGuids")
256
256
  def entity_guids(self) -> Optional[Sequence[str]]:
257
257
  """
258
- A list of entity GUIDs composing the rule. At least one of `entity_guids` or `nrql_query` must be defined.
258
+ A list of entity GUIDs composing the rule.
259
259
  """
260
260
  return pulumi.get(self, "entity_guids")
261
261
 
@@ -263,7 +263,7 @@ class WorkloadStatusConfigAutomaticRule(dict):
263
263
  @pulumi.getter(name="nrqlQueries")
264
264
  def nrql_queries(self) -> Optional[Sequence['outputs.WorkloadStatusConfigAutomaticRuleNrqlQuery']]:
265
265
  """
266
- A list of entity search queries used to retrieve the entities that compose the rule. See Nested nrql_query blocks below for details. At least one of `entity_guids` or `nrql_query` must be defined.
266
+ A list of entity search queries used to retrieve the entities that compose the rule.
267
267
  """
268
268
  return pulumi.get(self, "nrql_queries")
269
269
 
@@ -357,7 +357,7 @@ class WorkloadStatusConfigStatic(dict):
357
357
  """
358
358
  :param bool enabled: Whether the static status configuration is enabled or not.
359
359
  :param str status: The status of the workload.
360
- :param str description: Relevant information about the workload.
360
+ :param str description: A description that provides additional details about the status of the workload.
361
361
  :param str summary: A short description of the status of the workload.
362
362
  """
363
363
  pulumi.set(__self__, "enabled", enabled)
@@ -387,7 +387,7 @@ class WorkloadStatusConfigStatic(dict):
387
387
  @pulumi.getter
388
388
  def description(self) -> Optional[str]:
389
389
  """
390
- Relevant information about the workload.
390
+ A description that provides additional details about the status of the workload.
391
391
  """
392
392
  return pulumi.get(self, "description")
393
393