cdktf-cdktf-provider-newrelic 13.7.2__py3-none-any.whl → 13.7.4__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.4.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 +1259 -1259
- 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.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.2.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.4.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_workflow`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_workflow`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_workflow`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class Workflow(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.workflow.Workflow",
|
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.6/docs/resources/workflow newrelic_workflow}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -69,20 +69,20 @@ class Workflow(
|
|
69
69
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
70
70
|
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,
|
71
71
|
) -> None:
|
72
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
72
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow newrelic_workflow} Resource.
|
73
73
|
|
74
74
|
:param scope: The scope in which to define this construct.
|
75
75
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
76
|
-
:param destination: destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
77
|
-
:param issues_filter: issues_filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
78
|
-
:param muting_rules_handling: The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
79
|
-
:param name: (Required) The name of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
80
|
-
:param account_id: The account id of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
81
|
-
:param destinations_enabled: Indicates whether the destinations are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
82
|
-
:param enabled: Indicates whether the workflow is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
83
|
-
:param enrichments: enrichments block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
84
|
-
:param enrichments_enabled: Indicates whether the enrichments are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
85
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
76
|
+
:param destination: destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destination Workflow#destination}
|
77
|
+
:param issues_filter: issues_filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#issues_filter Workflow#issues_filter}
|
78
|
+
:param muting_rules_handling: The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling}
|
79
|
+
:param name: (Required) The name of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
80
|
+
:param account_id: The account id of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#account_id Workflow#account_id}
|
81
|
+
:param destinations_enabled: Indicates whether the destinations are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled}
|
82
|
+
:param enabled: Indicates whether the workflow is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enabled Workflow#enabled}
|
83
|
+
:param enrichments: enrichments block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments Workflow#enrichments}
|
84
|
+
:param enrichments_enabled: Indicates whether the enrichments are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled}
|
85
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#id Workflow#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.
|
86
86
|
:param connection:
|
87
87
|
:param count:
|
88
88
|
:param depends_on:
|
@@ -130,7 +130,7 @@ class Workflow(
|
|
130
130
|
|
131
131
|
:param scope: The scope in which to define this construct.
|
132
132
|
:param import_to_id: The construct id used in the generated config for the Workflow to import.
|
133
|
-
:param import_from_id: The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
133
|
+
:param import_from_id: The id of the existing Workflow that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#import import section} in the documentation of this resource for the id to use
|
134
134
|
:param provider: ? Optional instance of the provider where the Workflow to import is found.
|
135
135
|
'''
|
136
136
|
if __debug__:
|
@@ -161,7 +161,7 @@ class Workflow(
|
|
161
161
|
nrql: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkflowEnrichmentsNrql", typing.Dict[builtins.str, typing.Any]]]],
|
162
162
|
) -> None:
|
163
163
|
'''
|
164
|
-
:param nrql: nrql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
164
|
+
:param nrql: nrql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#nrql Workflow#nrql}
|
165
165
|
'''
|
166
166
|
value = WorkflowEnrichments(nrql=nrql)
|
167
167
|
|
@@ -176,9 +176,9 @@ class Workflow(
|
|
176
176
|
predicate: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkflowIssuesFilterPredicate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
177
177
|
) -> None:
|
178
178
|
'''
|
179
|
-
:param name: (Required) Filter's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
180
|
-
:param type: (Required) The type of the filter. One of: (FILTER, VIEW). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
181
|
-
:param predicate: predicate block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
179
|
+
:param name: (Required) Filter's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
180
|
+
:param type: (Required) The type of the filter. One of: (FILTER, VIEW). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#type Workflow#type}
|
181
|
+
:param predicate: predicate block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#predicate Workflow#predicate}
|
182
182
|
'''
|
183
183
|
value = WorkflowIssuesFilter(name=name, type=type, predicate=predicate)
|
184
184
|
|
@@ -460,16 +460,16 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
460
460
|
:param lifecycle:
|
461
461
|
:param provider:
|
462
462
|
:param provisioners:
|
463
|
-
:param destination: destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
464
|
-
:param issues_filter: issues_filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
465
|
-
:param muting_rules_handling: The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
466
|
-
:param name: (Required) The name of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
467
|
-
:param account_id: The account id of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
468
|
-
:param destinations_enabled: Indicates whether the destinations are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
469
|
-
:param enabled: Indicates whether the workflow is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
470
|
-
:param enrichments: enrichments block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
471
|
-
:param enrichments_enabled: Indicates whether the enrichments are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
472
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
463
|
+
:param destination: destination block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destination Workflow#destination}
|
464
|
+
:param issues_filter: issues_filter block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#issues_filter Workflow#issues_filter}
|
465
|
+
:param muting_rules_handling: The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling}
|
466
|
+
:param name: (Required) The name of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
467
|
+
:param account_id: The account id of the workflow. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#account_id Workflow#account_id}
|
468
|
+
:param destinations_enabled: Indicates whether the destinations are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled}
|
469
|
+
:param enabled: Indicates whether the workflow is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enabled Workflow#enabled}
|
470
|
+
:param enrichments: enrichments block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments Workflow#enrichments}
|
471
|
+
:param enrichments_enabled: Indicates whether the enrichments are enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled}
|
472
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#id Workflow#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.
|
473
473
|
'''
|
474
474
|
if isinstance(lifecycle, dict):
|
475
475
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -599,7 +599,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
599
599
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkflowDestination"]]:
|
600
600
|
'''destination block.
|
601
601
|
|
602
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
602
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destination Workflow#destination}
|
603
603
|
'''
|
604
604
|
result = self._values.get("destination")
|
605
605
|
assert result is not None, "Required property 'destination' is missing"
|
@@ -609,7 +609,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
609
609
|
def issues_filter(self) -> "WorkflowIssuesFilter":
|
610
610
|
'''issues_filter block.
|
611
611
|
|
612
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
612
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#issues_filter Workflow#issues_filter}
|
613
613
|
'''
|
614
614
|
result = self._values.get("issues_filter")
|
615
615
|
assert result is not None, "Required property 'issues_filter' is missing"
|
@@ -619,7 +619,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
619
619
|
def muting_rules_handling(self) -> builtins.str:
|
620
620
|
'''The type of the muting rule handling. One of: (NOTIFY_ALL_ISSUES, DONT_NOTIFY_FULLY_MUTED_ISSUES, DONT_NOTIFY_FULLY_OR_PARTIALLY_MUTED_ISSUES).
|
621
621
|
|
622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
622
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#muting_rules_handling Workflow#muting_rules_handling}
|
623
623
|
'''
|
624
624
|
result = self._values.get("muting_rules_handling")
|
625
625
|
assert result is not None, "Required property 'muting_rules_handling' is missing"
|
@@ -629,7 +629,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
629
629
|
def name(self) -> builtins.str:
|
630
630
|
'''(Required) The name of the workflow.
|
631
631
|
|
632
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
632
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
633
633
|
'''
|
634
634
|
result = self._values.get("name")
|
635
635
|
assert result is not None, "Required property 'name' is missing"
|
@@ -639,7 +639,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
639
639
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
640
640
|
'''The account id of the workflow.
|
641
641
|
|
642
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
642
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#account_id Workflow#account_id}
|
643
643
|
'''
|
644
644
|
result = self._values.get("account_id")
|
645
645
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -650,7 +650,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
650
650
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
651
651
|
'''Indicates whether the destinations are enabled.
|
652
652
|
|
653
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
653
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#destinations_enabled Workflow#destinations_enabled}
|
654
654
|
'''
|
655
655
|
result = self._values.get("destinations_enabled")
|
656
656
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -661,7 +661,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
661
661
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
662
662
|
'''Indicates whether the workflow is enabled.
|
663
663
|
|
664
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
664
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enabled Workflow#enabled}
|
665
665
|
'''
|
666
666
|
result = self._values.get("enabled")
|
667
667
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -670,7 +670,7 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
670
670
|
def enrichments(self) -> typing.Optional["WorkflowEnrichments"]:
|
671
671
|
'''enrichments block.
|
672
672
|
|
673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments Workflow#enrichments}
|
674
674
|
'''
|
675
675
|
result = self._values.get("enrichments")
|
676
676
|
return typing.cast(typing.Optional["WorkflowEnrichments"], result)
|
@@ -681,14 +681,14 @@ class WorkflowConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
681
681
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
682
682
|
'''Indicates whether the enrichments are enabled.
|
683
683
|
|
684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
684
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#enrichments_enabled Workflow#enrichments_enabled}
|
685
685
|
'''
|
686
686
|
result = self._values.get("enrichments_enabled")
|
687
687
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
688
688
|
|
689
689
|
@builtins.property
|
690
690
|
def id(self) -> typing.Optional[builtins.str]:
|
691
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
691
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#id Workflow#id}.
|
692
692
|
|
693
693
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
694
694
|
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.
|
@@ -726,9 +726,9 @@ class WorkflowDestination:
|
|
726
726
|
update_original_message: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
727
727
|
) -> None:
|
728
728
|
'''
|
729
|
-
:param channel_id: (Required) Destination's channel id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
730
|
-
:param notification_triggers: List of triggers to notify about in this destination configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
731
|
-
:param update_original_message: Update original notification message (Slack channels only). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
729
|
+
:param channel_id: (Required) Destination's channel id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#channel_id Workflow#channel_id}
|
730
|
+
:param notification_triggers: List of triggers to notify about in this destination configuration. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#notification_triggers Workflow#notification_triggers}
|
731
|
+
:param update_original_message: Update original notification message (Slack channels only). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#update_original_message Workflow#update_original_message}
|
732
732
|
'''
|
733
733
|
if __debug__:
|
734
734
|
type_hints = typing.get_type_hints(_typecheckingstub__d0c7b4928cc92e4a09b3d0489d9d9a28dc1a1385a3df2aa9da4803d02f9217d0)
|
@@ -747,7 +747,7 @@ class WorkflowDestination:
|
|
747
747
|
def channel_id(self) -> builtins.str:
|
748
748
|
'''(Required) Destination's channel id.
|
749
749
|
|
750
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
750
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#channel_id Workflow#channel_id}
|
751
751
|
'''
|
752
752
|
result = self._values.get("channel_id")
|
753
753
|
assert result is not None, "Required property 'channel_id' is missing"
|
@@ -757,7 +757,7 @@ class WorkflowDestination:
|
|
757
757
|
def notification_triggers(self) -> typing.Optional[typing.List[builtins.str]]:
|
758
758
|
'''List of triggers to notify about in this destination configuration.
|
759
759
|
|
760
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
760
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#notification_triggers Workflow#notification_triggers}
|
761
761
|
'''
|
762
762
|
result = self._values.get("notification_triggers")
|
763
763
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -768,7 +768,7 @@ class WorkflowDestination:
|
|
768
768
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
769
769
|
'''Update original notification message (Slack channels only).
|
770
770
|
|
771
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
771
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#update_original_message Workflow#update_original_message}
|
772
772
|
'''
|
773
773
|
result = self._values.get("update_original_message")
|
774
774
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -1007,7 +1007,7 @@ class WorkflowEnrichments:
|
|
1007
1007
|
nrql: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkflowEnrichmentsNrql", typing.Dict[builtins.str, typing.Any]]]],
|
1008
1008
|
) -> None:
|
1009
1009
|
'''
|
1010
|
-
:param nrql: nrql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1010
|
+
:param nrql: nrql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#nrql Workflow#nrql}
|
1011
1011
|
'''
|
1012
1012
|
if __debug__:
|
1013
1013
|
type_hints = typing.get_type_hints(_typecheckingstub__b2bd9c94bedca705b4c369ad6281407df8f08600b7b71abe69e855e5d39ec7d6)
|
@@ -1022,7 +1022,7 @@ class WorkflowEnrichments:
|
|
1022
1022
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkflowEnrichmentsNrql"]]:
|
1023
1023
|
'''nrql block.
|
1024
1024
|
|
1025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#nrql Workflow#nrql}
|
1026
1026
|
'''
|
1027
1027
|
result = self._values.get("nrql")
|
1028
1028
|
assert result is not None, "Required property 'nrql' is missing"
|
@@ -1053,8 +1053,8 @@ class WorkflowEnrichmentsNrql:
|
|
1053
1053
|
name: builtins.str,
|
1054
1054
|
) -> None:
|
1055
1055
|
'''
|
1056
|
-
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1057
|
-
:param name: (Required) Enrichment's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1056
|
+
:param configuration: configuration block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#configuration Workflow#configuration}
|
1057
|
+
:param name: (Required) Enrichment's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
1058
1058
|
'''
|
1059
1059
|
if __debug__:
|
1060
1060
|
type_hints = typing.get_type_hints(_typecheckingstub__f8a9d6a3daf73a221ee386cc12c12e250d0063b61fa3c04f5b81076e9774b714)
|
@@ -1071,7 +1071,7 @@ class WorkflowEnrichmentsNrql:
|
|
1071
1071
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkflowEnrichmentsNrqlConfiguration"]]:
|
1072
1072
|
'''configuration block.
|
1073
1073
|
|
1074
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1074
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#configuration Workflow#configuration}
|
1075
1075
|
'''
|
1076
1076
|
result = self._values.get("configuration")
|
1077
1077
|
assert result is not None, "Required property 'configuration' is missing"
|
@@ -1081,7 +1081,7 @@ class WorkflowEnrichmentsNrql:
|
|
1081
1081
|
def name(self) -> builtins.str:
|
1082
1082
|
'''(Required) Enrichment's name.
|
1083
1083
|
|
1084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
1085
1085
|
'''
|
1086
1086
|
result = self._values.get("name")
|
1087
1087
|
assert result is not None, "Required property 'name' is missing"
|
@@ -1107,7 +1107,7 @@ class WorkflowEnrichmentsNrql:
|
|
1107
1107
|
class WorkflowEnrichmentsNrqlConfiguration:
|
1108
1108
|
def __init__(self, *, query: builtins.str) -> None:
|
1109
1109
|
'''
|
1110
|
-
:param query: enrichment's NRQL query. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1110
|
+
:param query: enrichment's NRQL query. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#query Workflow#query}
|
1111
1111
|
'''
|
1112
1112
|
if __debug__:
|
1113
1113
|
type_hints = typing.get_type_hints(_typecheckingstub__a94a5cf5a96648c059a02dd4f21ebfe336fbb6235266949f9395a67dd5d5c69e)
|
@@ -1120,7 +1120,7 @@ class WorkflowEnrichmentsNrqlConfiguration:
|
|
1120
1120
|
def query(self) -> builtins.str:
|
1121
1121
|
'''enrichment's NRQL query.
|
1122
1122
|
|
1123
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1123
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#query Workflow#query}
|
1124
1124
|
'''
|
1125
1125
|
result = self._values.get("query")
|
1126
1126
|
assert result is not None, "Required property 'query' is missing"
|
@@ -1555,9 +1555,9 @@ class WorkflowIssuesFilter:
|
|
1555
1555
|
predicate: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["WorkflowIssuesFilterPredicate", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
1556
1556
|
) -> None:
|
1557
1557
|
'''
|
1558
|
-
:param name: (Required) Filter's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1559
|
-
:param type: (Required) The type of the filter. One of: (FILTER, VIEW). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1560
|
-
:param predicate: predicate block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1558
|
+
:param name: (Required) Filter's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
1559
|
+
:param type: (Required) The type of the filter. One of: (FILTER, VIEW). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#type Workflow#type}
|
1560
|
+
:param predicate: predicate block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#predicate Workflow#predicate}
|
1561
1561
|
'''
|
1562
1562
|
if __debug__:
|
1563
1563
|
type_hints = typing.get_type_hints(_typecheckingstub__9d2ae436246fe35ae81f32404a8ff50723e8d26ee64cc7ccf2a0ed044c11287a)
|
@@ -1575,7 +1575,7 @@ class WorkflowIssuesFilter:
|
|
1575
1575
|
def name(self) -> builtins.str:
|
1576
1576
|
'''(Required) Filter's name.
|
1577
1577
|
|
1578
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1578
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#name Workflow#name}
|
1579
1579
|
'''
|
1580
1580
|
result = self._values.get("name")
|
1581
1581
|
assert result is not None, "Required property 'name' is missing"
|
@@ -1585,7 +1585,7 @@ class WorkflowIssuesFilter:
|
|
1585
1585
|
def type(self) -> builtins.str:
|
1586
1586
|
'''(Required) The type of the filter. One of: (FILTER, VIEW).
|
1587
1587
|
|
1588
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1588
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#type Workflow#type}
|
1589
1589
|
'''
|
1590
1590
|
result = self._values.get("type")
|
1591
1591
|
assert result is not None, "Required property 'type' is missing"
|
@@ -1597,7 +1597,7 @@ class WorkflowIssuesFilter:
|
|
1597
1597
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkflowIssuesFilterPredicate"]]]:
|
1598
1598
|
'''predicate block.
|
1599
1599
|
|
1600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1600
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#predicate Workflow#predicate}
|
1601
1601
|
'''
|
1602
1602
|
result = self._values.get("predicate")
|
1603
1603
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["WorkflowIssuesFilterPredicate"]]], result)
|
@@ -1733,9 +1733,9 @@ class WorkflowIssuesFilterPredicate:
|
|
1733
1733
|
values: typing.Sequence[builtins.str],
|
1734
1734
|
) -> None:
|
1735
1735
|
'''
|
1736
|
-
:param attribute: (Required) predicate's attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1737
|
-
:param operator: The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1738
|
-
:param values: List of predicate values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1736
|
+
:param attribute: (Required) predicate's attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#attribute Workflow#attribute}
|
1737
|
+
:param operator: The type of the operator. One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#operator Workflow#operator}
|
1738
|
+
:param values: List of predicate values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#values Workflow#values}
|
1739
1739
|
'''
|
1740
1740
|
if __debug__:
|
1741
1741
|
type_hints = typing.get_type_hints(_typecheckingstub__3f409ceab39a6b903b35a472ca1dd695e52d10f7b6ec3936f53cc61ed709b90c)
|
@@ -1752,7 +1752,7 @@ class WorkflowIssuesFilterPredicate:
|
|
1752
1752
|
def attribute(self) -> builtins.str:
|
1753
1753
|
'''(Required) predicate's attribute.
|
1754
1754
|
|
1755
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1755
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#attribute Workflow#attribute}
|
1756
1756
|
'''
|
1757
1757
|
result = self._values.get("attribute")
|
1758
1758
|
assert result is not None, "Required property 'attribute' is missing"
|
@@ -1764,7 +1764,7 @@ class WorkflowIssuesFilterPredicate:
|
|
1764
1764
|
|
1765
1765
|
One of: (CONTAINS, DOES_NOT_CONTAIN, DOES_NOT_EQUAL, DOES_NOT_EXACTLY_MATCH, ENDS_WITH, EQUAL, EXACTLY_MATCHES, GREATER_OR_EQUAL, GREATER_THAN, IS, IS_NOT, LESS_OR_EQUAL, LESS_THAN, STARTS_WITH).
|
1766
1766
|
|
1767
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1767
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#operator Workflow#operator}
|
1768
1768
|
'''
|
1769
1769
|
result = self._values.get("operator")
|
1770
1770
|
assert result is not None, "Required property 'operator' is missing"
|
@@ -1774,7 +1774,7 @@ class WorkflowIssuesFilterPredicate:
|
|
1774
1774
|
def values(self) -> typing.List[builtins.str]:
|
1775
1775
|
'''List of predicate values.
|
1776
1776
|
|
1777
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.
|
1777
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/workflow#values Workflow#values}
|
1778
1778
|
'''
|
1779
1779
|
result = self._values.get("values")
|
1780
1780
|
assert result is not None, "Required property 'values' is missing"
|