cdktf-cdktf-provider-newrelic 13.7.3__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 +82 -82
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.3.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.3.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_gcp_integrations`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_gcp_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudGcpIntegrations(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudGcpIntegrations.CloudGcpIntegrations",
|
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_gcp_integrations newrelic_cloud_gcp_integrations}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -88,39 +88,39 @@ class CloudGcpIntegrations(
|
|
88
88
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
89
89
|
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,
|
90
90
|
) -> None:
|
91
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
91
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations newrelic_cloud_gcp_integrations} Resource.
|
92
92
|
|
93
93
|
:param scope: The scope in which to define this construct.
|
94
94
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
95
|
-
:param linked_account_id: Id of the linked gcp account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
96
|
-
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
97
|
-
:param alloy_db: alloy_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
98
|
-
:param app_engine: app_engine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
99
|
-
:param big_query: big_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
100
|
-
:param big_table: big_table block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
101
|
-
:param composer: composer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
102
|
-
:param data_flow: data_flow block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
103
|
-
:param data_proc: data_proc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
104
|
-
:param data_store: data_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
105
|
-
:param fire_base_database: fire_base_database block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
106
|
-
:param fire_base_hosting: fire_base_hosting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
107
|
-
:param fire_base_storage: fire_base_storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
108
|
-
:param fire_store: fire_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
109
|
-
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
110
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
111
|
-
:param interconnect: interconnect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
112
|
-
:param kubernetes: kubernetes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
113
|
-
:param load_balancing: load_balancing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
114
|
-
:param mem_cache: mem_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
115
|
-
:param pub_sub: pub_sub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
116
|
-
:param redis: redis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
117
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
118
|
-
:param run: run block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
119
|
-
:param spanner: spanner block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
120
|
-
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
121
|
-
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
122
|
-
:param virtual_machines: virtual_machines block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
123
|
-
:param vpc_access: vpc_access block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
95
|
+
:param linked_account_id: Id of the linked gcp account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id}
|
96
|
+
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id}
|
97
|
+
:param alloy_db: alloy_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db}
|
98
|
+
:param app_engine: app_engine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine}
|
99
|
+
:param big_query: big_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query}
|
100
|
+
:param big_table: big_table block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table}
|
101
|
+
:param composer: composer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer}
|
102
|
+
:param data_flow: data_flow block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow}
|
103
|
+
:param data_proc: data_proc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc}
|
104
|
+
:param data_store: data_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store}
|
105
|
+
:param fire_base_database: fire_base_database block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database}
|
106
|
+
:param fire_base_hosting: fire_base_hosting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting}
|
107
|
+
:param fire_base_storage: fire_base_storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage}
|
108
|
+
:param fire_store: fire_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store}
|
109
|
+
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions}
|
110
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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.
|
111
|
+
:param interconnect: interconnect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect}
|
112
|
+
:param kubernetes: kubernetes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes}
|
113
|
+
:param load_balancing: load_balancing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing}
|
114
|
+
:param mem_cache: mem_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache}
|
115
|
+
:param pub_sub: pub_sub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub}
|
116
|
+
:param redis: redis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis}
|
117
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router}
|
118
|
+
:param run: run block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run}
|
119
|
+
:param spanner: spanner block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner}
|
120
|
+
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql}
|
121
|
+
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage}
|
122
|
+
:param virtual_machines: virtual_machines block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines}
|
123
|
+
:param vpc_access: vpc_access block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access}
|
124
124
|
:param connection:
|
125
125
|
:param count:
|
126
126
|
:param depends_on:
|
@@ -187,7 +187,7 @@ class CloudGcpIntegrations(
|
|
187
187
|
|
188
188
|
:param scope: The scope in which to define this construct.
|
189
189
|
:param import_to_id: The construct id used in the generated config for the CloudGcpIntegrations to import.
|
190
|
-
:param import_from_id: The id of the existing CloudGcpIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
190
|
+
:param import_from_id: The id of the existing CloudGcpIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#import import section} in the documentation of this resource for the id to use
|
191
191
|
:param provider: ? Optional instance of the provider where the CloudGcpIntegrations to import is found.
|
192
192
|
'''
|
193
193
|
if __debug__:
|
@@ -205,7 +205,7 @@ class CloudGcpIntegrations(
|
|
205
205
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
206
206
|
) -> None:
|
207
207
|
'''
|
208
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
208
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
209
209
|
'''
|
210
210
|
value = CloudGcpIntegrationsAlloyDb(
|
211
211
|
metrics_polling_interval=metrics_polling_interval
|
@@ -220,7 +220,7 @@ class CloudGcpIntegrations(
|
|
220
220
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
221
221
|
) -> None:
|
222
222
|
'''
|
223
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
223
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
224
224
|
'''
|
225
225
|
value = CloudGcpIntegrationsAppEngine(
|
226
226
|
metrics_polling_interval=metrics_polling_interval
|
@@ -236,8 +236,8 @@ class CloudGcpIntegrations(
|
|
236
236
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
237
237
|
) -> None:
|
238
238
|
'''
|
239
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
240
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
239
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
240
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
241
241
|
'''
|
242
242
|
value = CloudGcpIntegrationsBigQuery(
|
243
243
|
fetch_tags=fetch_tags, metrics_polling_interval=metrics_polling_interval
|
@@ -252,7 +252,7 @@ class CloudGcpIntegrations(
|
|
252
252
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
253
253
|
) -> None:
|
254
254
|
'''
|
255
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
255
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
256
256
|
'''
|
257
257
|
value = CloudGcpIntegrationsBigTable(
|
258
258
|
metrics_polling_interval=metrics_polling_interval
|
@@ -267,7 +267,7 @@ class CloudGcpIntegrations(
|
|
267
267
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
268
268
|
) -> None:
|
269
269
|
'''
|
270
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
270
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
271
271
|
'''
|
272
272
|
value = CloudGcpIntegrationsComposer(
|
273
273
|
metrics_polling_interval=metrics_polling_interval
|
@@ -282,7 +282,7 @@ class CloudGcpIntegrations(
|
|
282
282
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
283
283
|
) -> None:
|
284
284
|
'''
|
285
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
285
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
286
286
|
'''
|
287
287
|
value = CloudGcpIntegrationsDataFlow(
|
288
288
|
metrics_polling_interval=metrics_polling_interval
|
@@ -297,7 +297,7 @@ class CloudGcpIntegrations(
|
|
297
297
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
298
298
|
) -> None:
|
299
299
|
'''
|
300
|
-
: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 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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
301
301
|
'''
|
302
302
|
value = CloudGcpIntegrationsDataProc(
|
303
303
|
metrics_polling_interval=metrics_polling_interval
|
@@ -312,7 +312,7 @@ class CloudGcpIntegrations(
|
|
312
312
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
313
313
|
) -> None:
|
314
314
|
'''
|
315
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
315
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
316
316
|
'''
|
317
317
|
value = CloudGcpIntegrationsDataStore(
|
318
318
|
metrics_polling_interval=metrics_polling_interval
|
@@ -327,7 +327,7 @@ class CloudGcpIntegrations(
|
|
327
327
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
328
328
|
) -> None:
|
329
329
|
'''
|
330
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
330
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
331
331
|
'''
|
332
332
|
value = CloudGcpIntegrationsFireBaseDatabase(
|
333
333
|
metrics_polling_interval=metrics_polling_interval
|
@@ -342,7 +342,7 @@ class CloudGcpIntegrations(
|
|
342
342
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
343
343
|
) -> None:
|
344
344
|
'''
|
345
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
345
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
346
346
|
'''
|
347
347
|
value = CloudGcpIntegrationsFireBaseHosting(
|
348
348
|
metrics_polling_interval=metrics_polling_interval
|
@@ -357,7 +357,7 @@ class CloudGcpIntegrations(
|
|
357
357
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
358
358
|
) -> None:
|
359
359
|
'''
|
360
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
360
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
361
361
|
'''
|
362
362
|
value = CloudGcpIntegrationsFireBaseStorage(
|
363
363
|
metrics_polling_interval=metrics_polling_interval
|
@@ -372,7 +372,7 @@ class CloudGcpIntegrations(
|
|
372
372
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
373
373
|
) -> None:
|
374
374
|
'''
|
375
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
375
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
376
376
|
'''
|
377
377
|
value = CloudGcpIntegrationsFireStore(
|
378
378
|
metrics_polling_interval=metrics_polling_interval
|
@@ -387,7 +387,7 @@ class CloudGcpIntegrations(
|
|
387
387
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
388
388
|
) -> None:
|
389
389
|
'''
|
390
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
390
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
391
391
|
'''
|
392
392
|
value = CloudGcpIntegrationsFunctions(
|
393
393
|
metrics_polling_interval=metrics_polling_interval
|
@@ -402,7 +402,7 @@ class CloudGcpIntegrations(
|
|
402
402
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
403
403
|
) -> None:
|
404
404
|
'''
|
405
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
405
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
406
406
|
'''
|
407
407
|
value = CloudGcpIntegrationsInterconnect(
|
408
408
|
metrics_polling_interval=metrics_polling_interval
|
@@ -417,7 +417,7 @@ class CloudGcpIntegrations(
|
|
417
417
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
418
418
|
) -> None:
|
419
419
|
'''
|
420
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
420
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
421
421
|
'''
|
422
422
|
value = CloudGcpIntegrationsKubernetes(
|
423
423
|
metrics_polling_interval=metrics_polling_interval
|
@@ -432,7 +432,7 @@ class CloudGcpIntegrations(
|
|
432
432
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
433
433
|
) -> None:
|
434
434
|
'''
|
435
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
435
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
436
436
|
'''
|
437
437
|
value = CloudGcpIntegrationsLoadBalancing(
|
438
438
|
metrics_polling_interval=metrics_polling_interval
|
@@ -447,7 +447,7 @@ class CloudGcpIntegrations(
|
|
447
447
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
448
448
|
) -> None:
|
449
449
|
'''
|
450
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
450
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
451
451
|
'''
|
452
452
|
value = CloudGcpIntegrationsMemCache(
|
453
453
|
metrics_polling_interval=metrics_polling_interval
|
@@ -463,8 +463,8 @@ class CloudGcpIntegrations(
|
|
463
463
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
464
464
|
) -> None:
|
465
465
|
'''
|
466
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
467
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
466
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
467
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
468
468
|
'''
|
469
469
|
value = CloudGcpIntegrationsPubSub(
|
470
470
|
fetch_tags=fetch_tags, metrics_polling_interval=metrics_polling_interval
|
@@ -479,7 +479,7 @@ class CloudGcpIntegrations(
|
|
479
479
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
480
480
|
) -> None:
|
481
481
|
'''
|
482
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
482
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
483
483
|
'''
|
484
484
|
value = CloudGcpIntegrationsRedis(
|
485
485
|
metrics_polling_interval=metrics_polling_interval
|
@@ -494,7 +494,7 @@ class CloudGcpIntegrations(
|
|
494
494
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
495
495
|
) -> None:
|
496
496
|
'''
|
497
|
-
: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 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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
498
498
|
'''
|
499
499
|
value = CloudGcpIntegrationsRouter(
|
500
500
|
metrics_polling_interval=metrics_polling_interval
|
@@ -509,7 +509,7 @@ class CloudGcpIntegrations(
|
|
509
509
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
510
510
|
) -> None:
|
511
511
|
'''
|
512
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
512
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
513
513
|
'''
|
514
514
|
value = CloudGcpIntegrationsRun(
|
515
515
|
metrics_polling_interval=metrics_polling_interval
|
@@ -525,8 +525,8 @@ class CloudGcpIntegrations(
|
|
525
525
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
526
526
|
) -> None:
|
527
527
|
'''
|
528
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
529
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
528
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
529
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
530
530
|
'''
|
531
531
|
value = CloudGcpIntegrationsSpanner(
|
532
532
|
fetch_tags=fetch_tags, metrics_polling_interval=metrics_polling_interval
|
@@ -541,7 +541,7 @@ class CloudGcpIntegrations(
|
|
541
541
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
542
542
|
) -> None:
|
543
543
|
'''
|
544
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
544
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
545
545
|
'''
|
546
546
|
value = CloudGcpIntegrationsSql(
|
547
547
|
metrics_polling_interval=metrics_polling_interval
|
@@ -557,8 +557,8 @@ class CloudGcpIntegrations(
|
|
557
557
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
558
558
|
) -> None:
|
559
559
|
'''
|
560
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
561
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
560
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
561
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
562
562
|
'''
|
563
563
|
value = CloudGcpIntegrationsStorage(
|
564
564
|
fetch_tags=fetch_tags, metrics_polling_interval=metrics_polling_interval
|
@@ -573,7 +573,7 @@ class CloudGcpIntegrations(
|
|
573
573
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
574
574
|
) -> None:
|
575
575
|
'''
|
576
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
576
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
577
577
|
'''
|
578
578
|
value = CloudGcpIntegrationsVirtualMachines(
|
579
579
|
metrics_polling_interval=metrics_polling_interval
|
@@ -588,7 +588,7 @@ class CloudGcpIntegrations(
|
|
588
588
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
589
589
|
) -> None:
|
590
590
|
'''
|
591
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
591
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
592
592
|
'''
|
593
593
|
value = CloudGcpIntegrationsVpcAccess(
|
594
594
|
metrics_polling_interval=metrics_polling_interval
|
@@ -1057,7 +1057,7 @@ class CloudGcpIntegrationsAlloyDb:
|
|
1057
1057
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1058
1058
|
) -> None:
|
1059
1059
|
'''
|
1060
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1060
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1061
1061
|
'''
|
1062
1062
|
if __debug__:
|
1063
1063
|
type_hints = typing.get_type_hints(_typecheckingstub__29355de8dcddfb1ccde0ee296b6c01ed7c8bb2d347bd981860f69d6837e8bf49)
|
@@ -1070,7 +1070,7 @@ class CloudGcpIntegrationsAlloyDb:
|
|
1070
1070
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1071
1071
|
'''the data polling interval in seconds.
|
1072
1072
|
|
1073
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1073
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1074
1074
|
'''
|
1075
1075
|
result = self._values.get("metrics_polling_interval")
|
1076
1076
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1156,7 +1156,7 @@ class CloudGcpIntegrationsAppEngine:
|
|
1156
1156
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1157
1157
|
) -> None:
|
1158
1158
|
'''
|
1159
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1159
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1160
1160
|
'''
|
1161
1161
|
if __debug__:
|
1162
1162
|
type_hints = typing.get_type_hints(_typecheckingstub__9e0ea11eb547c1edb6235920c85306b5efb55576b0996e0804a953f588a3091c)
|
@@ -1169,7 +1169,7 @@ class CloudGcpIntegrationsAppEngine:
|
|
1169
1169
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1170
1170
|
'''the data polling interval in seconds.
|
1171
1171
|
|
1172
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1172
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1173
1173
|
'''
|
1174
1174
|
result = self._values.get("metrics_polling_interval")
|
1175
1175
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1259,8 +1259,8 @@ class CloudGcpIntegrationsBigQuery:
|
|
1259
1259
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1260
1260
|
) -> None:
|
1261
1261
|
'''
|
1262
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1263
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1262
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
1263
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1264
1264
|
'''
|
1265
1265
|
if __debug__:
|
1266
1266
|
type_hints = typing.get_type_hints(_typecheckingstub__617061e9fe40845851969430d28b73acc3f96927f1ddc19909745b5e85a2c5dc)
|
@@ -1278,7 +1278,7 @@ class CloudGcpIntegrationsBigQuery:
|
|
1278
1278
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
1279
1279
|
'''to fetch tags of the resource.
|
1280
1280
|
|
1281
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1281
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
1282
1282
|
'''
|
1283
1283
|
result = self._values.get("fetch_tags")
|
1284
1284
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -1287,7 +1287,7 @@ class CloudGcpIntegrationsBigQuery:
|
|
1287
1287
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1288
1288
|
'''the data polling interval in seconds.
|
1289
1289
|
|
1290
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1290
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1291
1291
|
'''
|
1292
1292
|
result = self._values.get("metrics_polling_interval")
|
1293
1293
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1399,7 +1399,7 @@ class CloudGcpIntegrationsBigTable:
|
|
1399
1399
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1400
1400
|
) -> None:
|
1401
1401
|
'''
|
1402
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1402
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1403
1403
|
'''
|
1404
1404
|
if __debug__:
|
1405
1405
|
type_hints = typing.get_type_hints(_typecheckingstub__fe9da90aa8dd0ae0b9bac48957979fc030f02308d0840af73acbafa2ab8522aa)
|
@@ -1412,7 +1412,7 @@ class CloudGcpIntegrationsBigTable:
|
|
1412
1412
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1413
1413
|
'''the data polling interval in seconds.
|
1414
1414
|
|
1415
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1415
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1416
1416
|
'''
|
1417
1417
|
result = self._values.get("metrics_polling_interval")
|
1418
1418
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1498,7 +1498,7 @@ class CloudGcpIntegrationsComposer:
|
|
1498
1498
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1499
1499
|
) -> None:
|
1500
1500
|
'''
|
1501
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1501
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1502
1502
|
'''
|
1503
1503
|
if __debug__:
|
1504
1504
|
type_hints = typing.get_type_hints(_typecheckingstub__bbf52cdfc38d910cf57ccb0e9c180cca525b94d5fb758cc9dec514f406740240)
|
@@ -1511,7 +1511,7 @@ class CloudGcpIntegrationsComposer:
|
|
1511
1511
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1512
1512
|
'''the data polling interval in seconds.
|
1513
1513
|
|
1514
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1514
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
1515
1515
|
'''
|
1516
1516
|
result = self._values.get("metrics_polling_interval")
|
1517
1517
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1676,35 +1676,35 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1676
1676
|
:param lifecycle:
|
1677
1677
|
:param provider:
|
1678
1678
|
:param provisioners:
|
1679
|
-
:param linked_account_id: Id of the linked gcp account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1680
|
-
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1681
|
-
:param alloy_db: alloy_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1682
|
-
:param app_engine: app_engine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1683
|
-
:param big_query: big_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1684
|
-
:param big_table: big_table block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1685
|
-
:param composer: composer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1686
|
-
:param data_flow: data_flow block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1687
|
-
:param data_proc: data_proc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1688
|
-
:param data_store: data_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1689
|
-
:param fire_base_database: fire_base_database block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1690
|
-
:param fire_base_hosting: fire_base_hosting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1691
|
-
:param fire_base_storage: fire_base_storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1692
|
-
:param fire_store: fire_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1693
|
-
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1694
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1695
|
-
:param interconnect: interconnect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1696
|
-
:param kubernetes: kubernetes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1697
|
-
:param load_balancing: load_balancing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1698
|
-
:param mem_cache: mem_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1699
|
-
:param pub_sub: pub_sub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1700
|
-
:param redis: redis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1701
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1702
|
-
:param run: run block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1703
|
-
:param spanner: spanner block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1704
|
-
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1705
|
-
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1706
|
-
:param virtual_machines: virtual_machines block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1707
|
-
:param vpc_access: vpc_access block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1679
|
+
:param linked_account_id: Id of the linked gcp account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id}
|
1680
|
+
:param account_id: ID of the newrelic account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id}
|
1681
|
+
:param alloy_db: alloy_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db}
|
1682
|
+
:param app_engine: app_engine block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine}
|
1683
|
+
:param big_query: big_query block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query}
|
1684
|
+
:param big_table: big_table block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table}
|
1685
|
+
:param composer: composer block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer}
|
1686
|
+
:param data_flow: data_flow block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow}
|
1687
|
+
:param data_proc: data_proc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc}
|
1688
|
+
:param data_store: data_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store}
|
1689
|
+
:param fire_base_database: fire_base_database block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database}
|
1690
|
+
:param fire_base_hosting: fire_base_hosting block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting}
|
1691
|
+
:param fire_base_storage: fire_base_storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage}
|
1692
|
+
:param fire_store: fire_store block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store}
|
1693
|
+
:param functions: functions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions}
|
1694
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#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.
|
1695
|
+
:param interconnect: interconnect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect}
|
1696
|
+
:param kubernetes: kubernetes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes}
|
1697
|
+
:param load_balancing: load_balancing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing}
|
1698
|
+
:param mem_cache: mem_cache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache}
|
1699
|
+
:param pub_sub: pub_sub block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub}
|
1700
|
+
:param redis: redis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis}
|
1701
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router}
|
1702
|
+
:param run: run block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run}
|
1703
|
+
:param spanner: spanner block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner}
|
1704
|
+
:param sql: sql block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql}
|
1705
|
+
:param storage: storage block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage}
|
1706
|
+
:param virtual_machines: virtual_machines block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines}
|
1707
|
+
:param vpc_access: vpc_access block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access}
|
1708
1708
|
'''
|
1709
1709
|
if isinstance(lifecycle, dict):
|
1710
1710
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -1940,7 +1940,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1940
1940
|
def linked_account_id(self) -> jsii.Number:
|
1941
1941
|
'''Id of the linked gcp account in New Relic.
|
1942
1942
|
|
1943
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1943
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#linked_account_id CloudGcpIntegrations#linked_account_id}
|
1944
1944
|
'''
|
1945
1945
|
result = self._values.get("linked_account_id")
|
1946
1946
|
assert result is not None, "Required property 'linked_account_id' is missing"
|
@@ -1950,7 +1950,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1950
1950
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
1951
1951
|
'''ID of the newrelic account.
|
1952
1952
|
|
1953
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1953
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#account_id CloudGcpIntegrations#account_id}
|
1954
1954
|
'''
|
1955
1955
|
result = self._values.get("account_id")
|
1956
1956
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1959,7 +1959,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1959
1959
|
def alloy_db(self) -> typing.Optional[CloudGcpIntegrationsAlloyDb]:
|
1960
1960
|
'''alloy_db block.
|
1961
1961
|
|
1962
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1962
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#alloy_db CloudGcpIntegrations#alloy_db}
|
1963
1963
|
'''
|
1964
1964
|
result = self._values.get("alloy_db")
|
1965
1965
|
return typing.cast(typing.Optional[CloudGcpIntegrationsAlloyDb], result)
|
@@ -1968,7 +1968,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1968
1968
|
def app_engine(self) -> typing.Optional[CloudGcpIntegrationsAppEngine]:
|
1969
1969
|
'''app_engine block.
|
1970
1970
|
|
1971
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1971
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#app_engine CloudGcpIntegrations#app_engine}
|
1972
1972
|
'''
|
1973
1973
|
result = self._values.get("app_engine")
|
1974
1974
|
return typing.cast(typing.Optional[CloudGcpIntegrationsAppEngine], result)
|
@@ -1977,7 +1977,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1977
1977
|
def big_query(self) -> typing.Optional[CloudGcpIntegrationsBigQuery]:
|
1978
1978
|
'''big_query block.
|
1979
1979
|
|
1980
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1980
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_query CloudGcpIntegrations#big_query}
|
1981
1981
|
'''
|
1982
1982
|
result = self._values.get("big_query")
|
1983
1983
|
return typing.cast(typing.Optional[CloudGcpIntegrationsBigQuery], result)
|
@@ -1986,7 +1986,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1986
1986
|
def big_table(self) -> typing.Optional[CloudGcpIntegrationsBigTable]:
|
1987
1987
|
'''big_table block.
|
1988
1988
|
|
1989
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1989
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#big_table CloudGcpIntegrations#big_table}
|
1990
1990
|
'''
|
1991
1991
|
result = self._values.get("big_table")
|
1992
1992
|
return typing.cast(typing.Optional[CloudGcpIntegrationsBigTable], result)
|
@@ -1995,7 +1995,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
1995
1995
|
def composer(self) -> typing.Optional[CloudGcpIntegrationsComposer]:
|
1996
1996
|
'''composer block.
|
1997
1997
|
|
1998
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1998
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#composer CloudGcpIntegrations#composer}
|
1999
1999
|
'''
|
2000
2000
|
result = self._values.get("composer")
|
2001
2001
|
return typing.cast(typing.Optional[CloudGcpIntegrationsComposer], result)
|
@@ -2004,7 +2004,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2004
2004
|
def data_flow(self) -> typing.Optional["CloudGcpIntegrationsDataFlow"]:
|
2005
2005
|
'''data_flow block.
|
2006
2006
|
|
2007
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2007
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_flow CloudGcpIntegrations#data_flow}
|
2008
2008
|
'''
|
2009
2009
|
result = self._values.get("data_flow")
|
2010
2010
|
return typing.cast(typing.Optional["CloudGcpIntegrationsDataFlow"], result)
|
@@ -2013,7 +2013,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2013
2013
|
def data_proc(self) -> typing.Optional["CloudGcpIntegrationsDataProc"]:
|
2014
2014
|
'''data_proc block.
|
2015
2015
|
|
2016
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2016
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_proc CloudGcpIntegrations#data_proc}
|
2017
2017
|
'''
|
2018
2018
|
result = self._values.get("data_proc")
|
2019
2019
|
return typing.cast(typing.Optional["CloudGcpIntegrationsDataProc"], result)
|
@@ -2022,7 +2022,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2022
2022
|
def data_store(self) -> typing.Optional["CloudGcpIntegrationsDataStore"]:
|
2023
2023
|
'''data_store block.
|
2024
2024
|
|
2025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#data_store CloudGcpIntegrations#data_store}
|
2026
2026
|
'''
|
2027
2027
|
result = self._values.get("data_store")
|
2028
2028
|
return typing.cast(typing.Optional["CloudGcpIntegrationsDataStore"], result)
|
@@ -2033,7 +2033,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2033
2033
|
) -> typing.Optional["CloudGcpIntegrationsFireBaseDatabase"]:
|
2034
2034
|
'''fire_base_database block.
|
2035
2035
|
|
2036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2036
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_database CloudGcpIntegrations#fire_base_database}
|
2037
2037
|
'''
|
2038
2038
|
result = self._values.get("fire_base_database")
|
2039
2039
|
return typing.cast(typing.Optional["CloudGcpIntegrationsFireBaseDatabase"], result)
|
@@ -2044,7 +2044,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2044
2044
|
) -> typing.Optional["CloudGcpIntegrationsFireBaseHosting"]:
|
2045
2045
|
'''fire_base_hosting block.
|
2046
2046
|
|
2047
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2047
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_hosting CloudGcpIntegrations#fire_base_hosting}
|
2048
2048
|
'''
|
2049
2049
|
result = self._values.get("fire_base_hosting")
|
2050
2050
|
return typing.cast(typing.Optional["CloudGcpIntegrationsFireBaseHosting"], result)
|
@@ -2055,7 +2055,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2055
2055
|
) -> typing.Optional["CloudGcpIntegrationsFireBaseStorage"]:
|
2056
2056
|
'''fire_base_storage block.
|
2057
2057
|
|
2058
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2058
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_base_storage CloudGcpIntegrations#fire_base_storage}
|
2059
2059
|
'''
|
2060
2060
|
result = self._values.get("fire_base_storage")
|
2061
2061
|
return typing.cast(typing.Optional["CloudGcpIntegrationsFireBaseStorage"], result)
|
@@ -2064,7 +2064,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2064
2064
|
def fire_store(self) -> typing.Optional["CloudGcpIntegrationsFireStore"]:
|
2065
2065
|
'''fire_store block.
|
2066
2066
|
|
2067
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2067
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fire_store CloudGcpIntegrations#fire_store}
|
2068
2068
|
'''
|
2069
2069
|
result = self._values.get("fire_store")
|
2070
2070
|
return typing.cast(typing.Optional["CloudGcpIntegrationsFireStore"], result)
|
@@ -2073,14 +2073,14 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2073
2073
|
def functions(self) -> typing.Optional["CloudGcpIntegrationsFunctions"]:
|
2074
2074
|
'''functions block.
|
2075
2075
|
|
2076
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2076
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#functions CloudGcpIntegrations#functions}
|
2077
2077
|
'''
|
2078
2078
|
result = self._values.get("functions")
|
2079
2079
|
return typing.cast(typing.Optional["CloudGcpIntegrationsFunctions"], result)
|
2080
2080
|
|
2081
2081
|
@builtins.property
|
2082
2082
|
def id(self) -> typing.Optional[builtins.str]:
|
2083
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2083
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#id CloudGcpIntegrations#id}.
|
2084
2084
|
|
2085
2085
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2086
2086
|
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.
|
@@ -2092,7 +2092,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2092
2092
|
def interconnect(self) -> typing.Optional["CloudGcpIntegrationsInterconnect"]:
|
2093
2093
|
'''interconnect block.
|
2094
2094
|
|
2095
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2095
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#interconnect CloudGcpIntegrations#interconnect}
|
2096
2096
|
'''
|
2097
2097
|
result = self._values.get("interconnect")
|
2098
2098
|
return typing.cast(typing.Optional["CloudGcpIntegrationsInterconnect"], result)
|
@@ -2101,7 +2101,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2101
2101
|
def kubernetes(self) -> typing.Optional["CloudGcpIntegrationsKubernetes"]:
|
2102
2102
|
'''kubernetes block.
|
2103
2103
|
|
2104
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2104
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#kubernetes CloudGcpIntegrations#kubernetes}
|
2105
2105
|
'''
|
2106
2106
|
result = self._values.get("kubernetes")
|
2107
2107
|
return typing.cast(typing.Optional["CloudGcpIntegrationsKubernetes"], result)
|
@@ -2110,7 +2110,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2110
2110
|
def load_balancing(self) -> typing.Optional["CloudGcpIntegrationsLoadBalancing"]:
|
2111
2111
|
'''load_balancing block.
|
2112
2112
|
|
2113
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2113
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#load_balancing CloudGcpIntegrations#load_balancing}
|
2114
2114
|
'''
|
2115
2115
|
result = self._values.get("load_balancing")
|
2116
2116
|
return typing.cast(typing.Optional["CloudGcpIntegrationsLoadBalancing"], result)
|
@@ -2119,7 +2119,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2119
2119
|
def mem_cache(self) -> typing.Optional["CloudGcpIntegrationsMemCache"]:
|
2120
2120
|
'''mem_cache block.
|
2121
2121
|
|
2122
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2122
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#mem_cache CloudGcpIntegrations#mem_cache}
|
2123
2123
|
'''
|
2124
2124
|
result = self._values.get("mem_cache")
|
2125
2125
|
return typing.cast(typing.Optional["CloudGcpIntegrationsMemCache"], result)
|
@@ -2128,7 +2128,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2128
2128
|
def pub_sub(self) -> typing.Optional["CloudGcpIntegrationsPubSub"]:
|
2129
2129
|
'''pub_sub block.
|
2130
2130
|
|
2131
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2131
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#pub_sub CloudGcpIntegrations#pub_sub}
|
2132
2132
|
'''
|
2133
2133
|
result = self._values.get("pub_sub")
|
2134
2134
|
return typing.cast(typing.Optional["CloudGcpIntegrationsPubSub"], result)
|
@@ -2137,7 +2137,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2137
2137
|
def redis(self) -> typing.Optional["CloudGcpIntegrationsRedis"]:
|
2138
2138
|
'''redis block.
|
2139
2139
|
|
2140
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2140
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#redis CloudGcpIntegrations#redis}
|
2141
2141
|
'''
|
2142
2142
|
result = self._values.get("redis")
|
2143
2143
|
return typing.cast(typing.Optional["CloudGcpIntegrationsRedis"], result)
|
@@ -2146,7 +2146,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2146
2146
|
def router(self) -> typing.Optional["CloudGcpIntegrationsRouter"]:
|
2147
2147
|
'''router block.
|
2148
2148
|
|
2149
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2149
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#router CloudGcpIntegrations#router}
|
2150
2150
|
'''
|
2151
2151
|
result = self._values.get("router")
|
2152
2152
|
return typing.cast(typing.Optional["CloudGcpIntegrationsRouter"], result)
|
@@ -2155,7 +2155,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2155
2155
|
def run(self) -> typing.Optional["CloudGcpIntegrationsRun"]:
|
2156
2156
|
'''run block.
|
2157
2157
|
|
2158
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2158
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#run CloudGcpIntegrations#run}
|
2159
2159
|
'''
|
2160
2160
|
result = self._values.get("run")
|
2161
2161
|
return typing.cast(typing.Optional["CloudGcpIntegrationsRun"], result)
|
@@ -2164,7 +2164,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2164
2164
|
def spanner(self) -> typing.Optional["CloudGcpIntegrationsSpanner"]:
|
2165
2165
|
'''spanner block.
|
2166
2166
|
|
2167
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2167
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#spanner CloudGcpIntegrations#spanner}
|
2168
2168
|
'''
|
2169
2169
|
result = self._values.get("spanner")
|
2170
2170
|
return typing.cast(typing.Optional["CloudGcpIntegrationsSpanner"], result)
|
@@ -2173,7 +2173,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2173
2173
|
def sql(self) -> typing.Optional["CloudGcpIntegrationsSql"]:
|
2174
2174
|
'''sql block.
|
2175
2175
|
|
2176
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2176
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#sql CloudGcpIntegrations#sql}
|
2177
2177
|
'''
|
2178
2178
|
result = self._values.get("sql")
|
2179
2179
|
return typing.cast(typing.Optional["CloudGcpIntegrationsSql"], result)
|
@@ -2182,7 +2182,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2182
2182
|
def storage(self) -> typing.Optional["CloudGcpIntegrationsStorage"]:
|
2183
2183
|
'''storage block.
|
2184
2184
|
|
2185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#storage CloudGcpIntegrations#storage}
|
2186
2186
|
'''
|
2187
2187
|
result = self._values.get("storage")
|
2188
2188
|
return typing.cast(typing.Optional["CloudGcpIntegrationsStorage"], result)
|
@@ -2193,7 +2193,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2193
2193
|
) -> typing.Optional["CloudGcpIntegrationsVirtualMachines"]:
|
2194
2194
|
'''virtual_machines block.
|
2195
2195
|
|
2196
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2196
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#virtual_machines CloudGcpIntegrations#virtual_machines}
|
2197
2197
|
'''
|
2198
2198
|
result = self._values.get("virtual_machines")
|
2199
2199
|
return typing.cast(typing.Optional["CloudGcpIntegrationsVirtualMachines"], result)
|
@@ -2202,7 +2202,7 @@ class CloudGcpIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
2202
2202
|
def vpc_access(self) -> typing.Optional["CloudGcpIntegrationsVpcAccess"]:
|
2203
2203
|
'''vpc_access block.
|
2204
2204
|
|
2205
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2205
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#vpc_access CloudGcpIntegrations#vpc_access}
|
2206
2206
|
'''
|
2207
2207
|
result = self._values.get("vpc_access")
|
2208
2208
|
return typing.cast(typing.Optional["CloudGcpIntegrationsVpcAccess"], result)
|
@@ -2231,7 +2231,7 @@ class CloudGcpIntegrationsDataFlow:
|
|
2231
2231
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2232
2232
|
) -> None:
|
2233
2233
|
'''
|
2234
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2234
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2235
2235
|
'''
|
2236
2236
|
if __debug__:
|
2237
2237
|
type_hints = typing.get_type_hints(_typecheckingstub__f2a205eb5535f848fb3fda204e53e84569374d6a8f3d3d4804238c26747151b5)
|
@@ -2244,7 +2244,7 @@ class CloudGcpIntegrationsDataFlow:
|
|
2244
2244
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2245
2245
|
'''the data polling interval in seconds.
|
2246
2246
|
|
2247
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2247
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2248
2248
|
'''
|
2249
2249
|
result = self._values.get("metrics_polling_interval")
|
2250
2250
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2330,7 +2330,7 @@ class CloudGcpIntegrationsDataProc:
|
|
2330
2330
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2331
2331
|
) -> None:
|
2332
2332
|
'''
|
2333
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2333
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2334
2334
|
'''
|
2335
2335
|
if __debug__:
|
2336
2336
|
type_hints = typing.get_type_hints(_typecheckingstub__558f131bc2ac60ce78703d1e844e3667ddf48d0845d84b0621571f0da03c7c2e)
|
@@ -2343,7 +2343,7 @@ class CloudGcpIntegrationsDataProc:
|
|
2343
2343
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2344
2344
|
'''the data polling interval in seconds.
|
2345
2345
|
|
2346
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2346
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2347
2347
|
'''
|
2348
2348
|
result = self._values.get("metrics_polling_interval")
|
2349
2349
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2429,7 +2429,7 @@ class CloudGcpIntegrationsDataStore:
|
|
2429
2429
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2430
2430
|
) -> None:
|
2431
2431
|
'''
|
2432
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2432
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2433
2433
|
'''
|
2434
2434
|
if __debug__:
|
2435
2435
|
type_hints = typing.get_type_hints(_typecheckingstub__70d42693ec17f4a8379deafdc3420f75398c92462205f3fb6a20c3d08eae87ee)
|
@@ -2442,7 +2442,7 @@ class CloudGcpIntegrationsDataStore:
|
|
2442
2442
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2443
2443
|
'''the data polling interval in seconds.
|
2444
2444
|
|
2445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2446
2446
|
'''
|
2447
2447
|
result = self._values.get("metrics_polling_interval")
|
2448
2448
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2528,7 +2528,7 @@ class CloudGcpIntegrationsFireBaseDatabase:
|
|
2528
2528
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2529
2529
|
) -> None:
|
2530
2530
|
'''
|
2531
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2531
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2532
2532
|
'''
|
2533
2533
|
if __debug__:
|
2534
2534
|
type_hints = typing.get_type_hints(_typecheckingstub__cc1b2e9c0565d60e3ef8aa1fdbf6912aa14f5a1d66d53015b37bf72bfcabcf27)
|
@@ -2541,7 +2541,7 @@ class CloudGcpIntegrationsFireBaseDatabase:
|
|
2541
2541
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2542
2542
|
'''the data polling interval in seconds.
|
2543
2543
|
|
2544
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2544
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2545
2545
|
'''
|
2546
2546
|
result = self._values.get("metrics_polling_interval")
|
2547
2547
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2627,7 +2627,7 @@ class CloudGcpIntegrationsFireBaseHosting:
|
|
2627
2627
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2628
2628
|
) -> None:
|
2629
2629
|
'''
|
2630
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2630
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2631
2631
|
'''
|
2632
2632
|
if __debug__:
|
2633
2633
|
type_hints = typing.get_type_hints(_typecheckingstub__1e3e6955fb34ddcd4322b8eb71f6224d4cd41781881a13bab107e23c5c9ce7d5)
|
@@ -2640,7 +2640,7 @@ class CloudGcpIntegrationsFireBaseHosting:
|
|
2640
2640
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2641
2641
|
'''the data polling interval in seconds.
|
2642
2642
|
|
2643
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2643
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2644
2644
|
'''
|
2645
2645
|
result = self._values.get("metrics_polling_interval")
|
2646
2646
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2726,7 +2726,7 @@ class CloudGcpIntegrationsFireBaseStorage:
|
|
2726
2726
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2727
2727
|
) -> None:
|
2728
2728
|
'''
|
2729
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2729
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2730
2730
|
'''
|
2731
2731
|
if __debug__:
|
2732
2732
|
type_hints = typing.get_type_hints(_typecheckingstub__7e1a7d4351d19c35fbe54083830d66a521505e0ecbbc103f61a9d9d7808958af)
|
@@ -2739,7 +2739,7 @@ class CloudGcpIntegrationsFireBaseStorage:
|
|
2739
2739
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2740
2740
|
'''the data polling interval in seconds.
|
2741
2741
|
|
2742
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2742
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2743
2743
|
'''
|
2744
2744
|
result = self._values.get("metrics_polling_interval")
|
2745
2745
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2825,7 +2825,7 @@ class CloudGcpIntegrationsFireStore:
|
|
2825
2825
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2826
2826
|
) -> None:
|
2827
2827
|
'''
|
2828
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2828
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2829
2829
|
'''
|
2830
2830
|
if __debug__:
|
2831
2831
|
type_hints = typing.get_type_hints(_typecheckingstub__9efe044ac01df6349684fff02b8ecb32b46c319177f0eb40c1e4f8abecd77ec2)
|
@@ -2838,7 +2838,7 @@ class CloudGcpIntegrationsFireStore:
|
|
2838
2838
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2839
2839
|
'''the data polling interval in seconds.
|
2840
2840
|
|
2841
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2841
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2842
2842
|
'''
|
2843
2843
|
result = self._values.get("metrics_polling_interval")
|
2844
2844
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2924,7 +2924,7 @@ class CloudGcpIntegrationsFunctions:
|
|
2924
2924
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2925
2925
|
) -> None:
|
2926
2926
|
'''
|
2927
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2927
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2928
2928
|
'''
|
2929
2929
|
if __debug__:
|
2930
2930
|
type_hints = typing.get_type_hints(_typecheckingstub__3b07a3feb3bfa10839401358984240212d225fa1143a079d6b3fbcbbafb7250c)
|
@@ -2937,7 +2937,7 @@ class CloudGcpIntegrationsFunctions:
|
|
2937
2937
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2938
2938
|
'''the data polling interval in seconds.
|
2939
2939
|
|
2940
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2940
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
2941
2941
|
'''
|
2942
2942
|
result = self._values.get("metrics_polling_interval")
|
2943
2943
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3023,7 +3023,7 @@ class CloudGcpIntegrationsInterconnect:
|
|
3023
3023
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3024
3024
|
) -> None:
|
3025
3025
|
'''
|
3026
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3026
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3027
3027
|
'''
|
3028
3028
|
if __debug__:
|
3029
3029
|
type_hints = typing.get_type_hints(_typecheckingstub__c356d8e5106cc683b54aa7915321e67ae24e505896915da4cbeb99308881ff21)
|
@@ -3036,7 +3036,7 @@ class CloudGcpIntegrationsInterconnect:
|
|
3036
3036
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3037
3037
|
'''the data polling interval in seconds.
|
3038
3038
|
|
3039
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3039
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3040
3040
|
'''
|
3041
3041
|
result = self._values.get("metrics_polling_interval")
|
3042
3042
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3122,7 +3122,7 @@ class CloudGcpIntegrationsKubernetes:
|
|
3122
3122
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3123
3123
|
) -> None:
|
3124
3124
|
'''
|
3125
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3125
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3126
3126
|
'''
|
3127
3127
|
if __debug__:
|
3128
3128
|
type_hints = typing.get_type_hints(_typecheckingstub__49ca22d9002c24400ac9073477a909a1bbfdffc79df9fd437e9b2ee320616837)
|
@@ -3135,7 +3135,7 @@ class CloudGcpIntegrationsKubernetes:
|
|
3135
3135
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3136
3136
|
'''the data polling interval in seconds.
|
3137
3137
|
|
3138
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3138
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3139
3139
|
'''
|
3140
3140
|
result = self._values.get("metrics_polling_interval")
|
3141
3141
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3221,7 +3221,7 @@ class CloudGcpIntegrationsLoadBalancing:
|
|
3221
3221
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3222
3222
|
) -> None:
|
3223
3223
|
'''
|
3224
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3224
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3225
3225
|
'''
|
3226
3226
|
if __debug__:
|
3227
3227
|
type_hints = typing.get_type_hints(_typecheckingstub__078d955cba770a049a33d2f96f4d82b4a21df4e6b9cf2bfb4ce14d5079b7600f)
|
@@ -3234,7 +3234,7 @@ class CloudGcpIntegrationsLoadBalancing:
|
|
3234
3234
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3235
3235
|
'''the data polling interval in seconds.
|
3236
3236
|
|
3237
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3237
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3238
3238
|
'''
|
3239
3239
|
result = self._values.get("metrics_polling_interval")
|
3240
3240
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3320,7 +3320,7 @@ class CloudGcpIntegrationsMemCache:
|
|
3320
3320
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3321
3321
|
) -> None:
|
3322
3322
|
'''
|
3323
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3323
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3324
3324
|
'''
|
3325
3325
|
if __debug__:
|
3326
3326
|
type_hints = typing.get_type_hints(_typecheckingstub__8fea9d58597b8642758814be0c4bf452ecd7747e7c3b74899e273079a19d003d)
|
@@ -3333,7 +3333,7 @@ class CloudGcpIntegrationsMemCache:
|
|
3333
3333
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3334
3334
|
'''the data polling interval in seconds.
|
3335
3335
|
|
3336
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3336
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3337
3337
|
'''
|
3338
3338
|
result = self._values.get("metrics_polling_interval")
|
3339
3339
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3423,8 +3423,8 @@ class CloudGcpIntegrationsPubSub:
|
|
3423
3423
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3424
3424
|
) -> None:
|
3425
3425
|
'''
|
3426
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3427
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3426
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
3427
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3428
3428
|
'''
|
3429
3429
|
if __debug__:
|
3430
3430
|
type_hints = typing.get_type_hints(_typecheckingstub__0bac7aa9ef6b2390b8d43609dc10cebf7ddcdf9168f10ab65a7f3c2ada4ef9a0)
|
@@ -3442,7 +3442,7 @@ class CloudGcpIntegrationsPubSub:
|
|
3442
3442
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3443
3443
|
'''to fetch tags of the resource.
|
3444
3444
|
|
3445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
3446
3446
|
'''
|
3447
3447
|
result = self._values.get("fetch_tags")
|
3448
3448
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3451,7 +3451,7 @@ class CloudGcpIntegrationsPubSub:
|
|
3451
3451
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3452
3452
|
'''the data polling interval in seconds.
|
3453
3453
|
|
3454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3455
3455
|
'''
|
3456
3456
|
result = self._values.get("metrics_polling_interval")
|
3457
3457
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3563,7 +3563,7 @@ class CloudGcpIntegrationsRedis:
|
|
3563
3563
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3564
3564
|
) -> None:
|
3565
3565
|
'''
|
3566
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3566
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3567
3567
|
'''
|
3568
3568
|
if __debug__:
|
3569
3569
|
type_hints = typing.get_type_hints(_typecheckingstub__afe264d508a177c0bbc708f60b46d28236be2f0a728305071d123b86a48cb8d6)
|
@@ -3576,7 +3576,7 @@ class CloudGcpIntegrationsRedis:
|
|
3576
3576
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3577
3577
|
'''the data polling interval in seconds.
|
3578
3578
|
|
3579
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3579
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3580
3580
|
'''
|
3581
3581
|
result = self._values.get("metrics_polling_interval")
|
3582
3582
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3659,7 +3659,7 @@ class CloudGcpIntegrationsRouter:
|
|
3659
3659
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3660
3660
|
) -> None:
|
3661
3661
|
'''
|
3662
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3662
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3663
3663
|
'''
|
3664
3664
|
if __debug__:
|
3665
3665
|
type_hints = typing.get_type_hints(_typecheckingstub__1931376ed6c03c1f432616f0cafadd6e76cabcd037668cfaa44a6668dfa6e7eb)
|
@@ -3672,7 +3672,7 @@ class CloudGcpIntegrationsRouter:
|
|
3672
3672
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3673
3673
|
'''the data polling interval in seconds.
|
3674
3674
|
|
3675
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3675
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3676
3676
|
'''
|
3677
3677
|
result = self._values.get("metrics_polling_interval")
|
3678
3678
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3758,7 +3758,7 @@ class CloudGcpIntegrationsRun:
|
|
3758
3758
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3759
3759
|
) -> None:
|
3760
3760
|
'''
|
3761
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3761
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3762
3762
|
'''
|
3763
3763
|
if __debug__:
|
3764
3764
|
type_hints = typing.get_type_hints(_typecheckingstub__463dc5c7c136ca81a9ad5d4e9f3efa411c2e42c36b873f8aab443c8cc9ae26fd)
|
@@ -3771,7 +3771,7 @@ class CloudGcpIntegrationsRun:
|
|
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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3775
3775
|
'''
|
3776
3776
|
result = self._values.get("metrics_polling_interval")
|
3777
3777
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3858,8 +3858,8 @@ class CloudGcpIntegrationsSpanner:
|
|
3858
3858
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3859
3859
|
) -> None:
|
3860
3860
|
'''
|
3861
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3862
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3861
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
3862
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3863
3863
|
'''
|
3864
3864
|
if __debug__:
|
3865
3865
|
type_hints = typing.get_type_hints(_typecheckingstub__be803fe9240d7942d7a817db83e21f4f12e2f2d62e76fe7bd03d347ce54ad867)
|
@@ -3877,7 +3877,7 @@ class CloudGcpIntegrationsSpanner:
|
|
3877
3877
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3878
3878
|
'''to fetch tags of the resource.
|
3879
3879
|
|
3880
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3880
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
3881
3881
|
'''
|
3882
3882
|
result = self._values.get("fetch_tags")
|
3883
3883
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3886,7 +3886,7 @@ class CloudGcpIntegrationsSpanner:
|
|
3886
3886
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3887
3887
|
'''the data polling interval in seconds.
|
3888
3888
|
|
3889
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3889
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
3890
3890
|
'''
|
3891
3891
|
result = self._values.get("metrics_polling_interval")
|
3892
3892
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3998,7 +3998,7 @@ class CloudGcpIntegrationsSql:
|
|
3998
3998
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3999
3999
|
) -> None:
|
4000
4000
|
'''
|
4001
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4001
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4002
4002
|
'''
|
4003
4003
|
if __debug__:
|
4004
4004
|
type_hints = typing.get_type_hints(_typecheckingstub__363f433efbd0731d27127e0d457936c2871c0d12594afb3703d9990695d7249d)
|
@@ -4011,7 +4011,7 @@ class CloudGcpIntegrationsSql:
|
|
4011
4011
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4012
4012
|
'''the data polling interval in seconds.
|
4013
4013
|
|
4014
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4014
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4015
4015
|
'''
|
4016
4016
|
result = self._values.get("metrics_polling_interval")
|
4017
4017
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4098,8 +4098,8 @@ class CloudGcpIntegrationsStorage:
|
|
4098
4098
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4099
4099
|
) -> None:
|
4100
4100
|
'''
|
4101
|
-
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4102
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4101
|
+
:param fetch_tags: to fetch tags of the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
4102
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4103
4103
|
'''
|
4104
4104
|
if __debug__:
|
4105
4105
|
type_hints = typing.get_type_hints(_typecheckingstub__015efa5c6806c56f2562f1f18e47552ef5c40476107739b7fa54ba9cbae44ec8)
|
@@ -4117,7 +4117,7 @@ class CloudGcpIntegrationsStorage:
|
|
4117
4117
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
4118
4118
|
'''to fetch tags of the resource.
|
4119
4119
|
|
4120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4120
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#fetch_tags CloudGcpIntegrations#fetch_tags}
|
4121
4121
|
'''
|
4122
4122
|
result = self._values.get("fetch_tags")
|
4123
4123
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -4126,7 +4126,7 @@ class CloudGcpIntegrationsStorage:
|
|
4126
4126
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4127
4127
|
'''the data polling interval in seconds.
|
4128
4128
|
|
4129
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4129
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4130
4130
|
'''
|
4131
4131
|
result = self._values.get("metrics_polling_interval")
|
4132
4132
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4238,7 +4238,7 @@ class CloudGcpIntegrationsVirtualMachines:
|
|
4238
4238
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4239
4239
|
) -> None:
|
4240
4240
|
'''
|
4241
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4241
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4242
4242
|
'''
|
4243
4243
|
if __debug__:
|
4244
4244
|
type_hints = typing.get_type_hints(_typecheckingstub__88c9b145cea9e52f1e04454f450750cc6d80916f2d9fa488d319b132378246f1)
|
@@ -4251,7 +4251,7 @@ class CloudGcpIntegrationsVirtualMachines:
|
|
4251
4251
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4252
4252
|
'''the data polling interval in seconds.
|
4253
4253
|
|
4254
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4254
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4255
4255
|
'''
|
4256
4256
|
result = self._values.get("metrics_polling_interval")
|
4257
4257
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4337,7 +4337,7 @@ class CloudGcpIntegrationsVpcAccess:
|
|
4337
4337
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4338
4338
|
) -> None:
|
4339
4339
|
'''
|
4340
|
-
:param metrics_polling_interval: the data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4340
|
+
: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_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4341
4341
|
'''
|
4342
4342
|
if __debug__:
|
4343
4343
|
type_hints = typing.get_type_hints(_typecheckingstub__458f0f4c35b6b85b9b482dad21a1fc61a8bbfb006c9c75634bc5062b82699bb2)
|
@@ -4350,7 +4350,7 @@ class CloudGcpIntegrationsVpcAccess:
|
|
4350
4350
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4351
4351
|
'''the data polling interval in seconds.
|
4352
4352
|
|
4353
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4353
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_gcp_integrations#metrics_polling_interval CloudGcpIntegrations#metrics_polling_interval}
|
4354
4354
|
'''
|
4355
4355
|
result = self._values.get("metrics_polling_interval")
|
4356
4356
|
return typing.cast(typing.Optional[jsii.Number], result)
|