cdktf-cdktf-provider-newrelic 13.7.4__py3-none-any.whl → 13.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. cdktf_cdktf_provider_newrelic/__init__.py +3 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
  5. cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
  6. cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
  7. cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
  8. cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
  9. cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
  10. cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
  11. cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
  12. cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
  13. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
  14. cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
  15. cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
  16. cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
  17. cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
  18. cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
  19. cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
  20. cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
  21. cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
  22. cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
  23. cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
  24. cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
  25. cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
  26. cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
  27. cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
  28. cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
  29. cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
  30. cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
  31. cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
  32. cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
  33. cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
  34. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
  35. cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
  36. cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
  37. cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
  38. cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
  39. cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
  40. cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
  41. cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
  42. cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
  43. cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
  44. cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
  45. cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
  46. cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
  47. cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
  48. cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
  49. cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
  50. cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
  51. cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
  52. cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
  53. cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
  54. cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
  55. cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
  56. cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
  57. cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
  58. cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
  59. cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
  60. cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
  61. cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
  62. cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
  63. cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
  64. cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
  65. cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
  66. cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
  67. cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
  68. cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
  69. cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
  70. cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
  71. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
  75. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_entity_tags`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags).
4
+ Refer to the Terraform Registry for docs: [`newrelic_entity_tags`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EntityTags(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.entityTags.EntityTags",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags newrelic_entity_tags}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags newrelic_entity_tags}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class EntityTags(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags newrelic_entity_tags} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags newrelic_entity_tags} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#guid EntityTags#guid}
71
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#tag EntityTags#tag}
72
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#id EntityTags#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.
73
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#timeouts EntityTags#timeouts}
70
+ :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#guid EntityTags#guid}
71
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#tag EntityTags#tag}
72
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#id EntityTags#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.
73
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class EntityTags(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the EntityTags to import.
115
- :param import_from_id: The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing EntityTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the EntityTags to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -139,7 +139,7 @@ class EntityTags(
139
139
  @jsii.member(jsii_name="putTimeouts")
140
140
  def put_timeouts(self, *, create: typing.Optional[builtins.str] = None) -> None:
141
141
  '''
142
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#create EntityTags#create}.
142
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#create EntityTags#create}.
143
143
  '''
144
144
  value = EntityTagsTimeouts(create=create)
145
145
 
@@ -266,10 +266,10 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
266
266
  :param lifecycle:
267
267
  :param provider:
268
268
  :param provisioners:
269
- :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#guid EntityTags#guid}
270
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#tag EntityTags#tag}
271
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#id EntityTags#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.
272
- :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#timeouts EntityTags#timeouts}
269
+ :param guid: The guid of the entity to tag. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#guid EntityTags#guid}
270
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#tag EntityTags#tag}
271
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#id EntityTags#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.
272
+ :param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
273
273
  '''
274
274
  if isinstance(lifecycle, dict):
275
275
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -379,7 +379,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
379
379
  def guid(self) -> builtins.str:
380
380
  '''The guid of the entity to tag.
381
381
 
382
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#guid EntityTags#guid}
382
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#guid EntityTags#guid}
383
383
  '''
384
384
  result = self._values.get("guid")
385
385
  assert result is not None, "Required property 'guid' is missing"
@@ -391,7 +391,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
391
391
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["EntityTagsTag"]]:
392
392
  '''tag block.
393
393
 
394
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#tag EntityTags#tag}
394
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#tag EntityTags#tag}
395
395
  '''
396
396
  result = self._values.get("tag")
397
397
  assert result is not None, "Required property 'tag' is missing"
@@ -399,7 +399,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
399
399
 
400
400
  @builtins.property
401
401
  def id(self) -> typing.Optional[builtins.str]:
402
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#id EntityTags#id}.
402
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#id EntityTags#id}.
403
403
 
404
404
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
405
405
  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.
@@ -411,7 +411,7 @@ class EntityTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
411
411
  def timeouts(self) -> typing.Optional["EntityTagsTimeouts"]:
412
412
  '''timeouts block.
413
413
 
414
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#timeouts EntityTags#timeouts}
414
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#timeouts EntityTags#timeouts}
415
415
  '''
416
416
  result = self._values.get("timeouts")
417
417
  return typing.cast(typing.Optional["EntityTagsTimeouts"], result)
@@ -441,8 +441,8 @@ class EntityTagsTag:
441
441
  values: typing.Sequence[builtins.str],
442
442
  ) -> None:
443
443
  '''
444
- :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#key EntityTags#key}
445
- :param values: The tag values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#values EntityTags#values}
444
+ :param key: The tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#key EntityTags#key}
445
+ :param values: The tag values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#values EntityTags#values}
446
446
  '''
447
447
  if __debug__:
448
448
  type_hints = typing.get_type_hints(_typecheckingstub__7dd412ea552f387dd9f9e3dc04f9d532b54ec363b31e412a9798646f4ed9069f)
@@ -457,7 +457,7 @@ class EntityTagsTag:
457
457
  def key(self) -> builtins.str:
458
458
  '''The tag key.
459
459
 
460
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#key EntityTags#key}
460
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#key EntityTags#key}
461
461
  '''
462
462
  result = self._values.get("key")
463
463
  assert result is not None, "Required property 'key' is missing"
@@ -467,7 +467,7 @@ class EntityTagsTag:
467
467
  def values(self) -> typing.List[builtins.str]:
468
468
  '''The tag values.
469
469
 
470
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#values EntityTags#values}
470
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#values EntityTags#values}
471
471
  '''
472
472
  result = self._values.get("values")
473
473
  assert result is not None, "Required property 'values' is missing"
@@ -661,7 +661,7 @@ class EntityTagsTagOutputReference(
661
661
  class EntityTagsTimeouts:
662
662
  def __init__(self, *, create: typing.Optional[builtins.str] = None) -> None:
663
663
  '''
664
- :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#create EntityTags#create}.
664
+ :param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#create EntityTags#create}.
665
665
  '''
666
666
  if __debug__:
667
667
  type_hints = typing.get_type_hints(_typecheckingstub__0269b4a840807664a4ff89b2ef95a19c92506dfe5bd474a1679dafad8dd5c2ad)
@@ -672,7 +672,7 @@ class EntityTagsTimeouts:
672
672
 
673
673
  @builtins.property
674
674
  def create(self) -> typing.Optional[builtins.str]:
675
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/entity_tags#create EntityTags#create}.'''
675
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/entity_tags#create EntityTags#create}.'''
676
676
  result = self._values.get("create")
677
677
  return typing.cast(typing.Optional[builtins.str], result)
678
678
 
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_events_to_metrics_rule`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule).
4
+ Refer to the Terraform Registry for docs: [`newrelic_events_to_metrics_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class EventsToMetricsRule(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.eventsToMetricsRule.EventsToMetricsRule",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -65,16 +65,16 @@ class EventsToMetricsRule(
65
65
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
66
66
  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,
67
67
  ) -> None:
68
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} Resource.
68
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule newrelic_events_to_metrics_rule} Resource.
69
69
 
70
70
  :param scope: The scope in which to define this construct.
71
71
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
72
- :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
73
- :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
74
- :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
75
- :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
76
- :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
77
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
72
+ :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
73
+ :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
74
+ :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
75
+ :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
76
+ :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
77
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
78
78
  :param connection:
79
79
  :param count:
80
80
  :param depends_on:
@@ -118,7 +118,7 @@ class EventsToMetricsRule(
118
118
 
119
119
  :param scope: The scope in which to define this construct.
120
120
  :param import_to_id: The construct id used in the generated config for the EventsToMetricsRule to import.
121
- :param import_from_id: The id of the existing EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use
121
+ :param import_from_id: The id of the existing EventsToMetricsRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#import import section} in the documentation of this resource for the id to use
122
122
  :param provider: ? Optional instance of the provider where the EventsToMetricsRule to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -316,12 +316,12 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
316
316
  :param lifecycle:
317
317
  :param provider:
318
318
  :param provisioners:
319
- :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
320
- :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
321
- :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
322
- :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
323
- :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
324
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
319
+ :param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
320
+ :param nrql: Explains how to create metrics from events. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
321
+ :param account_id: Account with the event and where the metrics will be put. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
322
+ :param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
323
+ :param enabled: True means this rule is enabled. False means the rule is currently not creating metrics. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
324
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#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.
325
325
  '''
326
326
  if isinstance(lifecycle, dict):
327
327
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -435,7 +435,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
435
435
  def name(self) -> builtins.str:
436
436
  '''The name of the rule. This must be unique within an account.
437
437
 
438
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
438
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#name EventsToMetricsRule#name}
439
439
  '''
440
440
  result = self._values.get("name")
441
441
  assert result is not None, "Required property 'name' is missing"
@@ -445,7 +445,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
445
445
  def nrql(self) -> builtins.str:
446
446
  '''Explains how to create metrics from events.
447
447
 
448
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
448
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#nrql EventsToMetricsRule#nrql}
449
449
  '''
450
450
  result = self._values.get("nrql")
451
451
  assert result is not None, "Required property 'nrql' is missing"
@@ -455,7 +455,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
455
455
  def account_id(self) -> typing.Optional[jsii.Number]:
456
456
  '''Account with the event and where the metrics will be put.
457
457
 
458
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
458
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#account_id EventsToMetricsRule#account_id}
459
459
  '''
460
460
  result = self._values.get("account_id")
461
461
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -464,7 +464,7 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
464
464
  def description(self) -> typing.Optional[builtins.str]:
465
465
  '''Provides additional information about the rule.
466
466
 
467
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
467
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#description EventsToMetricsRule#description}
468
468
  '''
469
469
  result = self._values.get("description")
470
470
  return typing.cast(typing.Optional[builtins.str], result)
@@ -475,14 +475,14 @@ class EventsToMetricsRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
475
475
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
476
476
  '''True means this rule is enabled. False means the rule is currently not creating metrics.
477
477
 
478
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
478
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#enabled EventsToMetricsRule#enabled}
479
479
  '''
480
480
  result = self._values.get("enabled")
481
481
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
482
482
 
483
483
  @builtins.property
484
484
  def id(self) -> typing.Optional[builtins.str]:
485
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}.
485
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/events_to_metrics_rule#id EventsToMetricsRule#id}.
486
486
 
487
487
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
488
488
  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.
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_group`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group).
4
+ Refer to the Terraform Registry for docs: [`newrelic_group`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class Group(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.group.Group",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group newrelic_group}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group newrelic_group}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -63,14 +63,14 @@ class Group(
63
63
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
64
64
  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,
65
65
  ) -> None:
66
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group newrelic_group} Resource.
66
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group newrelic_group} Resource.
67
67
 
68
68
  :param scope: The scope in which to define this construct.
69
69
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
70
- :param authentication_domain_id: The ID of the authentication domain the group will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
71
- :param name: The name of the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#name Group#name}
72
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#id Group#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.
73
- :param user_ids: IDs of users to be added to the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#user_ids Group#user_ids}
70
+ :param authentication_domain_id: The ID of the authentication domain the group will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
71
+ :param name: The name of the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#name Group#name}
72
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#id Group#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.
73
+ :param user_ids: IDs of users to be added to the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#user_ids Group#user_ids}
74
74
  :param connection:
75
75
  :param count:
76
76
  :param depends_on:
@@ -112,7 +112,7 @@ class Group(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the Group to import.
115
- :param import_from_id: The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing Group that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the Group to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -254,10 +254,10 @@ class GroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
254
254
  :param lifecycle:
255
255
  :param provider:
256
256
  :param provisioners:
257
- :param authentication_domain_id: The ID of the authentication domain the group will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
258
- :param name: The name of the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#name Group#name}
259
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#id Group#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.
260
- :param user_ids: IDs of users to be added to the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#user_ids Group#user_ids}
257
+ :param authentication_domain_id: The ID of the authentication domain the group will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
258
+ :param name: The name of the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#name Group#name}
259
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#id Group#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.
260
+ :param user_ids: IDs of users to be added to the group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#user_ids Group#user_ids}
261
261
  '''
262
262
  if isinstance(lifecycle, dict):
263
263
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -365,7 +365,7 @@ class GroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
365
365
  def authentication_domain_id(self) -> builtins.str:
366
366
  '''The ID of the authentication domain the group will belong to.
367
367
 
368
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
368
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#authentication_domain_id Group#authentication_domain_id}
369
369
  '''
370
370
  result = self._values.get("authentication_domain_id")
371
371
  assert result is not None, "Required property 'authentication_domain_id' is missing"
@@ -375,7 +375,7 @@ class GroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
375
375
  def name(self) -> builtins.str:
376
376
  '''The name of the group.
377
377
 
378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#name Group#name}
378
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#name Group#name}
379
379
  '''
380
380
  result = self._values.get("name")
381
381
  assert result is not None, "Required property 'name' is missing"
@@ -383,7 +383,7 @@ class GroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
383
383
 
384
384
  @builtins.property
385
385
  def id(self) -> typing.Optional[builtins.str]:
386
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#id Group#id}.
386
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#id Group#id}.
387
387
 
388
388
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
389
389
  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.
@@ -395,7 +395,7 @@ class GroupConfig(_cdktf_9a9027ec.TerraformMetaArguments):
395
395
  def user_ids(self) -> typing.Optional[typing.List[builtins.str]]:
396
396
  '''IDs of users to be added to the group.
397
397
 
398
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.6/docs/resources/group#user_ids Group#user_ids}
398
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/group#user_ids Group#user_ids}
399
399
  '''
400
400
  result = self._values.get("user_ids")
401
401
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)