cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.7.1__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 +5 -3
  2. cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.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 +57 -57
  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 +1029 -0
  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 +1224 -1224
  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.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/METADATA +4 -4
  72. cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +76 -0
  73. cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
  74. cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
  75. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
  76. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
  77. {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_synthetics_step_monitor`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_synthetics_step_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor).
4
+ Refer to the Terraform Registry for docs: [`newrelic_synthetics_step_monitor`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class SyntheticsStepMonitor(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.syntheticsStepMonitor.SyntheticsStepMonitor",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -74,25 +74,25 @@ class SyntheticsStepMonitor(
74
74
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
75
75
  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,
76
76
  ) -> None:
77
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource.
77
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor newrelic_synthetics_step_monitor} Resource.
78
78
 
79
79
  :param scope: The scope in which to define this construct.
80
80
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
81
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
82
- :param period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
83
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
84
- :param steps: steps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
85
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
86
- :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
87
- :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
88
- :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
89
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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.
90
- :param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
91
- :param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
92
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
93
- :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
94
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
95
- :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
81
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
82
+ :param period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
83
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
84
+ :param steps: steps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
85
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
86
+ :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
87
+ :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
88
+ :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
89
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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.
90
+ :param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
91
+ :param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
92
+ :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
93
+ :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
94
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
95
+ :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
96
96
  :param connection:
97
97
  :param count:
98
98
  :param depends_on:
@@ -145,7 +145,7 @@ class SyntheticsStepMonitor(
145
145
 
146
146
  :param scope: The scope in which to define this construct.
147
147
  :param import_to_id: The construct id used in the generated config for the SyntheticsStepMonitor to import.
148
- :param import_from_id: The id of the existing SyntheticsStepMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use
148
+ :param import_from_id: The id of the existing SyntheticsStepMonitor that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#import import section} in the documentation of this resource for the id to use
149
149
  :param provider: ? Optional instance of the provider where the SyntheticsStepMonitor to import is found.
150
150
  '''
151
151
  if __debug__:
@@ -585,21 +585,21 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
585
585
  :param lifecycle:
586
586
  :param provider:
587
587
  :param provisioners:
588
- :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
589
- :param period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
590
- :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
591
- :param steps: steps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
592
- :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
593
- :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
594
- :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
595
- :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
596
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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.
597
- :param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
598
- :param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
599
- :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
600
- :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
601
- :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
602
- :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
588
+ :param name: The title of this monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
589
+ :param period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
590
+ :param status: The monitor status (ENABLED or DISABLED). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
591
+ :param steps: steps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
592
+ :param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
593
+ :param browsers: The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
594
+ :param devices: The multiple devices list on which synthetic monitors will run. Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
595
+ :param enable_screenshot_on_failure_and_script: Capture a screenshot during job execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
596
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#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.
597
+ :param location_private: location_private block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
598
+ :param locations_public: The public location(s) that the monitor will run jobs from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
599
+ :param runtime_type: The runtime type that the monitor will run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
600
+ :param runtime_type_version: The specific semver version of the runtime type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
601
+ :param tag: tag block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
602
+ :param use_unsupported_legacy_runtime: A boolean attribute to be set true by the customer, if they would like to use the unsupported legacy runtime of Synthetic Monitors by means of an exemption given until the October 22, 2024 Legacy Runtime EOL. Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
603
603
  '''
604
604
  if isinstance(lifecycle, dict):
605
605
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -738,7 +738,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
738
738
  def name(self) -> builtins.str:
739
739
  '''The title of this monitor.
740
740
 
741
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
741
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#name SyntheticsStepMonitor#name}
742
742
  '''
743
743
  result = self._values.get("name")
744
744
  assert result is not None, "Required property 'name' is missing"
@@ -750,7 +750,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
750
750
 
751
751
  Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
752
752
 
753
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
753
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#period SyntheticsStepMonitor#period}
754
754
  '''
755
755
  result = self._values.get("period")
756
756
  assert result is not None, "Required property 'period' is missing"
@@ -760,7 +760,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
760
760
  def status(self) -> builtins.str:
761
761
  '''The monitor status (ENABLED or DISABLED).
762
762
 
763
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
763
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#status SyntheticsStepMonitor#status}
764
764
  '''
765
765
  result = self._values.get("status")
766
766
  assert result is not None, "Required property 'status' is missing"
@@ -772,7 +772,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
772
772
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsStepMonitorSteps"]]:
773
773
  '''steps block.
774
774
 
775
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
775
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#steps SyntheticsStepMonitor#steps}
776
776
  '''
777
777
  result = self._values.get("steps")
778
778
  assert result is not None, "Required property 'steps' is missing"
@@ -782,7 +782,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
782
782
  def account_id(self) -> typing.Optional[jsii.Number]:
783
783
  '''ID of the newrelic account.
784
784
 
785
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
785
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#account_id SyntheticsStepMonitor#account_id}
786
786
  '''
787
787
  result = self._values.get("account_id")
788
788
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -791,7 +791,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
791
791
  def browsers(self) -> typing.Optional[typing.List[builtins.str]]:
792
792
  '''The multiple browsers list on which synthetic monitors will run. Valid values are array of CHROME,and FIREFOX.
793
793
 
794
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
794
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#browsers SyntheticsStepMonitor#browsers}
795
795
  '''
796
796
  result = self._values.get("browsers")
797
797
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -802,7 +802,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
802
802
 
803
803
  Valid values are array of DESKTOP, MOBILE_LANDSCAPE, MOBILE_PORTRAIT, TABLET_LANDSCAPE and TABLET_PORTRAIT
804
804
 
805
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
805
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#devices SyntheticsStepMonitor#devices}
806
806
  '''
807
807
  result = self._values.get("devices")
808
808
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -813,14 +813,14 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
813
813
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
814
814
  '''Capture a screenshot during job execution.
815
815
 
816
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
816
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#enable_screenshot_on_failure_and_script SyntheticsStepMonitor#enable_screenshot_on_failure_and_script}
817
817
  '''
818
818
  result = self._values.get("enable_screenshot_on_failure_and_script")
819
819
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
820
820
 
821
821
  @builtins.property
822
822
  def id(self) -> typing.Optional[builtins.str]:
823
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}.
823
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#id SyntheticsStepMonitor#id}.
824
824
 
825
825
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
826
826
  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.
@@ -834,7 +834,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
834
834
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsStepMonitorLocationPrivate"]]]:
835
835
  '''location_private block.
836
836
 
837
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
837
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#location_private SyntheticsStepMonitor#location_private}
838
838
  '''
839
839
  result = self._values.get("location_private")
840
840
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsStepMonitorLocationPrivate"]]], result)
@@ -843,7 +843,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
843
843
  def locations_public(self) -> typing.Optional[typing.List[builtins.str]]:
844
844
  '''The public location(s) that the monitor will run jobs from.
845
845
 
846
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
846
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#locations_public SyntheticsStepMonitor#locations_public}
847
847
  '''
848
848
  result = self._values.get("locations_public")
849
849
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -852,7 +852,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
852
852
  def runtime_type(self) -> typing.Optional[builtins.str]:
853
853
  '''The runtime type that the monitor will run.
854
854
 
855
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
855
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type SyntheticsStepMonitor#runtime_type}
856
856
  '''
857
857
  result = self._values.get("runtime_type")
858
858
  return typing.cast(typing.Optional[builtins.str], result)
@@ -861,7 +861,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
861
861
  def runtime_type_version(self) -> typing.Optional[builtins.str]:
862
862
  '''The specific semver version of the runtime type.
863
863
 
864
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
864
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#runtime_type_version SyntheticsStepMonitor#runtime_type_version}
865
865
  '''
866
866
  result = self._values.get("runtime_type_version")
867
867
  return typing.cast(typing.Optional[builtins.str], result)
@@ -872,7 +872,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
872
872
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsStepMonitorTag"]]]:
873
873
  '''tag block.
874
874
 
875
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
875
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#tag SyntheticsStepMonitor#tag}
876
876
  '''
877
877
  result = self._values.get("tag")
878
878
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["SyntheticsStepMonitorTag"]]], result)
@@ -885,7 +885,7 @@ class SyntheticsStepMonitorConfig(_cdktf_9a9027ec.TerraformMetaArguments):
885
885
 
886
886
  Setting this attribute to true would allow skipping validation performed by the the New Relic Terraform Provider starting v3.43.0 to disallow using the legacy runtime with new monitors. This would, hence, allow creation of monitors in the legacy runtime until the October 22, 2024 Legacy Runtime EOL, if exempt by the API.
887
887
 
888
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
888
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#use_unsupported_legacy_runtime SyntheticsStepMonitor#use_unsupported_legacy_runtime}
889
889
  '''
890
890
  result = self._values.get("use_unsupported_legacy_runtime")
891
891
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -915,8 +915,8 @@ class SyntheticsStepMonitorLocationPrivate:
915
915
  vse_password: typing.Optional[builtins.str] = None,
916
916
  ) -> None:
917
917
  '''
918
- :param guid: The unique identifier for the Synthetics private location in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid}
919
- :param vse_password: The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password}
918
+ :param guid: The unique identifier for the Synthetics private location in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid}
919
+ :param vse_password: The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password}
920
920
  '''
921
921
  if __debug__:
922
922
  type_hints = typing.get_type_hints(_typecheckingstub__3cdcebcf4575db280dba5ebf48c3c2bd90e815b47f4b97930462db577b968ff9)
@@ -932,7 +932,7 @@ class SyntheticsStepMonitorLocationPrivate:
932
932
  def guid(self) -> builtins.str:
933
933
  '''The unique identifier for the Synthetics private location in New Relic.
934
934
 
935
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid}
935
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#guid SyntheticsStepMonitor#guid}
936
936
  '''
937
937
  result = self._values.get("guid")
938
938
  assert result is not None, "Required property 'guid' is missing"
@@ -942,7 +942,7 @@ class SyntheticsStepMonitorLocationPrivate:
942
942
  def vse_password(self) -> typing.Optional[builtins.str]:
943
943
  '''The location's Verified Script Execution password (Only necessary if Verified Script Execution is enabled for the location).
944
944
 
945
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password}
945
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#vse_password SyntheticsStepMonitor#vse_password}
946
946
  '''
947
947
  result = self._values.get("vse_password")
948
948
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1148,9 +1148,9 @@ class SyntheticsStepMonitorSteps:
1148
1148
  values: typing.Optional[typing.Sequence[builtins.str]] = None,
1149
1149
  ) -> None:
1150
1150
  '''
1151
- :param ordinal: The position of the step within the script ranging from 0-100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal}
1152
- :param type: The type of step to be added to the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type}
1153
- :param values: The metadata values related to the check the step performs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1151
+ :param ordinal: The position of the step within the script ranging from 0-100. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal}
1152
+ :param type: The type of step to be added to the script. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type}
1153
+ :param values: The metadata values related to the check the step performs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1154
1154
  '''
1155
1155
  if __debug__:
1156
1156
  type_hints = typing.get_type_hints(_typecheckingstub__248632e3c992d5a5c2ec919403a2a7b9b63931d2e6d35c72ffb1825d307bcf37)
@@ -1168,7 +1168,7 @@ class SyntheticsStepMonitorSteps:
1168
1168
  def ordinal(self) -> jsii.Number:
1169
1169
  '''The position of the step within the script ranging from 0-100.
1170
1170
 
1171
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal}
1171
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#ordinal SyntheticsStepMonitor#ordinal}
1172
1172
  '''
1173
1173
  result = self._values.get("ordinal")
1174
1174
  assert result is not None, "Required property 'ordinal' is missing"
@@ -1178,7 +1178,7 @@ class SyntheticsStepMonitorSteps:
1178
1178
  def type(self) -> builtins.str:
1179
1179
  '''The type of step to be added to the script.
1180
1180
 
1181
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type}
1181
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#type SyntheticsStepMonitor#type}
1182
1182
  '''
1183
1183
  result = self._values.get("type")
1184
1184
  assert result is not None, "Required property 'type' is missing"
@@ -1188,7 +1188,7 @@ class SyntheticsStepMonitorSteps:
1188
1188
  def values(self) -> typing.Optional[typing.List[builtins.str]]:
1189
1189
  '''The metadata values related to the check the step performs.
1190
1190
 
1191
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1191
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1192
1192
  '''
1193
1193
  result = self._values.get("values")
1194
1194
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1407,8 +1407,8 @@ class SyntheticsStepMonitorTag:
1407
1407
  values: typing.Sequence[builtins.str],
1408
1408
  ) -> None:
1409
1409
  '''
1410
- :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key}
1411
- :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1410
+ :param key: Name of the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key}
1411
+ :param values: Values associated with the tag key. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1412
1412
  '''
1413
1413
  if __debug__:
1414
1414
  type_hints = typing.get_type_hints(_typecheckingstub__897c79b249acf8c79d7a6060b6ba55d89d87326e5111e765d12da1df3b02203b)
@@ -1423,7 +1423,7 @@ class SyntheticsStepMonitorTag:
1423
1423
  def key(self) -> builtins.str:
1424
1424
  '''Name of the tag key.
1425
1425
 
1426
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key}
1426
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#key SyntheticsStepMonitor#key}
1427
1427
  '''
1428
1428
  result = self._values.get("key")
1429
1429
  assert result is not None, "Required property 'key' is missing"
@@ -1433,7 +1433,7 @@ class SyntheticsStepMonitorTag:
1433
1433
  def values(self) -> typing.List[builtins.str]:
1434
1434
  '''Values associated with the tag key.
1435
1435
 
1436
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1436
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/synthetics_step_monitor#values SyntheticsStepMonitor#values}
1437
1437
  '''
1438
1438
  result = self._values.get("values")
1439
1439
  assert result is not None, "Required property 'values' is missing"
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `newrelic_user`
3
3
 
4
- Refer to the Terraform Registry for docs: [`newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user).
4
+ Refer to the Terraform Registry for docs: [`newrelic_user`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ class User(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-newrelic.user.User",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user newrelic_user}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user newrelic_user}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -64,15 +64,15 @@ class User(
64
64
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
65
65
  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,
66
66
  ) -> None:
67
- '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user newrelic_user} Resource.
67
+ '''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user newrelic_user} Resource.
68
68
 
69
69
  :param scope: The scope in which to define this construct.
70
70
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
71
- :param authentication_domain_id: The ID of the authentication domain the user will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#authentication_domain_id User#authentication_domain_id}
72
- :param email_id: The email ID of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#email_id User#email_id}
73
- :param name: The name of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#name User#name}
74
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#id User#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.
75
- :param user_type: The type of the user to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#user_type User#user_type}
71
+ :param authentication_domain_id: The ID of the authentication domain the user will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#authentication_domain_id User#authentication_domain_id}
72
+ :param email_id: The email ID of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#email_id User#email_id}
73
+ :param name: The name of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#name User#name}
74
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#id User#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.
75
+ :param user_type: The type of the user to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#user_type User#user_type}
76
76
  :param connection:
77
77
  :param count:
78
78
  :param depends_on:
@@ -115,7 +115,7 @@ class User(
115
115
 
116
116
  :param scope: The scope in which to define this construct.
117
117
  :param import_to_id: The construct id used in the generated config for the User to import.
118
- :param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#import import section} in the documentation of this resource for the id to use
118
+ :param import_from_id: The id of the existing User that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#import import section} in the documentation of this resource for the id to use
119
119
  :param provider: ? Optional instance of the provider where the User to import is found.
120
120
  '''
121
121
  if __debug__:
@@ -276,11 +276,11 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
276
276
  :param lifecycle:
277
277
  :param provider:
278
278
  :param provisioners:
279
- :param authentication_domain_id: The ID of the authentication domain the user will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#authentication_domain_id User#authentication_domain_id}
280
- :param email_id: The email ID of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#email_id User#email_id}
281
- :param name: The name of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#name User#name}
282
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#id User#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.
283
- :param user_type: The type of the user to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#user_type User#user_type}
279
+ :param authentication_domain_id: The ID of the authentication domain the user will belong to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#authentication_domain_id User#authentication_domain_id}
280
+ :param email_id: The email ID of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#email_id User#email_id}
281
+ :param name: The name of the user. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#name User#name}
282
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#id User#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.
283
+ :param user_type: The type of the user to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#user_type User#user_type}
284
284
  '''
285
285
  if isinstance(lifecycle, dict):
286
286
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -390,7 +390,7 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
390
390
  def authentication_domain_id(self) -> builtins.str:
391
391
  '''The ID of the authentication domain the user will belong to.
392
392
 
393
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#authentication_domain_id User#authentication_domain_id}
393
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#authentication_domain_id User#authentication_domain_id}
394
394
  '''
395
395
  result = self._values.get("authentication_domain_id")
396
396
  assert result is not None, "Required property 'authentication_domain_id' is missing"
@@ -400,7 +400,7 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
400
400
  def email_id(self) -> builtins.str:
401
401
  '''The email ID of the user.
402
402
 
403
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#email_id User#email_id}
403
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#email_id User#email_id}
404
404
  '''
405
405
  result = self._values.get("email_id")
406
406
  assert result is not None, "Required property 'email_id' is missing"
@@ -410,7 +410,7 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
410
410
  def name(self) -> builtins.str:
411
411
  '''The name of the user.
412
412
 
413
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#name User#name}
413
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#name User#name}
414
414
  '''
415
415
  result = self._values.get("name")
416
416
  assert result is not None, "Required property 'name' is missing"
@@ -418,7 +418,7 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
418
418
 
419
419
  @builtins.property
420
420
  def id(self) -> typing.Optional[builtins.str]:
421
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#id User#id}.
421
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#id User#id}.
422
422
 
423
423
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
424
424
  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.
@@ -430,7 +430,7 @@ class UserConfig(_cdktf_9a9027ec.TerraformMetaArguments):
430
430
  def user_type(self) -> typing.Optional[builtins.str]:
431
431
  '''The type of the user to be created.
432
432
 
433
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.69.1/docs/resources/user#user_type User#user_type}
433
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/user#user_type User#user_type}
434
434
  '''
435
435
  result = self._values.get("user_type")
436
436
  return typing.cast(typing.Optional[builtins.str], result)