cdktf-cdktf-provider-newrelic 13.7.1__py3-none-any.whl → 13.7.3__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.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +2139 -1225
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.1.dist-info → cdktf_cdktf_provider_newrelic-13.7.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_workload`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_workload`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_workload`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class Workload(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.workload.Workload",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload newrelic_workload}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -68,19 +68,19 @@ class Workload(
|
|
68
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
69
69
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
70
70
|
) -> None:
|
71
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload newrelic_workload} Resource.
|
72
72
|
|
73
73
|
:param scope: The scope in which to define this construct.
|
74
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
75
|
-
:param name: The workload's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
-
:param account_id: The New Relic account ID where you want to create the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param description: Relevant information about the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param entity_guids: A list of entity GUIDs manually assigned to this workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param entity_search_query: entity_search_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param scope_account_ids: A list of account IDs that will be used to get entities from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param status_config_automatic: status_config_automatic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param status_config_static: status_config_static block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
75
|
+
:param name: The workload's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#name Workload#name}
|
76
|
+
:param account_id: The New Relic account ID where you want to create the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#account_id Workload#account_id}
|
77
|
+
:param description: Relevant information about the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
78
|
+
:param entity_guids: A list of entity GUIDs manually assigned to this workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_guids Workload#entity_guids}
|
79
|
+
:param entity_search_query: entity_search_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_search_query Workload#entity_search_query}
|
80
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#id Workload#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
81
|
+
:param scope_account_ids: A list of account IDs that will be used to get entities from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#scope_account_ids Workload#scope_account_ids}
|
82
|
+
:param status_config_automatic: status_config_automatic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_automatic Workload#status_config_automatic}
|
83
|
+
:param status_config_static: status_config_static block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_static Workload#status_config_static}
|
84
84
|
:param connection:
|
85
85
|
:param count:
|
86
86
|
:param depends_on:
|
@@ -127,7 +127,7 @@ class Workload(
|
|
127
127
|
|
128
128
|
:param scope: The scope in which to define this construct.
|
129
129
|
:param import_to_id: The construct id used in the generated config for the Workload to import.
|
130
|
-
:param import_from_id: The id of the existing Workload that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
130
|
+
:param import_from_id: The id of the existing Workload that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#import import section} in the documentation of this resource for the id to use
|
131
131
|
:param provider: ? Optional instance of the provider where the Workload to import is found.
|
132
132
|
'''
|
133
133
|
if __debug__:
|
@@ -160,9 +160,9 @@ class Workload(
|
|
160
160
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkloadStatusConfigAutomaticRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
161
161
|
) -> None:
|
162
162
|
'''
|
163
|
-
:param enabled: Whether the automatic status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
164
|
-
:param remaining_entities_rule: remaining_entities_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
165
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
163
|
+
:param enabled: Whether the automatic status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
164
|
+
:param remaining_entities_rule: remaining_entities_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule}
|
165
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#rule Workload#rule}
|
166
166
|
'''
|
167
167
|
value = WorkloadStatusConfigAutomatic(
|
168
168
|
enabled=enabled, remaining_entities_rule=remaining_entities_rule, rule=rule
|
@@ -180,10 +180,10 @@ class Workload(
|
|
180
180
|
summary: typing.Optional[builtins.str] = None,
|
181
181
|
) -> None:
|
182
182
|
'''
|
183
|
-
:param enabled: Whether the static status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
184
|
-
:param status: The status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
185
|
-
:param description: A description that provides additional details about the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
186
|
-
:param summary: A short description of the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
183
|
+
:param enabled: Whether the static status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
184
|
+
:param status: The status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status Workload#status}
|
185
|
+
:param description: A description that provides additional details about the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
186
|
+
:param summary: A short description of the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#summary Workload#summary}
|
187
187
|
'''
|
188
188
|
value = WorkloadStatusConfigStatic(
|
189
189
|
enabled=enabled, status=status, description=description, summary=summary
|
@@ -446,15 +446,15 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
446
446
|
:param lifecycle:
|
447
447
|
:param provider:
|
448
448
|
:param provisioners:
|
449
|
-
:param name: The workload's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
450
|
-
:param account_id: The New Relic account ID where you want to create the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
451
|
-
:param description: Relevant information about the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
452
|
-
:param entity_guids: A list of entity GUIDs manually assigned to this workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
453
|
-
:param entity_search_query: entity_search_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
454
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
455
|
-
:param scope_account_ids: A list of account IDs that will be used to get entities from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
456
|
-
:param status_config_automatic: status_config_automatic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
457
|
-
:param status_config_static: status_config_static block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
449
|
+
:param name: The workload's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#name Workload#name}
|
450
|
+
:param account_id: The New Relic account ID where you want to create the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#account_id Workload#account_id}
|
451
|
+
:param description: Relevant information about the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
452
|
+
:param entity_guids: A list of entity GUIDs manually assigned to this workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_guids Workload#entity_guids}
|
453
|
+
:param entity_search_query: entity_search_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_search_query Workload#entity_search_query}
|
454
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#id Workload#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
455
|
+
:param scope_account_ids: A list of account IDs that will be used to get entities from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#scope_account_ids Workload#scope_account_ids}
|
456
|
+
:param status_config_automatic: status_config_automatic block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_automatic Workload#status_config_automatic}
|
457
|
+
:param status_config_static: status_config_static block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_static Workload#status_config_static}
|
458
458
|
'''
|
459
459
|
if isinstance(lifecycle, dict):
|
460
460
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -582,7 +582,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
582
582
|
def name(self) -> builtins.str:
|
583
583
|
'''The workload's name.
|
584
584
|
|
585
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
585
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#name Workload#name}
|
586
586
|
'''
|
587
587
|
result = self._values.get("name")
|
588
588
|
assert result is not None, "Required property 'name' is missing"
|
@@ -592,7 +592,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
592
592
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
593
593
|
'''The New Relic account ID where you want to create the workload.
|
594
594
|
|
595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#account_id Workload#account_id}
|
596
596
|
'''
|
597
597
|
result = self._values.get("account_id")
|
598
598
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -601,7 +601,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
601
601
|
def description(self) -> typing.Optional[builtins.str]:
|
602
602
|
'''Relevant information about the workload.
|
603
603
|
|
604
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
604
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
605
605
|
'''
|
606
606
|
result = self._values.get("description")
|
607
607
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -610,7 +610,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
610
610
|
def entity_guids(self) -> typing.Optional[typing.List[builtins.str]]:
|
611
611
|
'''A list of entity GUIDs manually assigned to this workload.
|
612
612
|
|
613
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
613
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_guids Workload#entity_guids}
|
614
614
|
'''
|
615
615
|
result = self._values.get("entity_guids")
|
616
616
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -621,14 +621,14 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
621
621
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadEntitySearchQuery"]]]:
|
622
622
|
'''entity_search_query block.
|
623
623
|
|
624
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
624
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_search_query Workload#entity_search_query}
|
625
625
|
'''
|
626
626
|
result = self._values.get("entity_search_query")
|
627
627
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadEntitySearchQuery"]]], result)
|
628
628
|
|
629
629
|
@builtins.property
|
630
630
|
def id(self) -> typing.Optional[builtins.str]:
|
631
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
631
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#id Workload#id}.
|
632
632
|
|
633
633
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
634
634
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
@@ -640,7 +640,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
640
640
|
def scope_account_ids(self) -> typing.Optional[typing.List[jsii.Number]]:
|
641
641
|
'''A list of account IDs that will be used to get entities from.
|
642
642
|
|
643
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
643
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#scope_account_ids Workload#scope_account_ids}
|
644
644
|
'''
|
645
645
|
result = self._values.get("scope_account_ids")
|
646
646
|
return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
|
@@ -651,7 +651,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
651
651
|
) -> typing.Optional["WorkloadStatusConfigAutomatic"]:
|
652
652
|
'''status_config_automatic block.
|
653
653
|
|
654
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
654
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_automatic Workload#status_config_automatic}
|
655
655
|
'''
|
656
656
|
result = self._values.get("status_config_automatic")
|
657
657
|
return typing.cast(typing.Optional["WorkloadStatusConfigAutomatic"], result)
|
@@ -660,7 +660,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
660
660
|
def status_config_static(self) -> typing.Optional["WorkloadStatusConfigStatic"]:
|
661
661
|
'''status_config_static block.
|
662
662
|
|
663
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
663
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status_config_static Workload#status_config_static}
|
664
664
|
'''
|
665
665
|
result = self._values.get("status_config_static")
|
666
666
|
return typing.cast(typing.Optional["WorkloadStatusConfigStatic"], result)
|
@@ -685,7 +685,7 @@ class WorkloadConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
685
685
|
class WorkloadEntitySearchQuery:
|
686
686
|
def __init__(self, *, query: builtins.str) -> None:
|
687
687
|
'''
|
688
|
-
:param query: A valid entity search query; empty, and null values are considered invalid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
688
|
+
:param query: A valid entity search query; empty, and null values are considered invalid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#query Workload#query}
|
689
689
|
'''
|
690
690
|
if __debug__:
|
691
691
|
type_hints = typing.get_type_hints(_typecheckingstub__b47eb6b510709dcb2f9bd4bae146c7c9048634fccc5ef6faad90d4dbc20f93fc)
|
@@ -698,7 +698,7 @@ class WorkloadEntitySearchQuery:
|
|
698
698
|
def query(self) -> builtins.str:
|
699
699
|
'''A valid entity search query; empty, and null values are considered invalid.
|
700
700
|
|
701
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
701
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#query Workload#query}
|
702
702
|
'''
|
703
703
|
result = self._values.get("query")
|
704
704
|
assert result is not None, "Required property 'query' is missing"
|
@@ -885,9 +885,9 @@ class WorkloadStatusConfigAutomatic:
|
|
885
885
|
rule: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkloadStatusConfigAutomaticRule", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
886
886
|
) -> None:
|
887
887
|
'''
|
888
|
-
:param enabled: Whether the automatic status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
889
|
-
:param remaining_entities_rule: remaining_entities_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
890
|
-
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
888
|
+
:param enabled: Whether the automatic status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
889
|
+
:param remaining_entities_rule: remaining_entities_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule}
|
890
|
+
:param rule: rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#rule Workload#rule}
|
891
891
|
'''
|
892
892
|
if isinstance(remaining_entities_rule, dict):
|
893
893
|
remaining_entities_rule = WorkloadStatusConfigAutomaticRemainingEntitiesRule(**remaining_entities_rule)
|
@@ -908,7 +908,7 @@ class WorkloadStatusConfigAutomatic:
|
|
908
908
|
def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
909
909
|
'''Whether the automatic status configuration is enabled or not.
|
910
910
|
|
911
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
911
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
912
912
|
'''
|
913
913
|
result = self._values.get("enabled")
|
914
914
|
assert result is not None, "Required property 'enabled' is missing"
|
@@ -920,7 +920,7 @@ class WorkloadStatusConfigAutomatic:
|
|
920
920
|
) -> typing.Optional["WorkloadStatusConfigAutomaticRemainingEntitiesRule"]:
|
921
921
|
'''remaining_entities_rule block.
|
922
922
|
|
923
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
923
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule Workload#remaining_entities_rule}
|
924
924
|
'''
|
925
925
|
result = self._values.get("remaining_entities_rule")
|
926
926
|
return typing.cast(typing.Optional["WorkloadStatusConfigAutomaticRemainingEntitiesRule"], result)
|
@@ -931,7 +931,7 @@ class WorkloadStatusConfigAutomatic:
|
|
931
931
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadStatusConfigAutomaticRule"]]]:
|
932
932
|
'''rule block.
|
933
933
|
|
934
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
934
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#rule Workload#rule}
|
935
935
|
'''
|
936
936
|
result = self._values.get("rule")
|
937
937
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadStatusConfigAutomaticRule"]]], result)
|
@@ -975,7 +975,7 @@ class WorkloadStatusConfigAutomaticOutputReference(
|
|
975
975
|
remaining_entities_rule_rollup: typing.Union["WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup", typing.Dict[builtins.str, typing.Any]],
|
976
976
|
) -> None:
|
977
977
|
'''
|
978
|
-
:param remaining_entities_rule_rollup: remaining_entities_rule_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
978
|
+
:param remaining_entities_rule_rollup: remaining_entities_rule_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup}
|
979
979
|
'''
|
980
980
|
value = WorkloadStatusConfigAutomaticRemainingEntitiesRule(
|
981
981
|
remaining_entities_rule_rollup=remaining_entities_rule_rollup
|
@@ -1080,7 +1080,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRule:
|
|
1080
1080
|
remaining_entities_rule_rollup: typing.Union["WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup", typing.Dict[builtins.str, typing.Any]],
|
1081
1081
|
) -> None:
|
1082
1082
|
'''
|
1083
|
-
:param remaining_entities_rule_rollup: remaining_entities_rule_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1083
|
+
:param remaining_entities_rule_rollup: remaining_entities_rule_rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup}
|
1084
1084
|
'''
|
1085
1085
|
if isinstance(remaining_entities_rule_rollup, dict):
|
1086
1086
|
remaining_entities_rule_rollup = WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup(**remaining_entities_rule_rollup)
|
@@ -1097,7 +1097,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRule:
|
|
1097
1097
|
) -> "WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup":
|
1098
1098
|
'''remaining_entities_rule_rollup block.
|
1099
1099
|
|
1100
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1100
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#remaining_entities_rule_rollup Workload#remaining_entities_rule_rollup}
|
1101
1101
|
'''
|
1102
1102
|
result = self._values.get("remaining_entities_rule_rollup")
|
1103
1103
|
assert result is not None, "Required property 'remaining_entities_rule_rollup' is missing"
|
@@ -1145,10 +1145,10 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleOutputReference(
|
|
1145
1145
|
threshold_value: typing.Optional[jsii.Number] = None,
|
1146
1146
|
) -> None:
|
1147
1147
|
'''
|
1148
|
-
:param group_by: The grouping to be applied to the remaining entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1149
|
-
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1150
|
-
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1151
|
-
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1148
|
+
:param group_by: The grouping to be applied to the remaining entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#group_by Workload#group_by}
|
1149
|
+
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1150
|
+
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1151
|
+
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1152
1152
|
'''
|
1153
1153
|
value = WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRollup(
|
1154
1154
|
group_by=group_by,
|
@@ -1211,10 +1211,10 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
1211
1211
|
threshold_value: typing.Optional[jsii.Number] = None,
|
1212
1212
|
) -> None:
|
1213
1213
|
'''
|
1214
|
-
:param group_by: The grouping to be applied to the remaining entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1215
|
-
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1216
|
-
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1217
|
-
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1214
|
+
:param group_by: The grouping to be applied to the remaining entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#group_by Workload#group_by}
|
1215
|
+
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1216
|
+
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1217
|
+
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1218
1218
|
'''
|
1219
1219
|
if __debug__:
|
1220
1220
|
type_hints = typing.get_type_hints(_typecheckingstub__f1f3f45e15175ebaf1fa56327dbe4843f48ee615a4b65d97222926e15e258952)
|
@@ -1235,7 +1235,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
1235
1235
|
def group_by(self) -> builtins.str:
|
1236
1236
|
'''The grouping to be applied to the remaining entities.
|
1237
1237
|
|
1238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#group_by Workload#group_by}
|
1239
1239
|
'''
|
1240
1240
|
result = self._values.get("group_by")
|
1241
1241
|
assert result is not None, "Required property 'group_by' is missing"
|
@@ -1245,7 +1245,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
1245
1245
|
def strategy(self) -> builtins.str:
|
1246
1246
|
'''The rollup strategy that is applied to a group of entities.
|
1247
1247
|
|
1248
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1248
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1249
1249
|
'''
|
1250
1250
|
result = self._values.get("strategy")
|
1251
1251
|
assert result is not None, "Required property 'strategy' is missing"
|
@@ -1257,7 +1257,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
1257
1257
|
|
1258
1258
|
This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational.
|
1259
1259
|
|
1260
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1260
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1261
1261
|
'''
|
1262
1262
|
result = self._values.get("threshold_type")
|
1263
1263
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1268,7 +1268,7 @@ class WorkloadStatusConfigAutomaticRemainingEntitiesRuleRemainingEntitiesRuleRol
|
|
1268
1268
|
|
1269
1269
|
This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored.
|
1270
1270
|
|
1271
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1271
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1272
1272
|
'''
|
1273
1273
|
result = self._values.get("threshold_value")
|
1274
1274
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1417,9 +1417,9 @@ class WorkloadStatusConfigAutomaticRule:
|
|
1417
1417
|
nrql_query: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkloadStatusConfigAutomaticRuleNrqlQuery", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1418
1418
|
) -> None:
|
1419
1419
|
'''
|
1420
|
-
:param rollup: rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1421
|
-
:param entity_guids: A list of entity GUIDs composing the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1422
|
-
:param nrql_query: nrql_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1420
|
+
:param rollup: rollup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#rollup Workload#rollup}
|
1421
|
+
:param entity_guids: A list of entity GUIDs composing the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_guids Workload#entity_guids}
|
1422
|
+
:param nrql_query: nrql_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#nrql_query Workload#nrql_query}
|
1423
1423
|
'''
|
1424
1424
|
if isinstance(rollup, dict):
|
1425
1425
|
rollup = WorkloadStatusConfigAutomaticRuleRollup(**rollup)
|
@@ -1440,7 +1440,7 @@ class WorkloadStatusConfigAutomaticRule:
|
|
1440
1440
|
def rollup(self) -> "WorkloadStatusConfigAutomaticRuleRollup":
|
1441
1441
|
'''rollup block.
|
1442
1442
|
|
1443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#rollup Workload#rollup}
|
1444
1444
|
'''
|
1445
1445
|
result = self._values.get("rollup")
|
1446
1446
|
assert result is not None, "Required property 'rollup' is missing"
|
@@ -1450,7 +1450,7 @@ class WorkloadStatusConfigAutomaticRule:
|
|
1450
1450
|
def entity_guids(self) -> typing.Optional[typing.List[builtins.str]]:
|
1451
1451
|
'''A list of entity GUIDs composing the rule.
|
1452
1452
|
|
1453
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1453
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#entity_guids Workload#entity_guids}
|
1454
1454
|
'''
|
1455
1455
|
result = self._values.get("entity_guids")
|
1456
1456
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1461,7 +1461,7 @@ class WorkloadStatusConfigAutomaticRule:
|
|
1461
1461
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadStatusConfigAutomaticRuleNrqlQuery"]]]:
|
1462
1462
|
'''nrql_query block.
|
1463
1463
|
|
1464
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1464
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#nrql_query Workload#nrql_query}
|
1465
1465
|
'''
|
1466
1466
|
result = self._values.get("nrql_query")
|
1467
1467
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkloadStatusConfigAutomaticRuleNrqlQuery"]]], result)
|
@@ -1579,7 +1579,7 @@ class WorkloadStatusConfigAutomaticRuleList(
|
|
1579
1579
|
class WorkloadStatusConfigAutomaticRuleNrqlQuery:
|
1580
1580
|
def __init__(self, *, query: builtins.str) -> None:
|
1581
1581
|
'''
|
1582
|
-
:param query: The entity search query that is used to perform the search of a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1582
|
+
:param query: The entity search query that is used to perform the search of a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#query Workload#query}
|
1583
1583
|
'''
|
1584
1584
|
if __debug__:
|
1585
1585
|
type_hints = typing.get_type_hints(_typecheckingstub__3ddc5ab23486a42232d9d2dc1d674e88e10fbe9c8619ffbb0df085680967eeac)
|
@@ -1592,7 +1592,7 @@ class WorkloadStatusConfigAutomaticRuleNrqlQuery:
|
|
1592
1592
|
def query(self) -> builtins.str:
|
1593
1593
|
'''The entity search query that is used to perform the search of a group of entities.
|
1594
1594
|
|
1595
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1595
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#query Workload#query}
|
1596
1596
|
'''
|
1597
1597
|
result = self._values.get("query")
|
1598
1598
|
assert result is not None, "Required property 'query' is missing"
|
@@ -1812,9 +1812,9 @@ class WorkloadStatusConfigAutomaticRuleOutputReference(
|
|
1812
1812
|
threshold_value: typing.Optional[jsii.Number] = None,
|
1813
1813
|
) -> None:
|
1814
1814
|
'''
|
1815
|
-
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1816
|
-
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1817
|
-
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1815
|
+
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1816
|
+
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1817
|
+
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1818
1818
|
'''
|
1819
1819
|
value = WorkloadStatusConfigAutomaticRuleRollup(
|
1820
1820
|
strategy=strategy,
|
@@ -1909,9 +1909,9 @@ class WorkloadStatusConfigAutomaticRuleRollup:
|
|
1909
1909
|
threshold_value: typing.Optional[jsii.Number] = None,
|
1910
1910
|
) -> None:
|
1911
1911
|
'''
|
1912
|
-
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1913
|
-
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1914
|
-
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1912
|
+
:param strategy: The rollup strategy that is applied to a group of entities. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1913
|
+
:param threshold_type: Type of threshold defined for the rule. This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1914
|
+
:param threshold_value: Threshold value defined for the rule. This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1915
1915
|
'''
|
1916
1916
|
if __debug__:
|
1917
1917
|
type_hints = typing.get_type_hints(_typecheckingstub__498c7b5ea1bd945eaf6204c90473fa9d1bf4b2e7ded651d98efe0cac8094e786)
|
@@ -1930,7 +1930,7 @@ class WorkloadStatusConfigAutomaticRuleRollup:
|
|
1930
1930
|
def strategy(self) -> builtins.str:
|
1931
1931
|
'''The rollup strategy that is applied to a group of entities.
|
1932
1932
|
|
1933
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1933
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#strategy Workload#strategy}
|
1934
1934
|
'''
|
1935
1935
|
result = self._values.get("strategy")
|
1936
1936
|
assert result is not None, "Required property 'strategy' is missing"
|
@@ -1942,7 +1942,7 @@ class WorkloadStatusConfigAutomaticRuleRollup:
|
|
1942
1942
|
|
1943
1943
|
This is an optional field that only applies when strategy is WORST_STATUS_WINS. Use a threshold to roll up the worst status only after a certain amount of entities are not operational.
|
1944
1944
|
|
1945
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1945
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_type Workload#threshold_type}
|
1946
1946
|
'''
|
1947
1947
|
result = self._values.get("threshold_type")
|
1948
1948
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1953,7 +1953,7 @@ class WorkloadStatusConfigAutomaticRuleRollup:
|
|
1953
1953
|
|
1954
1954
|
This optional field is used in combination with thresholdType. If the threshold type is null, the threshold value will be ignored.
|
1955
1955
|
|
1956
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1956
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#threshold_value Workload#threshold_value}
|
1957
1957
|
'''
|
1958
1958
|
result = self._values.get("threshold_value")
|
1959
1959
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2087,10 +2087,10 @@ class WorkloadStatusConfigStatic:
|
|
2087
2087
|
summary: typing.Optional[builtins.str] = None,
|
2088
2088
|
) -> None:
|
2089
2089
|
'''
|
2090
|
-
:param enabled: Whether the static status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2091
|
-
:param status: The status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2092
|
-
:param description: A description that provides additional details about the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2093
|
-
:param summary: A short description of the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2090
|
+
:param enabled: Whether the static status configuration is enabled or not. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
2091
|
+
:param status: The status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status Workload#status}
|
2092
|
+
:param description: A description that provides additional details about the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
2093
|
+
:param summary: A short description of the status of the workload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#summary Workload#summary}
|
2094
2094
|
'''
|
2095
2095
|
if __debug__:
|
2096
2096
|
type_hints = typing.get_type_hints(_typecheckingstub__94baa187d886028ef781ffa38a0e99d757889751620b355d227fdd2a830c94bc)
|
@@ -2111,7 +2111,7 @@ class WorkloadStatusConfigStatic:
|
|
2111
2111
|
def enabled(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
2112
2112
|
'''Whether the static status configuration is enabled or not.
|
2113
2113
|
|
2114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2114
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#enabled Workload#enabled}
|
2115
2115
|
'''
|
2116
2116
|
result = self._values.get("enabled")
|
2117
2117
|
assert result is not None, "Required property 'enabled' is missing"
|
@@ -2121,7 +2121,7 @@ class WorkloadStatusConfigStatic:
|
|
2121
2121
|
def status(self) -> builtins.str:
|
2122
2122
|
'''The status of the workload.
|
2123
2123
|
|
2124
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2124
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#status Workload#status}
|
2125
2125
|
'''
|
2126
2126
|
result = self._values.get("status")
|
2127
2127
|
assert result is not None, "Required property 'status' is missing"
|
@@ -2131,7 +2131,7 @@ class WorkloadStatusConfigStatic:
|
|
2131
2131
|
def description(self) -> typing.Optional[builtins.str]:
|
2132
2132
|
'''A description that provides additional details about the status of the workload.
|
2133
2133
|
|
2134
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2134
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#description Workload#description}
|
2135
2135
|
'''
|
2136
2136
|
result = self._values.get("description")
|
2137
2137
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2140,7 +2140,7 @@ class WorkloadStatusConfigStatic:
|
|
2140
2140
|
def summary(self) -> typing.Optional[builtins.str]:
|
2141
2141
|
'''A short description of the status of the workload.
|
2142
2142
|
|
2143
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
2143
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs/resources/workload#summary Workload#summary}
|
2144
2144
|
'''
|
2145
2145
|
result = self._values.get("summary")
|
2146
2146
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdktf-cdktf-provider-newrelic
|
3
|
-
Version: 13.7.
|
3
|
+
Version: 13.7.3
|
4
4
|
Summary: Prebuilt newrelic Provider for Terraform CDK (cdktf)
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-newrelic.git
|
6
6
|
Author: HashiCorp
|
@@ -25,9 +25,9 @@ Requires-Dist: jsii <2.0.0,>=1.114.1
|
|
25
25
|
Requires-Dist: publication >=0.0.3
|
26
26
|
Requires-Dist: typeguard <4.3.0,>=2.13.3
|
27
27
|
|
28
|
-
# CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.
|
28
|
+
# CDKTF prebuilt bindings for newrelic/newrelic provider version 3.70.5
|
29
29
|
|
30
|
-
This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
30
|
+
This repo builds and publishes the [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
31
31
|
|
32
32
|
## Available Packages
|
33
33
|
|
@@ -89,7 +89,7 @@ This project is explicitly not tracking the Terraform newrelic provider version
|
|
89
89
|
These are the upstream dependencies:
|
90
90
|
|
91
91
|
* [CDK for Terraform](https://cdk.tf)
|
92
|
-
* [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
92
|
+
* [Terraform newrelic provider](https://registry.terraform.io/providers/newrelic/newrelic/3.70.5)
|
93
93
|
* [Terraform Engine](https://terraform.io)
|
94
94
|
|
95
95
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|