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.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {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_cloud_azure_integrations`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_azure_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudAzureIntegrations(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudAzureIntegrations.CloudAzureIntegrations",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -94,45 +94,45 @@ class CloudAzureIntegrations(
|
|
94
94
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
95
95
|
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,
|
96
96
|
) -> None:
|
97
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
97
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations newrelic_cloud_azure_integrations} Resource.
|
98
98
|
|
99
99
|
:param scope: The scope in which to define this construct.
|
100
100
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
101
|
-
:param linked_account_id: The ID of the linked Azure account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
102
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
103
|
-
:param api_management: api_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
104
|
-
:param app_gateway: app_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
105
|
-
:param app_service: app_service block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
106
|
-
:param containers: containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
107
|
-
:param cosmos_db: cosmos_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
108
|
-
:param cost_management: cost_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
109
|
-
:param data_factory: data_factory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
110
|
-
:param event_hub: event_hub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
111
|
-
:param express_route: express_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
112
|
-
:param firewalls: firewalls block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
113
|
-
:param front_door: front_door block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
114
|
-
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
115
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
116
|
-
:param key_vault: key_vault block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
117
|
-
:param load_balancer: load_balancer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
118
|
-
:param logic_apps: logic_apps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
119
|
-
:param machine_learning: machine_learning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
120
|
-
:param maria_db: maria_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
121
|
-
:param monitor: monitor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
122
|
-
:param mysql: mysql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
123
|
-
:param mysql_flexible: mysql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
124
|
-
:param postgresql: postgresql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
125
|
-
:param postgresql_flexible: postgresql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
126
|
-
:param power_bi_dedicated: power_bi_dedicated block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
127
|
-
:param redis_cache: redis_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
128
|
-
:param service_bus: service_bus block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
129
|
-
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
130
|
-
:param sql_managed: sql_managed block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
131
|
-
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
132
|
-
:param virtual_machine: virtual_machine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
133
|
-
:param virtual_networks: virtual_networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
134
|
-
:param vms: vms block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
135
|
-
:param vpn_gateway: vpn_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
101
|
+
:param linked_account_id: The ID of the linked Azure account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id}
|
102
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id}
|
103
|
+
:param api_management: api_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management}
|
104
|
+
:param app_gateway: app_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway}
|
105
|
+
:param app_service: app_service block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service}
|
106
|
+
:param containers: containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers}
|
107
|
+
:param cosmos_db: cosmos_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db}
|
108
|
+
:param cost_management: cost_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management}
|
109
|
+
:param data_factory: data_factory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory}
|
110
|
+
:param event_hub: event_hub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub}
|
111
|
+
:param express_route: express_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route}
|
112
|
+
:param firewalls: firewalls block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls}
|
113
|
+
:param front_door: front_door block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door}
|
114
|
+
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions}
|
115
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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.
|
116
|
+
:param key_vault: key_vault block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault}
|
117
|
+
:param load_balancer: load_balancer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer}
|
118
|
+
:param logic_apps: logic_apps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps}
|
119
|
+
:param machine_learning: machine_learning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning}
|
120
|
+
:param maria_db: maria_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db}
|
121
|
+
:param monitor: monitor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor}
|
122
|
+
:param mysql: mysql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql}
|
123
|
+
:param mysql_flexible: mysql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible}
|
124
|
+
:param postgresql: postgresql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql}
|
125
|
+
:param postgresql_flexible: postgresql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible}
|
126
|
+
:param power_bi_dedicated: power_bi_dedicated block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated}
|
127
|
+
:param redis_cache: redis_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache}
|
128
|
+
:param service_bus: service_bus block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus}
|
129
|
+
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql}
|
130
|
+
:param sql_managed: sql_managed block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed}
|
131
|
+
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage}
|
132
|
+
:param virtual_machine: virtual_machine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine}
|
133
|
+
:param virtual_networks: virtual_networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks}
|
134
|
+
:param vms: vms block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms}
|
135
|
+
:param vpn_gateway: vpn_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway}
|
136
136
|
:param connection:
|
137
137
|
:param count:
|
138
138
|
:param depends_on:
|
@@ -205,7 +205,7 @@ class CloudAzureIntegrations(
|
|
205
205
|
|
206
206
|
:param scope: The scope in which to define this construct.
|
207
207
|
:param import_to_id: The construct id used in the generated config for the CloudAzureIntegrations to import.
|
208
|
-
:param import_from_id: The id of the existing CloudAzureIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
208
|
+
:param import_from_id: The id of the existing CloudAzureIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#import import section} in the documentation of this resource for the id to use
|
209
209
|
:param provider: ? Optional instance of the provider where the CloudAzureIntegrations to import is found.
|
210
210
|
'''
|
211
211
|
if __debug__:
|
@@ -224,8 +224,8 @@ class CloudAzureIntegrations(
|
|
224
224
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
225
225
|
) -> None:
|
226
226
|
'''
|
227
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
228
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
227
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
228
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
229
229
|
'''
|
230
230
|
value = CloudAzureIntegrationsApiManagement(
|
231
231
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -242,8 +242,8 @@ class CloudAzureIntegrations(
|
|
242
242
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
243
243
|
) -> None:
|
244
244
|
'''
|
245
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
246
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
245
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
246
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
247
247
|
'''
|
248
248
|
value = CloudAzureIntegrationsAppGateway(
|
249
249
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -260,8 +260,8 @@ class CloudAzureIntegrations(
|
|
260
260
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
261
261
|
) -> None:
|
262
262
|
'''
|
263
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
264
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
263
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
264
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
265
265
|
'''
|
266
266
|
value = CloudAzureIntegrationsAppService(
|
267
267
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -278,8 +278,8 @@ class CloudAzureIntegrations(
|
|
278
278
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
279
279
|
) -> None:
|
280
280
|
'''
|
281
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
282
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
281
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
282
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
283
283
|
'''
|
284
284
|
value = CloudAzureIntegrationsContainers(
|
285
285
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -296,8 +296,8 @@ class CloudAzureIntegrations(
|
|
296
296
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
297
297
|
) -> None:
|
298
298
|
'''
|
299
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
300
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
299
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
300
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
301
301
|
'''
|
302
302
|
value = CloudAzureIntegrationsCosmosDb(
|
303
303
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -314,8 +314,8 @@ class CloudAzureIntegrations(
|
|
314
314
|
tag_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
|
315
315
|
) -> None:
|
316
316
|
'''
|
317
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
318
|
-
:param tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
317
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
318
|
+
:param tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys}
|
319
319
|
'''
|
320
320
|
value = CloudAzureIntegrationsCostManagement(
|
321
321
|
metrics_polling_interval=metrics_polling_interval, tag_keys=tag_keys
|
@@ -331,8 +331,8 @@ class CloudAzureIntegrations(
|
|
331
331
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
332
332
|
) -> None:
|
333
333
|
'''
|
334
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
335
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
334
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
335
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
336
336
|
'''
|
337
337
|
value = CloudAzureIntegrationsDataFactory(
|
338
338
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -349,8 +349,8 @@ class CloudAzureIntegrations(
|
|
349
349
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
350
350
|
) -> None:
|
351
351
|
'''
|
352
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
353
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
352
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
353
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
354
354
|
'''
|
355
355
|
value = CloudAzureIntegrationsEventHub(
|
356
356
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -367,8 +367,8 @@ class CloudAzureIntegrations(
|
|
367
367
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
368
368
|
) -> None:
|
369
369
|
'''
|
370
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
371
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
370
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
371
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
372
372
|
'''
|
373
373
|
value = CloudAzureIntegrationsExpressRoute(
|
374
374
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -385,8 +385,8 @@ class CloudAzureIntegrations(
|
|
385
385
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
386
386
|
) -> None:
|
387
387
|
'''
|
388
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
389
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
388
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
389
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
390
390
|
'''
|
391
391
|
value = CloudAzureIntegrationsFirewalls(
|
392
392
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -403,8 +403,8 @@ class CloudAzureIntegrations(
|
|
403
403
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
404
404
|
) -> None:
|
405
405
|
'''
|
406
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
407
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
406
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
407
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
408
408
|
'''
|
409
409
|
value = CloudAzureIntegrationsFrontDoor(
|
410
410
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -421,8 +421,8 @@ class CloudAzureIntegrations(
|
|
421
421
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
422
422
|
) -> None:
|
423
423
|
'''
|
424
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
425
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
424
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
425
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
426
426
|
'''
|
427
427
|
value = CloudAzureIntegrationsFunctions(
|
428
428
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -439,8 +439,8 @@ class CloudAzureIntegrations(
|
|
439
439
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
440
440
|
) -> None:
|
441
441
|
'''
|
442
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
443
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
442
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
443
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
444
444
|
'''
|
445
445
|
value = CloudAzureIntegrationsKeyVault(
|
446
446
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -457,8 +457,8 @@ class CloudAzureIntegrations(
|
|
457
457
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
458
458
|
) -> None:
|
459
459
|
'''
|
460
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
461
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
460
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
461
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
462
462
|
'''
|
463
463
|
value = CloudAzureIntegrationsLoadBalancer(
|
464
464
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -475,8 +475,8 @@ class CloudAzureIntegrations(
|
|
475
475
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
476
476
|
) -> None:
|
477
477
|
'''
|
478
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
479
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
478
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
479
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
480
480
|
'''
|
481
481
|
value = CloudAzureIntegrationsLogicApps(
|
482
482
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -493,8 +493,8 @@ class CloudAzureIntegrations(
|
|
493
493
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
494
494
|
) -> None:
|
495
495
|
'''
|
496
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
497
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
496
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
497
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
498
498
|
'''
|
499
499
|
value = CloudAzureIntegrationsMachineLearning(
|
500
500
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -511,8 +511,8 @@ class CloudAzureIntegrations(
|
|
511
511
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
512
512
|
) -> None:
|
513
513
|
'''
|
514
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
515
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
514
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
515
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
516
516
|
'''
|
517
517
|
value = CloudAzureIntegrationsMariaDb(
|
518
518
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -533,12 +533,12 @@ class CloudAzureIntegrations(
|
|
533
533
|
resource_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
534
534
|
) -> None:
|
535
535
|
'''
|
536
|
-
:param enabled: A flag that specifies if the integration is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
537
|
-
:param exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
538
|
-
:param include_tags: Specify resource tags in 'key:value' form to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
539
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
540
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
541
|
-
:param resource_types: Specify each Azure resource type that needs to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
536
|
+
:param enabled: A flag that specifies if the integration is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled}
|
537
|
+
:param exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags}
|
538
|
+
:param include_tags: Specify resource tags in 'key:value' form to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags}
|
539
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
540
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
541
|
+
:param resource_types: Specify each Azure resource type that needs to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types}
|
542
542
|
'''
|
543
543
|
value = CloudAzureIntegrationsMonitor(
|
544
544
|
enabled=enabled,
|
@@ -559,8 +559,8 @@ class CloudAzureIntegrations(
|
|
559
559
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
560
560
|
) -> None:
|
561
561
|
'''
|
562
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
563
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
562
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
563
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
564
564
|
'''
|
565
565
|
value = CloudAzureIntegrationsMysql(
|
566
566
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -577,8 +577,8 @@ class CloudAzureIntegrations(
|
|
577
577
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
578
578
|
) -> None:
|
579
579
|
'''
|
580
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
581
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
580
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
581
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
582
582
|
'''
|
583
583
|
value = CloudAzureIntegrationsMysqlFlexible(
|
584
584
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -595,8 +595,8 @@ class CloudAzureIntegrations(
|
|
595
595
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
596
596
|
) -> None:
|
597
597
|
'''
|
598
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
599
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
598
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
599
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
600
600
|
'''
|
601
601
|
value = CloudAzureIntegrationsPostgresql(
|
602
602
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -613,8 +613,8 @@ class CloudAzureIntegrations(
|
|
613
613
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
614
614
|
) -> None:
|
615
615
|
'''
|
616
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
617
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
616
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
617
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
618
618
|
'''
|
619
619
|
value = CloudAzureIntegrationsPostgresqlFlexible(
|
620
620
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -631,8 +631,8 @@ class CloudAzureIntegrations(
|
|
631
631
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
632
632
|
) -> None:
|
633
633
|
'''
|
634
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
635
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
634
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
635
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
636
636
|
'''
|
637
637
|
value = CloudAzureIntegrationsPowerBiDedicated(
|
638
638
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -649,8 +649,8 @@ class CloudAzureIntegrations(
|
|
649
649
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
650
650
|
) -> None:
|
651
651
|
'''
|
652
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
653
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
652
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
653
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
654
654
|
'''
|
655
655
|
value = CloudAzureIntegrationsRedisCache(
|
656
656
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -667,8 +667,8 @@ class CloudAzureIntegrations(
|
|
667
667
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
668
668
|
) -> None:
|
669
669
|
'''
|
670
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
671
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
670
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
671
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
672
672
|
'''
|
673
673
|
value = CloudAzureIntegrationsServiceBus(
|
674
674
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -685,8 +685,8 @@ class CloudAzureIntegrations(
|
|
685
685
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
686
686
|
) -> None:
|
687
687
|
'''
|
688
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
689
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
688
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
689
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
690
690
|
'''
|
691
691
|
value = CloudAzureIntegrationsSql(
|
692
692
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -703,8 +703,8 @@ class CloudAzureIntegrations(
|
|
703
703
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
704
704
|
) -> None:
|
705
705
|
'''
|
706
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
707
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
706
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
707
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
708
708
|
'''
|
709
709
|
value = CloudAzureIntegrationsSqlManaged(
|
710
710
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -721,8 +721,8 @@ class CloudAzureIntegrations(
|
|
721
721
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
722
722
|
) -> None:
|
723
723
|
'''
|
724
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
725
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
724
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
725
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
726
726
|
'''
|
727
727
|
value = CloudAzureIntegrationsStorage(
|
728
728
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -739,8 +739,8 @@ class CloudAzureIntegrations(
|
|
739
739
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
740
740
|
) -> None:
|
741
741
|
'''
|
742
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
743
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
742
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
743
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
744
744
|
'''
|
745
745
|
value = CloudAzureIntegrationsVirtualMachine(
|
746
746
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -757,8 +757,8 @@ class CloudAzureIntegrations(
|
|
757
757
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
758
758
|
) -> None:
|
759
759
|
'''
|
760
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
761
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
760
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
761
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
762
762
|
'''
|
763
763
|
value = CloudAzureIntegrationsVirtualNetworks(
|
764
764
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -775,8 +775,8 @@ class CloudAzureIntegrations(
|
|
775
775
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
776
776
|
) -> None:
|
777
777
|
'''
|
778
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
779
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
778
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
779
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
780
780
|
'''
|
781
781
|
value = CloudAzureIntegrationsVms(
|
782
782
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -793,8 +793,8 @@ class CloudAzureIntegrations(
|
|
793
793
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
794
794
|
) -> None:
|
795
795
|
'''
|
796
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
797
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
796
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
797
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
798
798
|
'''
|
799
799
|
value = CloudAzureIntegrationsVpnGateway(
|
800
800
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -1370,8 +1370,8 @@ class CloudAzureIntegrationsApiManagement:
|
|
1370
1370
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
1371
1371
|
) -> None:
|
1372
1372
|
'''
|
1373
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1374
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1373
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1374
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1375
1375
|
'''
|
1376
1376
|
if __debug__:
|
1377
1377
|
type_hints = typing.get_type_hints(_typecheckingstub__99666a8e297dc41bb6603a2f5b5fe5400a30771fc2235188022acb6da849160f)
|
@@ -1387,7 +1387,7 @@ class CloudAzureIntegrationsApiManagement:
|
|
1387
1387
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1388
1388
|
'''The data polling interval in seconds.
|
1389
1389
|
|
1390
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1390
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1391
1391
|
'''
|
1392
1392
|
result = self._values.get("metrics_polling_interval")
|
1393
1393
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1396,7 +1396,7 @@ class CloudAzureIntegrationsApiManagement:
|
|
1396
1396
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
1397
1397
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1398
1398
|
|
1399
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1399
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1400
1400
|
'''
|
1401
1401
|
result = self._values.get("resource_groups")
|
1402
1402
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1507,8 +1507,8 @@ class CloudAzureIntegrationsAppGateway:
|
|
1507
1507
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
1508
1508
|
) -> None:
|
1509
1509
|
'''
|
1510
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1511
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1510
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1511
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1512
1512
|
'''
|
1513
1513
|
if __debug__:
|
1514
1514
|
type_hints = typing.get_type_hints(_typecheckingstub__58752629d821f42bd699e3c4febf7814452e151e424c772413fc250db6c9e370)
|
@@ -1524,7 +1524,7 @@ class CloudAzureIntegrationsAppGateway:
|
|
1524
1524
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1525
1525
|
'''The data polling interval in seconds.
|
1526
1526
|
|
1527
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1527
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1528
1528
|
'''
|
1529
1529
|
result = self._values.get("metrics_polling_interval")
|
1530
1530
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1533,7 +1533,7 @@ class CloudAzureIntegrationsAppGateway:
|
|
1533
1533
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
1534
1534
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1535
1535
|
|
1536
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1536
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1537
1537
|
'''
|
1538
1538
|
result = self._values.get("resource_groups")
|
1539
1539
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1644,8 +1644,8 @@ class CloudAzureIntegrationsAppService:
|
|
1644
1644
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
1645
1645
|
) -> None:
|
1646
1646
|
'''
|
1647
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1648
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1647
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1648
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1649
1649
|
'''
|
1650
1650
|
if __debug__:
|
1651
1651
|
type_hints = typing.get_type_hints(_typecheckingstub__322510f410884ff89e9453cc12c053370754a94bc464aafe26da8cc05bd879f9)
|
@@ -1661,7 +1661,7 @@ class CloudAzureIntegrationsAppService:
|
|
1661
1661
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1662
1662
|
'''The data polling interval in seconds.
|
1663
1663
|
|
1664
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1664
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
1665
1665
|
'''
|
1666
1666
|
result = self._values.get("metrics_polling_interval")
|
1667
1667
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1670,7 +1670,7 @@ class CloudAzureIntegrationsAppService:
|
|
1670
1670
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
1671
1671
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1672
1672
|
|
1673
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1673
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
1674
1674
|
'''
|
1675
1675
|
result = self._values.get("resource_groups")
|
1676
1676
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1868,41 +1868,41 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1868
1868
|
:param lifecycle:
|
1869
1869
|
:param provider:
|
1870
1870
|
:param provisioners:
|
1871
|
-
:param linked_account_id: The ID of the linked Azure account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1872
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1873
|
-
:param api_management: api_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1874
|
-
:param app_gateway: app_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1875
|
-
:param app_service: app_service block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1876
|
-
:param containers: containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1877
|
-
:param cosmos_db: cosmos_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1878
|
-
:param cost_management: cost_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1879
|
-
:param data_factory: data_factory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1880
|
-
:param event_hub: event_hub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1881
|
-
:param express_route: express_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1882
|
-
:param firewalls: firewalls block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1883
|
-
:param front_door: front_door block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1884
|
-
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1885
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1886
|
-
:param key_vault: key_vault block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1887
|
-
:param load_balancer: load_balancer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1888
|
-
:param logic_apps: logic_apps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1889
|
-
:param machine_learning: machine_learning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1890
|
-
:param maria_db: maria_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1891
|
-
:param monitor: monitor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1892
|
-
:param mysql: mysql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1893
|
-
:param mysql_flexible: mysql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1894
|
-
:param postgresql: postgresql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1895
|
-
:param postgresql_flexible: postgresql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1896
|
-
:param power_bi_dedicated: power_bi_dedicated block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1897
|
-
:param redis_cache: redis_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1898
|
-
:param service_bus: service_bus block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1899
|
-
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1900
|
-
:param sql_managed: sql_managed block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1901
|
-
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1902
|
-
:param virtual_machine: virtual_machine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1903
|
-
:param virtual_networks: virtual_networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1904
|
-
:param vms: vms block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1905
|
-
:param vpn_gateway: vpn_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1871
|
+
:param linked_account_id: The ID of the linked Azure account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id}
|
1872
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id}
|
1873
|
+
:param api_management: api_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management}
|
1874
|
+
:param app_gateway: app_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway}
|
1875
|
+
:param app_service: app_service block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service}
|
1876
|
+
:param containers: containers block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers}
|
1877
|
+
:param cosmos_db: cosmos_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db}
|
1878
|
+
:param cost_management: cost_management block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management}
|
1879
|
+
:param data_factory: data_factory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory}
|
1880
|
+
:param event_hub: event_hub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub}
|
1881
|
+
:param express_route: express_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route}
|
1882
|
+
:param firewalls: firewalls block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls}
|
1883
|
+
:param front_door: front_door block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door}
|
1884
|
+
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions}
|
1885
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#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.
|
1886
|
+
:param key_vault: key_vault block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault}
|
1887
|
+
:param load_balancer: load_balancer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer}
|
1888
|
+
:param logic_apps: logic_apps block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps}
|
1889
|
+
:param machine_learning: machine_learning block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning}
|
1890
|
+
:param maria_db: maria_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db}
|
1891
|
+
:param monitor: monitor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor}
|
1892
|
+
:param mysql: mysql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql}
|
1893
|
+
:param mysql_flexible: mysql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible}
|
1894
|
+
:param postgresql: postgresql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql}
|
1895
|
+
:param postgresql_flexible: postgresql_flexible block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible}
|
1896
|
+
:param power_bi_dedicated: power_bi_dedicated block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated}
|
1897
|
+
:param redis_cache: redis_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache}
|
1898
|
+
:param service_bus: service_bus block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus}
|
1899
|
+
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql}
|
1900
|
+
:param sql_managed: sql_managed block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed}
|
1901
|
+
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage}
|
1902
|
+
:param virtual_machine: virtual_machine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine}
|
1903
|
+
:param virtual_networks: virtual_networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks}
|
1904
|
+
:param vms: vms block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms}
|
1905
|
+
:param vpn_gateway: vpn_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway}
|
1906
1906
|
'''
|
1907
1907
|
if isinstance(lifecycle, dict):
|
1908
1908
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2168,7 +2168,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2168
2168
|
def linked_account_id(self) -> jsii.Number:
|
2169
2169
|
'''The ID of the linked Azure account in New Relic.
|
2170
2170
|
|
2171
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2171
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#linked_account_id CloudAzureIntegrations#linked_account_id}
|
2172
2172
|
'''
|
2173
2173
|
result = self._values.get("linked_account_id")
|
2174
2174
|
assert result is not None, "Required property 'linked_account_id' is missing"
|
@@ -2178,7 +2178,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2178
2178
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
2179
2179
|
'''The ID of the account in New Relic.
|
2180
2180
|
|
2181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#account_id CloudAzureIntegrations#account_id}
|
2182
2182
|
'''
|
2183
2183
|
result = self._values.get("account_id")
|
2184
2184
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2187,7 +2187,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2187
2187
|
def api_management(self) -> typing.Optional[CloudAzureIntegrationsApiManagement]:
|
2188
2188
|
'''api_management block.
|
2189
2189
|
|
2190
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2190
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#api_management CloudAzureIntegrations#api_management}
|
2191
2191
|
'''
|
2192
2192
|
result = self._values.get("api_management")
|
2193
2193
|
return typing.cast(typing.Optional[CloudAzureIntegrationsApiManagement], result)
|
@@ -2196,7 +2196,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2196
2196
|
def app_gateway(self) -> typing.Optional[CloudAzureIntegrationsAppGateway]:
|
2197
2197
|
'''app_gateway block.
|
2198
2198
|
|
2199
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2199
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_gateway CloudAzureIntegrations#app_gateway}
|
2200
2200
|
'''
|
2201
2201
|
result = self._values.get("app_gateway")
|
2202
2202
|
return typing.cast(typing.Optional[CloudAzureIntegrationsAppGateway], result)
|
@@ -2205,7 +2205,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2205
2205
|
def app_service(self) -> typing.Optional[CloudAzureIntegrationsAppService]:
|
2206
2206
|
'''app_service block.
|
2207
2207
|
|
2208
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2208
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#app_service CloudAzureIntegrations#app_service}
|
2209
2209
|
'''
|
2210
2210
|
result = self._values.get("app_service")
|
2211
2211
|
return typing.cast(typing.Optional[CloudAzureIntegrationsAppService], result)
|
@@ -2214,7 +2214,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2214
2214
|
def containers(self) -> typing.Optional["CloudAzureIntegrationsContainers"]:
|
2215
2215
|
'''containers block.
|
2216
2216
|
|
2217
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2217
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#containers CloudAzureIntegrations#containers}
|
2218
2218
|
'''
|
2219
2219
|
result = self._values.get("containers")
|
2220
2220
|
return typing.cast(typing.Optional["CloudAzureIntegrationsContainers"], result)
|
@@ -2223,7 +2223,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2223
2223
|
def cosmos_db(self) -> typing.Optional["CloudAzureIntegrationsCosmosDb"]:
|
2224
2224
|
'''cosmos_db block.
|
2225
2225
|
|
2226
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2226
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cosmos_db CloudAzureIntegrations#cosmos_db}
|
2227
2227
|
'''
|
2228
2228
|
result = self._values.get("cosmos_db")
|
2229
2229
|
return typing.cast(typing.Optional["CloudAzureIntegrationsCosmosDb"], result)
|
@@ -2234,7 +2234,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2234
2234
|
) -> typing.Optional["CloudAzureIntegrationsCostManagement"]:
|
2235
2235
|
'''cost_management block.
|
2236
2236
|
|
2237
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2237
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#cost_management CloudAzureIntegrations#cost_management}
|
2238
2238
|
'''
|
2239
2239
|
result = self._values.get("cost_management")
|
2240
2240
|
return typing.cast(typing.Optional["CloudAzureIntegrationsCostManagement"], result)
|
@@ -2243,7 +2243,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2243
2243
|
def data_factory(self) -> typing.Optional["CloudAzureIntegrationsDataFactory"]:
|
2244
2244
|
'''data_factory block.
|
2245
2245
|
|
2246
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2246
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#data_factory CloudAzureIntegrations#data_factory}
|
2247
2247
|
'''
|
2248
2248
|
result = self._values.get("data_factory")
|
2249
2249
|
return typing.cast(typing.Optional["CloudAzureIntegrationsDataFactory"], result)
|
@@ -2252,7 +2252,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2252
2252
|
def event_hub(self) -> typing.Optional["CloudAzureIntegrationsEventHub"]:
|
2253
2253
|
'''event_hub block.
|
2254
2254
|
|
2255
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2255
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#event_hub CloudAzureIntegrations#event_hub}
|
2256
2256
|
'''
|
2257
2257
|
result = self._values.get("event_hub")
|
2258
2258
|
return typing.cast(typing.Optional["CloudAzureIntegrationsEventHub"], result)
|
@@ -2261,7 +2261,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2261
2261
|
def express_route(self) -> typing.Optional["CloudAzureIntegrationsExpressRoute"]:
|
2262
2262
|
'''express_route block.
|
2263
2263
|
|
2264
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2264
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#express_route CloudAzureIntegrations#express_route}
|
2265
2265
|
'''
|
2266
2266
|
result = self._values.get("express_route")
|
2267
2267
|
return typing.cast(typing.Optional["CloudAzureIntegrationsExpressRoute"], result)
|
@@ -2270,7 +2270,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2270
2270
|
def firewalls(self) -> typing.Optional["CloudAzureIntegrationsFirewalls"]:
|
2271
2271
|
'''firewalls block.
|
2272
2272
|
|
2273
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2273
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#firewalls CloudAzureIntegrations#firewalls}
|
2274
2274
|
'''
|
2275
2275
|
result = self._values.get("firewalls")
|
2276
2276
|
return typing.cast(typing.Optional["CloudAzureIntegrationsFirewalls"], result)
|
@@ -2279,7 +2279,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2279
2279
|
def front_door(self) -> typing.Optional["CloudAzureIntegrationsFrontDoor"]:
|
2280
2280
|
'''front_door block.
|
2281
2281
|
|
2282
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2282
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#front_door CloudAzureIntegrations#front_door}
|
2283
2283
|
'''
|
2284
2284
|
result = self._values.get("front_door")
|
2285
2285
|
return typing.cast(typing.Optional["CloudAzureIntegrationsFrontDoor"], result)
|
@@ -2288,14 +2288,14 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2288
2288
|
def functions(self) -> typing.Optional["CloudAzureIntegrationsFunctions"]:
|
2289
2289
|
'''functions block.
|
2290
2290
|
|
2291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2291
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#functions CloudAzureIntegrations#functions}
|
2292
2292
|
'''
|
2293
2293
|
result = self._values.get("functions")
|
2294
2294
|
return typing.cast(typing.Optional["CloudAzureIntegrationsFunctions"], result)
|
2295
2295
|
|
2296
2296
|
@builtins.property
|
2297
2297
|
def id(self) -> typing.Optional[builtins.str]:
|
2298
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2298
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#id CloudAzureIntegrations#id}.
|
2299
2299
|
|
2300
2300
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2301
2301
|
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.
|
@@ -2307,7 +2307,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2307
2307
|
def key_vault(self) -> typing.Optional["CloudAzureIntegrationsKeyVault"]:
|
2308
2308
|
'''key_vault block.
|
2309
2309
|
|
2310
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2310
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#key_vault CloudAzureIntegrations#key_vault}
|
2311
2311
|
'''
|
2312
2312
|
result = self._values.get("key_vault")
|
2313
2313
|
return typing.cast(typing.Optional["CloudAzureIntegrationsKeyVault"], result)
|
@@ -2316,7 +2316,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2316
2316
|
def load_balancer(self) -> typing.Optional["CloudAzureIntegrationsLoadBalancer"]:
|
2317
2317
|
'''load_balancer block.
|
2318
2318
|
|
2319
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2319
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#load_balancer CloudAzureIntegrations#load_balancer}
|
2320
2320
|
'''
|
2321
2321
|
result = self._values.get("load_balancer")
|
2322
2322
|
return typing.cast(typing.Optional["CloudAzureIntegrationsLoadBalancer"], result)
|
@@ -2325,7 +2325,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2325
2325
|
def logic_apps(self) -> typing.Optional["CloudAzureIntegrationsLogicApps"]:
|
2326
2326
|
'''logic_apps block.
|
2327
2327
|
|
2328
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2328
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#logic_apps CloudAzureIntegrations#logic_apps}
|
2329
2329
|
'''
|
2330
2330
|
result = self._values.get("logic_apps")
|
2331
2331
|
return typing.cast(typing.Optional["CloudAzureIntegrationsLogicApps"], result)
|
@@ -2336,7 +2336,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2336
2336
|
) -> typing.Optional["CloudAzureIntegrationsMachineLearning"]:
|
2337
2337
|
'''machine_learning block.
|
2338
2338
|
|
2339
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2339
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#machine_learning CloudAzureIntegrations#machine_learning}
|
2340
2340
|
'''
|
2341
2341
|
result = self._values.get("machine_learning")
|
2342
2342
|
return typing.cast(typing.Optional["CloudAzureIntegrationsMachineLearning"], result)
|
@@ -2345,7 +2345,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2345
2345
|
def maria_db(self) -> typing.Optional["CloudAzureIntegrationsMariaDb"]:
|
2346
2346
|
'''maria_db block.
|
2347
2347
|
|
2348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2348
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#maria_db CloudAzureIntegrations#maria_db}
|
2349
2349
|
'''
|
2350
2350
|
result = self._values.get("maria_db")
|
2351
2351
|
return typing.cast(typing.Optional["CloudAzureIntegrationsMariaDb"], result)
|
@@ -2354,7 +2354,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2354
2354
|
def monitor(self) -> typing.Optional["CloudAzureIntegrationsMonitor"]:
|
2355
2355
|
'''monitor block.
|
2356
2356
|
|
2357
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2357
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#monitor CloudAzureIntegrations#monitor}
|
2358
2358
|
'''
|
2359
2359
|
result = self._values.get("monitor")
|
2360
2360
|
return typing.cast(typing.Optional["CloudAzureIntegrationsMonitor"], result)
|
@@ -2363,7 +2363,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2363
2363
|
def mysql(self) -> typing.Optional["CloudAzureIntegrationsMysql"]:
|
2364
2364
|
'''mysql block.
|
2365
2365
|
|
2366
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2366
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql CloudAzureIntegrations#mysql}
|
2367
2367
|
'''
|
2368
2368
|
result = self._values.get("mysql")
|
2369
2369
|
return typing.cast(typing.Optional["CloudAzureIntegrationsMysql"], result)
|
@@ -2372,7 +2372,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2372
2372
|
def mysql_flexible(self) -> typing.Optional["CloudAzureIntegrationsMysqlFlexible"]:
|
2373
2373
|
'''mysql_flexible block.
|
2374
2374
|
|
2375
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2375
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#mysql_flexible CloudAzureIntegrations#mysql_flexible}
|
2376
2376
|
'''
|
2377
2377
|
result = self._values.get("mysql_flexible")
|
2378
2378
|
return typing.cast(typing.Optional["CloudAzureIntegrationsMysqlFlexible"], result)
|
@@ -2381,7 +2381,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2381
2381
|
def postgresql(self) -> typing.Optional["CloudAzureIntegrationsPostgresql"]:
|
2382
2382
|
'''postgresql block.
|
2383
2383
|
|
2384
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2384
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql CloudAzureIntegrations#postgresql}
|
2385
2385
|
'''
|
2386
2386
|
result = self._values.get("postgresql")
|
2387
2387
|
return typing.cast(typing.Optional["CloudAzureIntegrationsPostgresql"], result)
|
@@ -2392,7 +2392,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2392
2392
|
) -> typing.Optional["CloudAzureIntegrationsPostgresqlFlexible"]:
|
2393
2393
|
'''postgresql_flexible block.
|
2394
2394
|
|
2395
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2395
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#postgresql_flexible CloudAzureIntegrations#postgresql_flexible}
|
2396
2396
|
'''
|
2397
2397
|
result = self._values.get("postgresql_flexible")
|
2398
2398
|
return typing.cast(typing.Optional["CloudAzureIntegrationsPostgresqlFlexible"], result)
|
@@ -2403,7 +2403,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2403
2403
|
) -> typing.Optional["CloudAzureIntegrationsPowerBiDedicated"]:
|
2404
2404
|
'''power_bi_dedicated block.
|
2405
2405
|
|
2406
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2406
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#power_bi_dedicated CloudAzureIntegrations#power_bi_dedicated}
|
2407
2407
|
'''
|
2408
2408
|
result = self._values.get("power_bi_dedicated")
|
2409
2409
|
return typing.cast(typing.Optional["CloudAzureIntegrationsPowerBiDedicated"], result)
|
@@ -2412,7 +2412,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2412
2412
|
def redis_cache(self) -> typing.Optional["CloudAzureIntegrationsRedisCache"]:
|
2413
2413
|
'''redis_cache block.
|
2414
2414
|
|
2415
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2415
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#redis_cache CloudAzureIntegrations#redis_cache}
|
2416
2416
|
'''
|
2417
2417
|
result = self._values.get("redis_cache")
|
2418
2418
|
return typing.cast(typing.Optional["CloudAzureIntegrationsRedisCache"], result)
|
@@ -2421,7 +2421,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2421
2421
|
def service_bus(self) -> typing.Optional["CloudAzureIntegrationsServiceBus"]:
|
2422
2422
|
'''service_bus block.
|
2423
2423
|
|
2424
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2424
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#service_bus CloudAzureIntegrations#service_bus}
|
2425
2425
|
'''
|
2426
2426
|
result = self._values.get("service_bus")
|
2427
2427
|
return typing.cast(typing.Optional["CloudAzureIntegrationsServiceBus"], result)
|
@@ -2430,7 +2430,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2430
2430
|
def sql(self) -> typing.Optional["CloudAzureIntegrationsSql"]:
|
2431
2431
|
'''sql block.
|
2432
2432
|
|
2433
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2433
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql CloudAzureIntegrations#sql}
|
2434
2434
|
'''
|
2435
2435
|
result = self._values.get("sql")
|
2436
2436
|
return typing.cast(typing.Optional["CloudAzureIntegrationsSql"], result)
|
@@ -2439,7 +2439,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2439
2439
|
def sql_managed(self) -> typing.Optional["CloudAzureIntegrationsSqlManaged"]:
|
2440
2440
|
'''sql_managed block.
|
2441
2441
|
|
2442
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2442
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#sql_managed CloudAzureIntegrations#sql_managed}
|
2443
2443
|
'''
|
2444
2444
|
result = self._values.get("sql_managed")
|
2445
2445
|
return typing.cast(typing.Optional["CloudAzureIntegrationsSqlManaged"], result)
|
@@ -2448,7 +2448,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2448
2448
|
def storage(self) -> typing.Optional["CloudAzureIntegrationsStorage"]:
|
2449
2449
|
'''storage block.
|
2450
2450
|
|
2451
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2451
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#storage CloudAzureIntegrations#storage}
|
2452
2452
|
'''
|
2453
2453
|
result = self._values.get("storage")
|
2454
2454
|
return typing.cast(typing.Optional["CloudAzureIntegrationsStorage"], result)
|
@@ -2459,7 +2459,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2459
2459
|
) -> typing.Optional["CloudAzureIntegrationsVirtualMachine"]:
|
2460
2460
|
'''virtual_machine block.
|
2461
2461
|
|
2462
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2462
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_machine CloudAzureIntegrations#virtual_machine}
|
2463
2463
|
'''
|
2464
2464
|
result = self._values.get("virtual_machine")
|
2465
2465
|
return typing.cast(typing.Optional["CloudAzureIntegrationsVirtualMachine"], result)
|
@@ -2470,7 +2470,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2470
2470
|
) -> typing.Optional["CloudAzureIntegrationsVirtualNetworks"]:
|
2471
2471
|
'''virtual_networks block.
|
2472
2472
|
|
2473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2473
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#virtual_networks CloudAzureIntegrations#virtual_networks}
|
2474
2474
|
'''
|
2475
2475
|
result = self._values.get("virtual_networks")
|
2476
2476
|
return typing.cast(typing.Optional["CloudAzureIntegrationsVirtualNetworks"], result)
|
@@ -2479,7 +2479,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2479
2479
|
def vms(self) -> typing.Optional["CloudAzureIntegrationsVms"]:
|
2480
2480
|
'''vms block.
|
2481
2481
|
|
2482
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2482
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vms CloudAzureIntegrations#vms}
|
2483
2483
|
'''
|
2484
2484
|
result = self._values.get("vms")
|
2485
2485
|
return typing.cast(typing.Optional["CloudAzureIntegrationsVms"], result)
|
@@ -2488,7 +2488,7 @@ class CloudAzureIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2488
2488
|
def vpn_gateway(self) -> typing.Optional["CloudAzureIntegrationsVpnGateway"]:
|
2489
2489
|
'''vpn_gateway block.
|
2490
2490
|
|
2491
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2491
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#vpn_gateway CloudAzureIntegrations#vpn_gateway}
|
2492
2492
|
'''
|
2493
2493
|
result = self._values.get("vpn_gateway")
|
2494
2494
|
return typing.cast(typing.Optional["CloudAzureIntegrationsVpnGateway"], result)
|
@@ -2521,8 +2521,8 @@ class CloudAzureIntegrationsContainers:
|
|
2521
2521
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
2522
2522
|
) -> None:
|
2523
2523
|
'''
|
2524
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2525
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2524
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2525
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2526
2526
|
'''
|
2527
2527
|
if __debug__:
|
2528
2528
|
type_hints = typing.get_type_hints(_typecheckingstub__beea570aac5416ef4b0588ba1094fa843ddafa29d871e7ae2d8760d41d76e770)
|
@@ -2538,7 +2538,7 @@ class CloudAzureIntegrationsContainers:
|
|
2538
2538
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2539
2539
|
'''The data polling interval in seconds.
|
2540
2540
|
|
2541
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2541
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2542
2542
|
'''
|
2543
2543
|
result = self._values.get("metrics_polling_interval")
|
2544
2544
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2547,7 +2547,7 @@ class CloudAzureIntegrationsContainers:
|
|
2547
2547
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
2548
2548
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2549
2549
|
|
2550
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2550
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2551
2551
|
'''
|
2552
2552
|
result = self._values.get("resource_groups")
|
2553
2553
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2658,8 +2658,8 @@ class CloudAzureIntegrationsCosmosDb:
|
|
2658
2658
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
2659
2659
|
) -> None:
|
2660
2660
|
'''
|
2661
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2662
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2661
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2662
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2663
2663
|
'''
|
2664
2664
|
if __debug__:
|
2665
2665
|
type_hints = typing.get_type_hints(_typecheckingstub__017b6c6e9145dcd6313121c29f6f073b91d5cc44a2dcb92668b2a77466016b41)
|
@@ -2675,7 +2675,7 @@ class CloudAzureIntegrationsCosmosDb:
|
|
2675
2675
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2676
2676
|
'''The data polling interval in seconds.
|
2677
2677
|
|
2678
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2678
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2679
2679
|
'''
|
2680
2680
|
result = self._values.get("metrics_polling_interval")
|
2681
2681
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2684,7 +2684,7 @@ class CloudAzureIntegrationsCosmosDb:
|
|
2684
2684
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
2685
2685
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2686
2686
|
|
2687
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2687
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2688
2688
|
'''
|
2689
2689
|
result = self._values.get("resource_groups")
|
2690
2690
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2795,8 +2795,8 @@ class CloudAzureIntegrationsCostManagement:
|
|
2795
2795
|
tag_keys: typing.Optional[typing.Sequence[builtins.str]] = None,
|
2796
2796
|
) -> None:
|
2797
2797
|
'''
|
2798
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2799
|
-
:param tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2798
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2799
|
+
:param tag_keys: Specify if additional cost data per tag should be collected. This field is case sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys}
|
2800
2800
|
'''
|
2801
2801
|
if __debug__:
|
2802
2802
|
type_hints = typing.get_type_hints(_typecheckingstub__94973ebbd074b10355ecb4e5daead82ea85d379466493b44371a5e23b7bd87c9)
|
@@ -2812,7 +2812,7 @@ class CloudAzureIntegrationsCostManagement:
|
|
2812
2812
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2813
2813
|
'''The data polling interval in seconds.
|
2814
2814
|
|
2815
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2815
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2816
2816
|
'''
|
2817
2817
|
result = self._values.get("metrics_polling_interval")
|
2818
2818
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2821,7 +2821,7 @@ class CloudAzureIntegrationsCostManagement:
|
|
2821
2821
|
def tag_keys(self) -> typing.Optional[typing.List[builtins.str]]:
|
2822
2822
|
'''Specify if additional cost data per tag should be collected. This field is case sensitive.
|
2823
2823
|
|
2824
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2824
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#tag_keys CloudAzureIntegrations#tag_keys}
|
2825
2825
|
'''
|
2826
2826
|
result = self._values.get("tag_keys")
|
2827
2827
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2932,8 +2932,8 @@ class CloudAzureIntegrationsDataFactory:
|
|
2932
2932
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
2933
2933
|
) -> None:
|
2934
2934
|
'''
|
2935
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2936
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2935
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2936
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2937
2937
|
'''
|
2938
2938
|
if __debug__:
|
2939
2939
|
type_hints = typing.get_type_hints(_typecheckingstub__5d69242da02a0948f8b2fabedeaac1e11a466b6181741f51339116d3d7271a6c)
|
@@ -2949,7 +2949,7 @@ class CloudAzureIntegrationsDataFactory:
|
|
2949
2949
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2950
2950
|
'''The data polling interval in seconds.
|
2951
2951
|
|
2952
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2952
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
2953
2953
|
'''
|
2954
2954
|
result = self._values.get("metrics_polling_interval")
|
2955
2955
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2958,7 +2958,7 @@ class CloudAzureIntegrationsDataFactory:
|
|
2958
2958
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
2959
2959
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2960
2960
|
|
2961
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2961
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
2962
2962
|
'''
|
2963
2963
|
result = self._values.get("resource_groups")
|
2964
2964
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3069,8 +3069,8 @@ class CloudAzureIntegrationsEventHub:
|
|
3069
3069
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3070
3070
|
) -> None:
|
3071
3071
|
'''
|
3072
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3073
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3072
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3073
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3074
3074
|
'''
|
3075
3075
|
if __debug__:
|
3076
3076
|
type_hints = typing.get_type_hints(_typecheckingstub__8920cb9e9dbab5bf850d23ef0f7d517f9c9ef0b84de326efffa398e2cf95c399)
|
@@ -3086,7 +3086,7 @@ class CloudAzureIntegrationsEventHub:
|
|
3086
3086
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3087
3087
|
'''The data polling interval in seconds.
|
3088
3088
|
|
3089
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3089
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3090
3090
|
'''
|
3091
3091
|
result = self._values.get("metrics_polling_interval")
|
3092
3092
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3095,7 +3095,7 @@ class CloudAzureIntegrationsEventHub:
|
|
3095
3095
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3096
3096
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3097
3097
|
|
3098
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3098
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3099
3099
|
'''
|
3100
3100
|
result = self._values.get("resource_groups")
|
3101
3101
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3206,8 +3206,8 @@ class CloudAzureIntegrationsExpressRoute:
|
|
3206
3206
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3207
3207
|
) -> None:
|
3208
3208
|
'''
|
3209
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3210
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3209
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3210
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3211
3211
|
'''
|
3212
3212
|
if __debug__:
|
3213
3213
|
type_hints = typing.get_type_hints(_typecheckingstub__d219373af51e4448040c8d3e22e35524427f8a8f4c87eb0c7eb6a7f8fc2186ab)
|
@@ -3223,7 +3223,7 @@ class CloudAzureIntegrationsExpressRoute:
|
|
3223
3223
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3224
3224
|
'''The data polling interval in seconds.
|
3225
3225
|
|
3226
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3226
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3227
3227
|
'''
|
3228
3228
|
result = self._values.get("metrics_polling_interval")
|
3229
3229
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3232,7 +3232,7 @@ class CloudAzureIntegrationsExpressRoute:
|
|
3232
3232
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3233
3233
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3234
3234
|
|
3235
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3235
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3236
3236
|
'''
|
3237
3237
|
result = self._values.get("resource_groups")
|
3238
3238
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3343,8 +3343,8 @@ class CloudAzureIntegrationsFirewalls:
|
|
3343
3343
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3344
3344
|
) -> None:
|
3345
3345
|
'''
|
3346
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3347
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3346
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3347
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3348
3348
|
'''
|
3349
3349
|
if __debug__:
|
3350
3350
|
type_hints = typing.get_type_hints(_typecheckingstub__e5e569b05e1e4b4e4639632bf69122e4f9e04fe148faef4f016f8b8dcc7266df)
|
@@ -3360,7 +3360,7 @@ class CloudAzureIntegrationsFirewalls:
|
|
3360
3360
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3361
3361
|
'''The data polling interval in seconds.
|
3362
3362
|
|
3363
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3363
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3364
3364
|
'''
|
3365
3365
|
result = self._values.get("metrics_polling_interval")
|
3366
3366
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3369,7 +3369,7 @@ class CloudAzureIntegrationsFirewalls:
|
|
3369
3369
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3370
3370
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3371
3371
|
|
3372
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3372
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3373
3373
|
'''
|
3374
3374
|
result = self._values.get("resource_groups")
|
3375
3375
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3480,8 +3480,8 @@ class CloudAzureIntegrationsFrontDoor:
|
|
3480
3480
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3481
3481
|
) -> None:
|
3482
3482
|
'''
|
3483
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3484
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3483
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3484
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3485
3485
|
'''
|
3486
3486
|
if __debug__:
|
3487
3487
|
type_hints = typing.get_type_hints(_typecheckingstub__a10268924df74aa499e93912ceec70b0d72f95b80f05daa273f01d8c62a3dd24)
|
@@ -3497,7 +3497,7 @@ class CloudAzureIntegrationsFrontDoor:
|
|
3497
3497
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3498
3498
|
'''The data polling interval in seconds.
|
3499
3499
|
|
3500
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3500
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3501
3501
|
'''
|
3502
3502
|
result = self._values.get("metrics_polling_interval")
|
3503
3503
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3506,7 +3506,7 @@ class CloudAzureIntegrationsFrontDoor:
|
|
3506
3506
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3507
3507
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3508
3508
|
|
3509
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3509
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3510
3510
|
'''
|
3511
3511
|
result = self._values.get("resource_groups")
|
3512
3512
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3617,8 +3617,8 @@ class CloudAzureIntegrationsFunctions:
|
|
3617
3617
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3618
3618
|
) -> None:
|
3619
3619
|
'''
|
3620
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3621
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3620
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3621
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3622
3622
|
'''
|
3623
3623
|
if __debug__:
|
3624
3624
|
type_hints = typing.get_type_hints(_typecheckingstub__abf317ce796c198e2498d1ba072491cad3907ccdfd55ce44d26722aab5d5c2c2)
|
@@ -3634,7 +3634,7 @@ class CloudAzureIntegrationsFunctions:
|
|
3634
3634
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3635
3635
|
'''The data polling interval in seconds.
|
3636
3636
|
|
3637
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3637
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3638
3638
|
'''
|
3639
3639
|
result = self._values.get("metrics_polling_interval")
|
3640
3640
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3643,7 +3643,7 @@ class CloudAzureIntegrationsFunctions:
|
|
3643
3643
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3644
3644
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3645
3645
|
|
3646
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3646
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3647
3647
|
'''
|
3648
3648
|
result = self._values.get("resource_groups")
|
3649
3649
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3754,8 +3754,8 @@ class CloudAzureIntegrationsKeyVault:
|
|
3754
3754
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3755
3755
|
) -> None:
|
3756
3756
|
'''
|
3757
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3758
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3757
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3758
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3759
3759
|
'''
|
3760
3760
|
if __debug__:
|
3761
3761
|
type_hints = typing.get_type_hints(_typecheckingstub__cb08c3021ecbb836b1f0c55010013733664ac8a3c4921bb69eac078834a2f691)
|
@@ -3771,7 +3771,7 @@ class CloudAzureIntegrationsKeyVault:
|
|
3771
3771
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3772
3772
|
'''The data polling interval in seconds.
|
3773
3773
|
|
3774
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3774
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3775
3775
|
'''
|
3776
3776
|
result = self._values.get("metrics_polling_interval")
|
3777
3777
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3780,7 +3780,7 @@ class CloudAzureIntegrationsKeyVault:
|
|
3780
3780
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3781
3781
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3782
3782
|
|
3783
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3783
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3784
3784
|
'''
|
3785
3785
|
result = self._values.get("resource_groups")
|
3786
3786
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3891,8 +3891,8 @@ class CloudAzureIntegrationsLoadBalancer:
|
|
3891
3891
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
3892
3892
|
) -> None:
|
3893
3893
|
'''
|
3894
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3895
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3894
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3895
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3896
3896
|
'''
|
3897
3897
|
if __debug__:
|
3898
3898
|
type_hints = typing.get_type_hints(_typecheckingstub__03af203168a83126c7353b5fbb49784c2c678dc40bf95ebd7008899e9fa9af6b)
|
@@ -3908,7 +3908,7 @@ class CloudAzureIntegrationsLoadBalancer:
|
|
3908
3908
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3909
3909
|
'''The data polling interval in seconds.
|
3910
3910
|
|
3911
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3911
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
3912
3912
|
'''
|
3913
3913
|
result = self._values.get("metrics_polling_interval")
|
3914
3914
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3917,7 +3917,7 @@ class CloudAzureIntegrationsLoadBalancer:
|
|
3917
3917
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
3918
3918
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3919
3919
|
|
3920
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3920
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
3921
3921
|
'''
|
3922
3922
|
result = self._values.get("resource_groups")
|
3923
3923
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4028,8 +4028,8 @@ class CloudAzureIntegrationsLogicApps:
|
|
4028
4028
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4029
4029
|
) -> None:
|
4030
4030
|
'''
|
4031
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4032
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4031
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4032
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4033
4033
|
'''
|
4034
4034
|
if __debug__:
|
4035
4035
|
type_hints = typing.get_type_hints(_typecheckingstub__20bf425ee69410cecdc7dd61386a8cd21145c911ee4ed965ea1f914e4d02a682)
|
@@ -4045,7 +4045,7 @@ class CloudAzureIntegrationsLogicApps:
|
|
4045
4045
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4046
4046
|
'''The data polling interval in seconds.
|
4047
4047
|
|
4048
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4048
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4049
4049
|
'''
|
4050
4050
|
result = self._values.get("metrics_polling_interval")
|
4051
4051
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4054,7 +4054,7 @@ class CloudAzureIntegrationsLogicApps:
|
|
4054
4054
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4055
4055
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4056
4056
|
|
4057
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4057
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4058
4058
|
'''
|
4059
4059
|
result = self._values.get("resource_groups")
|
4060
4060
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4165,8 +4165,8 @@ class CloudAzureIntegrationsMachineLearning:
|
|
4165
4165
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4166
4166
|
) -> None:
|
4167
4167
|
'''
|
4168
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4169
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4168
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4169
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4170
4170
|
'''
|
4171
4171
|
if __debug__:
|
4172
4172
|
type_hints = typing.get_type_hints(_typecheckingstub__053136e2f18b07dcbf7a41de79e92d7dd95d6cb309e40dad6f7fc46562da195c)
|
@@ -4182,7 +4182,7 @@ class CloudAzureIntegrationsMachineLearning:
|
|
4182
4182
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4183
4183
|
'''The data polling interval in seconds.
|
4184
4184
|
|
4185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4186
4186
|
'''
|
4187
4187
|
result = self._values.get("metrics_polling_interval")
|
4188
4188
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4191,7 +4191,7 @@ class CloudAzureIntegrationsMachineLearning:
|
|
4191
4191
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4192
4192
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4193
4193
|
|
4194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4194
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4195
4195
|
'''
|
4196
4196
|
result = self._values.get("resource_groups")
|
4197
4197
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4302,8 +4302,8 @@ class CloudAzureIntegrationsMariaDb:
|
|
4302
4302
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4303
4303
|
) -> None:
|
4304
4304
|
'''
|
4305
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4306
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4305
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4306
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4307
4307
|
'''
|
4308
4308
|
if __debug__:
|
4309
4309
|
type_hints = typing.get_type_hints(_typecheckingstub__a2e263082b32e1960e57849acc57c6512bd3f644e4c410978ea7889e2a27d04f)
|
@@ -4319,7 +4319,7 @@ class CloudAzureIntegrationsMariaDb:
|
|
4319
4319
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4320
4320
|
'''The data polling interval in seconds.
|
4321
4321
|
|
4322
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4322
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4323
4323
|
'''
|
4324
4324
|
result = self._values.get("metrics_polling_interval")
|
4325
4325
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4328,7 +4328,7 @@ class CloudAzureIntegrationsMariaDb:
|
|
4328
4328
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4329
4329
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4330
4330
|
|
4331
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4331
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4332
4332
|
'''
|
4333
4333
|
result = self._values.get("resource_groups")
|
4334
4334
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4447,12 +4447,12 @@ class CloudAzureIntegrationsMonitor:
|
|
4447
4447
|
resource_types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4448
4448
|
) -> None:
|
4449
4449
|
'''
|
4450
|
-
:param enabled: A flag that specifies if the integration is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4451
|
-
:param exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4452
|
-
:param include_tags: Specify resource tags in 'key:value' form to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4453
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4454
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4455
|
-
:param resource_types: Specify each Azure resource type that needs to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4450
|
+
:param enabled: A flag that specifies if the integration is active. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled}
|
4451
|
+
:param exclude_tags: Specify resource tags in 'key:value' form to be excluded from monitoring. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags}
|
4452
|
+
:param include_tags: Specify resource tags in 'key:value' form to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags}
|
4453
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4454
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4455
|
+
:param resource_types: Specify each Azure resource type that needs to be monitored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types}
|
4456
4456
|
'''
|
4457
4457
|
if __debug__:
|
4458
4458
|
type_hints = typing.get_type_hints(_typecheckingstub__b1ff5b0adbe7eb73f86d1664e0c5fcb705e72d6b7953e6731eb72dbdd9b35396)
|
@@ -4482,7 +4482,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4482
4482
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
4483
4483
|
'''A flag that specifies if the integration is active.
|
4484
4484
|
|
4485
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4485
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#enabled CloudAzureIntegrations#enabled}
|
4486
4486
|
'''
|
4487
4487
|
result = self._values.get("enabled")
|
4488
4488
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -4491,7 +4491,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4491
4491
|
def exclude_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
4492
4492
|
'''Specify resource tags in 'key:value' form to be excluded from monitoring.
|
4493
4493
|
|
4494
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4494
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#exclude_tags CloudAzureIntegrations#exclude_tags}
|
4495
4495
|
'''
|
4496
4496
|
result = self._values.get("exclude_tags")
|
4497
4497
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4500,7 +4500,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4500
4500
|
def include_tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
4501
4501
|
'''Specify resource tags in 'key:value' form to be monitored.
|
4502
4502
|
|
4503
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4503
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#include_tags CloudAzureIntegrations#include_tags}
|
4504
4504
|
'''
|
4505
4505
|
result = self._values.get("include_tags")
|
4506
4506
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4509,7 +4509,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4509
4509
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4510
4510
|
'''The data polling interval in seconds.
|
4511
4511
|
|
4512
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4512
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4513
4513
|
'''
|
4514
4514
|
result = self._values.get("metrics_polling_interval")
|
4515
4515
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4518,7 +4518,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4518
4518
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4519
4519
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4520
4520
|
|
4521
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4521
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4522
4522
|
'''
|
4523
4523
|
result = self._values.get("resource_groups")
|
4524
4524
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4527,7 +4527,7 @@ class CloudAzureIntegrationsMonitor:
|
|
4527
4527
|
def resource_types(self) -> typing.Optional[typing.List[builtins.str]]:
|
4528
4528
|
'''Specify each Azure resource type that needs to be monitored.
|
4529
4529
|
|
4530
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4530
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_types CloudAzureIntegrations#resource_types}
|
4531
4531
|
'''
|
4532
4532
|
result = self._values.get("resource_types")
|
4533
4533
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4727,8 +4727,8 @@ class CloudAzureIntegrationsMysql:
|
|
4727
4727
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4728
4728
|
) -> None:
|
4729
4729
|
'''
|
4730
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4731
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4730
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4731
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4732
4732
|
'''
|
4733
4733
|
if __debug__:
|
4734
4734
|
type_hints = typing.get_type_hints(_typecheckingstub__e99d3dfe6e539fda32eaa9d7f9e2e3c3d68251021122fca742fde8c87ee92549)
|
@@ -4744,7 +4744,7 @@ class CloudAzureIntegrationsMysql:
|
|
4744
4744
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4745
4745
|
'''The data polling interval in seconds.
|
4746
4746
|
|
4747
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4747
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4748
4748
|
'''
|
4749
4749
|
result = self._values.get("metrics_polling_interval")
|
4750
4750
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4753,7 +4753,7 @@ class CloudAzureIntegrationsMysql:
|
|
4753
4753
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4754
4754
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4755
4755
|
|
4756
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4756
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4757
4757
|
'''
|
4758
4758
|
result = self._values.get("resource_groups")
|
4759
4759
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4786,8 +4786,8 @@ class CloudAzureIntegrationsMysqlFlexible:
|
|
4786
4786
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
4787
4787
|
) -> None:
|
4788
4788
|
'''
|
4789
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4790
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4789
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4790
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4791
4791
|
'''
|
4792
4792
|
if __debug__:
|
4793
4793
|
type_hints = typing.get_type_hints(_typecheckingstub__f41dba33ee44e2df1bd672294c185c74fff558ffc1aef921fb6f0b000e699d81)
|
@@ -4803,7 +4803,7 @@ class CloudAzureIntegrationsMysqlFlexible:
|
|
4803
4803
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4804
4804
|
'''The data polling interval in seconds.
|
4805
4805
|
|
4806
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4806
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
4807
4807
|
'''
|
4808
4808
|
result = self._values.get("metrics_polling_interval")
|
4809
4809
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4812,7 +4812,7 @@ class CloudAzureIntegrationsMysqlFlexible:
|
|
4812
4812
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
4813
4813
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4814
4814
|
|
4815
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4815
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
4816
4816
|
'''
|
4817
4817
|
result = self._values.get("resource_groups")
|
4818
4818
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5001,8 +5001,8 @@ class CloudAzureIntegrationsPostgresql:
|
|
5001
5001
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5002
5002
|
) -> None:
|
5003
5003
|
'''
|
5004
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5005
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5004
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5005
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5006
5006
|
'''
|
5007
5007
|
if __debug__:
|
5008
5008
|
type_hints = typing.get_type_hints(_typecheckingstub__f57cea74c523a00c6b8913d093e5a7ef64a52aa8217c1530345109e4751a589a)
|
@@ -5018,7 +5018,7 @@ class CloudAzureIntegrationsPostgresql:
|
|
5018
5018
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5019
5019
|
'''The data polling interval in seconds.
|
5020
5020
|
|
5021
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5021
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5022
5022
|
'''
|
5023
5023
|
result = self._values.get("metrics_polling_interval")
|
5024
5024
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5027,7 +5027,7 @@ class CloudAzureIntegrationsPostgresql:
|
|
5027
5027
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5028
5028
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5029
5029
|
|
5030
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5030
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5031
5031
|
'''
|
5032
5032
|
result = self._values.get("resource_groups")
|
5033
5033
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5060,8 +5060,8 @@ class CloudAzureIntegrationsPostgresqlFlexible:
|
|
5060
5060
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5061
5061
|
) -> None:
|
5062
5062
|
'''
|
5063
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5064
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5063
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5064
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5065
5065
|
'''
|
5066
5066
|
if __debug__:
|
5067
5067
|
type_hints = typing.get_type_hints(_typecheckingstub__34972eaf6da565601b3b9b3b859317cf9bdc294b5aec795198654d4e0d5269d4)
|
@@ -5077,7 +5077,7 @@ class CloudAzureIntegrationsPostgresqlFlexible:
|
|
5077
5077
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5078
5078
|
'''The data polling interval in seconds.
|
5079
5079
|
|
5080
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5080
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5081
5081
|
'''
|
5082
5082
|
result = self._values.get("metrics_polling_interval")
|
5083
5083
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5086,7 +5086,7 @@ class CloudAzureIntegrationsPostgresqlFlexible:
|
|
5086
5086
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5087
5087
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5088
5088
|
|
5089
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5089
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5090
5090
|
'''
|
5091
5091
|
result = self._values.get("resource_groups")
|
5092
5092
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5277,8 +5277,8 @@ class CloudAzureIntegrationsPowerBiDedicated:
|
|
5277
5277
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5278
5278
|
) -> None:
|
5279
5279
|
'''
|
5280
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5281
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5280
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5281
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5282
5282
|
'''
|
5283
5283
|
if __debug__:
|
5284
5284
|
type_hints = typing.get_type_hints(_typecheckingstub__866d90296f33d109ca7f8e7317077213be942271e617474a71e932d992e2347e)
|
@@ -5294,7 +5294,7 @@ class CloudAzureIntegrationsPowerBiDedicated:
|
|
5294
5294
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5295
5295
|
'''The data polling interval in seconds.
|
5296
5296
|
|
5297
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5297
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5298
5298
|
'''
|
5299
5299
|
result = self._values.get("metrics_polling_interval")
|
5300
5300
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5303,7 +5303,7 @@ class CloudAzureIntegrationsPowerBiDedicated:
|
|
5303
5303
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5304
5304
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5305
5305
|
|
5306
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5306
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5307
5307
|
'''
|
5308
5308
|
result = self._values.get("resource_groups")
|
5309
5309
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5414,8 +5414,8 @@ class CloudAzureIntegrationsRedisCache:
|
|
5414
5414
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5415
5415
|
) -> None:
|
5416
5416
|
'''
|
5417
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5418
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5417
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5418
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5419
5419
|
'''
|
5420
5420
|
if __debug__:
|
5421
5421
|
type_hints = typing.get_type_hints(_typecheckingstub__06bc28abd6beafd41916c5aa801a03896b60d4c1ded5228b184fe8b55a145230)
|
@@ -5431,7 +5431,7 @@ class CloudAzureIntegrationsRedisCache:
|
|
5431
5431
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5432
5432
|
'''The data polling interval in seconds.
|
5433
5433
|
|
5434
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5434
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5435
5435
|
'''
|
5436
5436
|
result = self._values.get("metrics_polling_interval")
|
5437
5437
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5440,7 +5440,7 @@ class CloudAzureIntegrationsRedisCache:
|
|
5440
5440
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5441
5441
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5442
5442
|
|
5443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5444
5444
|
'''
|
5445
5445
|
result = self._values.get("resource_groups")
|
5446
5446
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5551,8 +5551,8 @@ class CloudAzureIntegrationsServiceBus:
|
|
5551
5551
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5552
5552
|
) -> None:
|
5553
5553
|
'''
|
5554
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5555
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5554
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5555
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5556
5556
|
'''
|
5557
5557
|
if __debug__:
|
5558
5558
|
type_hints = typing.get_type_hints(_typecheckingstub__b35eac16d1716f14a1e80c5d7272ca5054e2acec8e7f31c3270dc35530e64f2d)
|
@@ -5568,7 +5568,7 @@ class CloudAzureIntegrationsServiceBus:
|
|
5568
5568
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5569
5569
|
'''The data polling interval in seconds.
|
5570
5570
|
|
5571
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5571
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5572
5572
|
'''
|
5573
5573
|
result = self._values.get("metrics_polling_interval")
|
5574
5574
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5577,7 +5577,7 @@ class CloudAzureIntegrationsServiceBus:
|
|
5577
5577
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5578
5578
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5579
5579
|
|
5580
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5580
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5581
5581
|
'''
|
5582
5582
|
result = self._values.get("resource_groups")
|
5583
5583
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5688,8 +5688,8 @@ class CloudAzureIntegrationsSql:
|
|
5688
5688
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5689
5689
|
) -> None:
|
5690
5690
|
'''
|
5691
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5692
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5691
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5692
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5693
5693
|
'''
|
5694
5694
|
if __debug__:
|
5695
5695
|
type_hints = typing.get_type_hints(_typecheckingstub__171fd9142bc1c5db6e9b32a88936934d5a33127e5e93b09b54d602c27f9c423f)
|
@@ -5705,7 +5705,7 @@ class CloudAzureIntegrationsSql:
|
|
5705
5705
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5706
5706
|
'''The data polling interval in seconds.
|
5707
5707
|
|
5708
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5708
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5709
5709
|
'''
|
5710
5710
|
result = self._values.get("metrics_polling_interval")
|
5711
5711
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5714,7 +5714,7 @@ class CloudAzureIntegrationsSql:
|
|
5714
5714
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5715
5715
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5716
5716
|
|
5717
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5717
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5718
5718
|
'''
|
5719
5719
|
result = self._values.get("resource_groups")
|
5720
5720
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5747,8 +5747,8 @@ class CloudAzureIntegrationsSqlManaged:
|
|
5747
5747
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5748
5748
|
) -> None:
|
5749
5749
|
'''
|
5750
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5751
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5750
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5751
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5752
5752
|
'''
|
5753
5753
|
if __debug__:
|
5754
5754
|
type_hints = typing.get_type_hints(_typecheckingstub__05402b7d3e0f00054fa4d33f659f6984929d8c6c9836446513d7d275ecce8b6f)
|
@@ -5764,7 +5764,7 @@ class CloudAzureIntegrationsSqlManaged:
|
|
5764
5764
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5765
5765
|
'''The data polling interval in seconds.
|
5766
5766
|
|
5767
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5767
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5768
5768
|
'''
|
5769
5769
|
result = self._values.get("metrics_polling_interval")
|
5770
5770
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5773,7 +5773,7 @@ class CloudAzureIntegrationsSqlManaged:
|
|
5773
5773
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5774
5774
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5775
5775
|
|
5776
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5776
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5777
5777
|
'''
|
5778
5778
|
result = self._values.get("resource_groups")
|
5779
5779
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5959,8 +5959,8 @@ class CloudAzureIntegrationsStorage:
|
|
5959
5959
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
5960
5960
|
) -> None:
|
5961
5961
|
'''
|
5962
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5963
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5962
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5963
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5964
5964
|
'''
|
5965
5965
|
if __debug__:
|
5966
5966
|
type_hints = typing.get_type_hints(_typecheckingstub__45839cf9409c6f6353b9db559836b04635b4782e8f0682880f5905f29afd4073)
|
@@ -5976,7 +5976,7 @@ class CloudAzureIntegrationsStorage:
|
|
5976
5976
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5977
5977
|
'''The data polling interval in seconds.
|
5978
5978
|
|
5979
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5979
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
5980
5980
|
'''
|
5981
5981
|
result = self._values.get("metrics_polling_interval")
|
5982
5982
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5985,7 +5985,7 @@ class CloudAzureIntegrationsStorage:
|
|
5985
5985
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
5986
5986
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5987
5987
|
|
5988
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5988
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
5989
5989
|
'''
|
5990
5990
|
result = self._values.get("resource_groups")
|
5991
5991
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -6096,8 +6096,8 @@ class CloudAzureIntegrationsVirtualMachine:
|
|
6096
6096
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
6097
6097
|
) -> None:
|
6098
6098
|
'''
|
6099
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6100
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6099
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6100
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6101
6101
|
'''
|
6102
6102
|
if __debug__:
|
6103
6103
|
type_hints = typing.get_type_hints(_typecheckingstub__9d4cb54482b07fe3d354e5fbbbe5351751da9f4fed368a2b787b385d1999e154)
|
@@ -6113,7 +6113,7 @@ class CloudAzureIntegrationsVirtualMachine:
|
|
6113
6113
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
6114
6114
|
'''The data polling interval in seconds.
|
6115
6115
|
|
6116
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6116
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6117
6117
|
'''
|
6118
6118
|
result = self._values.get("metrics_polling_interval")
|
6119
6119
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6122,7 +6122,7 @@ class CloudAzureIntegrationsVirtualMachine:
|
|
6122
6122
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
6123
6123
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
6124
6124
|
|
6125
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6125
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6126
6126
|
'''
|
6127
6127
|
result = self._values.get("resource_groups")
|
6128
6128
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -6233,8 +6233,8 @@ class CloudAzureIntegrationsVirtualNetworks:
|
|
6233
6233
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
6234
6234
|
) -> None:
|
6235
6235
|
'''
|
6236
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6237
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6236
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6237
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6238
6238
|
'''
|
6239
6239
|
if __debug__:
|
6240
6240
|
type_hints = typing.get_type_hints(_typecheckingstub__24f4e5851f866620ad8e0ac15c36722771f224421a1f217c378f7aede9094f89)
|
@@ -6250,7 +6250,7 @@ class CloudAzureIntegrationsVirtualNetworks:
|
|
6250
6250
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
6251
6251
|
'''The data polling interval in seconds.
|
6252
6252
|
|
6253
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6254
6254
|
'''
|
6255
6255
|
result = self._values.get("metrics_polling_interval")
|
6256
6256
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6259,7 +6259,7 @@ class CloudAzureIntegrationsVirtualNetworks:
|
|
6259
6259
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
6260
6260
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
6261
6261
|
|
6262
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6262
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6263
6263
|
'''
|
6264
6264
|
result = self._values.get("resource_groups")
|
6265
6265
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -6370,8 +6370,8 @@ class CloudAzureIntegrationsVms:
|
|
6370
6370
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
6371
6371
|
) -> None:
|
6372
6372
|
'''
|
6373
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6374
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6373
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6374
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6375
6375
|
'''
|
6376
6376
|
if __debug__:
|
6377
6377
|
type_hints = typing.get_type_hints(_typecheckingstub__16b747a4efb4dcf27c935b1d2b25e2e8bdbf34f3a94de3c7644314010a75844a)
|
@@ -6387,7 +6387,7 @@ class CloudAzureIntegrationsVms:
|
|
6387
6387
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
6388
6388
|
'''The data polling interval in seconds.
|
6389
6389
|
|
6390
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6390
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6391
6391
|
'''
|
6392
6392
|
result = self._values.get("metrics_polling_interval")
|
6393
6393
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6396,7 +6396,7 @@ class CloudAzureIntegrationsVms:
|
|
6396
6396
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
6397
6397
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
6398
6398
|
|
6399
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6399
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6400
6400
|
'''
|
6401
6401
|
result = self._values.get("resource_groups")
|
6402
6402
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -6504,8 +6504,8 @@ class CloudAzureIntegrationsVpnGateway:
|
|
6504
6504
|
resource_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
|
6505
6505
|
) -> None:
|
6506
6506
|
'''
|
6507
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6508
|
-
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6507
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6508
|
+
:param resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6509
6509
|
'''
|
6510
6510
|
if __debug__:
|
6511
6511
|
type_hints = typing.get_type_hints(_typecheckingstub__7dcd8ea1180ea35b1d1d4f69ddcd068275b9a32cee5b0ea6bc07c76138cd1e48)
|
@@ -6521,7 +6521,7 @@ class CloudAzureIntegrationsVpnGateway:
|
|
6521
6521
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
6522
6522
|
'''The data polling interval in seconds.
|
6523
6523
|
|
6524
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6524
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#metrics_polling_interval CloudAzureIntegrations#metrics_polling_interval}
|
6525
6525
|
'''
|
6526
6526
|
result = self._values.get("metrics_polling_interval")
|
6527
6527
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6530,7 +6530,7 @@ class CloudAzureIntegrationsVpnGateway:
|
|
6530
6530
|
def resource_groups(self) -> typing.Optional[typing.List[builtins.str]]:
|
6531
6531
|
'''Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive.
|
6532
6532
|
|
6533
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_azure_integrations#resource_groups CloudAzureIntegrations#resource_groups}
|
6534
6534
|
'''
|
6535
6535
|
result = self._values.get("resource_groups")
|
6536
6536
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|