cdktf-cdktf-provider-newrelic 13.7.4__py3-none-any.whl → 13.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_cloud_aws_integrations`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudAwsIntegrations(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudAwsIntegrations.CloudAwsIntegrations",
|
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_aws_integrations newrelic_cloud_aws_integrations}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -115,66 +115,66 @@ class CloudAwsIntegrations(
|
|
115
115
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
116
116
|
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,
|
117
117
|
) -> None:
|
118
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
118
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations newrelic_cloud_aws_integrations} Resource.
|
119
119
|
|
120
120
|
:param scope: The scope in which to define this construct.
|
121
121
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
122
|
-
:param linked_account_id: The ID of the linked AWS account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
123
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
124
|
-
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
125
|
-
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
126
|
-
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
127
|
-
:param aws_app_sync: aws_app_sync block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
128
|
-
:param aws_athena: aws_athena block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
129
|
-
:param aws_auto_discovery: aws_auto_discovery block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
130
|
-
:param aws_cognito: aws_cognito block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
131
|
-
:param aws_connect: aws_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
132
|
-
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
133
|
-
:param aws_fsx: aws_fsx block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
134
|
-
:param aws_glue: aws_glue block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
135
|
-
:param aws_kinesis_analytics: aws_kinesis_analytics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
136
|
-
:param aws_media_convert: aws_media_convert block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
137
|
-
:param aws_media_package_vod: aws_media_package_vod block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
138
|
-
:param aws_mq: aws_mq block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
139
|
-
:param aws_msk: aws_msk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
140
|
-
:param aws_neptune: aws_neptune block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
141
|
-
:param aws_qldb: aws_qldb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
142
|
-
:param aws_route53_resolver: aws_route53resolver block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
143
|
-
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
144
|
-
:param aws_transit_gateway: aws_transit_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
145
|
-
:param aws_waf: aws_waf block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
146
|
-
:param aws_wafv2: aws_wafv2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
147
|
-
:param billing: billing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
148
|
-
:param cloudfront: cloudfront block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
149
|
-
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
150
|
-
:param doc_db: doc_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
151
|
-
:param dynamodb: dynamodb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
152
|
-
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
153
|
-
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
154
|
-
:param ecs: ecs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
155
|
-
:param efs: efs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
156
|
-
:param elasticache: elasticache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
157
|
-
:param elasticbeanstalk: elasticbeanstalk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
158
|
-
:param elasticsearch: elasticsearch block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
159
|
-
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
160
|
-
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
161
|
-
:param health: health block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
162
|
-
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
163
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
164
|
-
:param iot: iot block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
165
|
-
:param kinesis: kinesis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
166
|
-
:param kinesis_firehose: kinesis_firehose block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
167
|
-
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
168
|
-
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
169
|
-
:param redshift: redshift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
170
|
-
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
171
|
-
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
172
|
-
:param ses: ses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
173
|
-
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
174
|
-
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
175
|
-
:param trusted_advisor: trusted_advisor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
176
|
-
:param vpc: vpc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
177
|
-
:param x_ray: x_ray block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
122
|
+
:param linked_account_id: The ID of the linked AWS account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id}
|
123
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id}
|
124
|
+
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb}
|
125
|
+
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway}
|
126
|
+
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling}
|
127
|
+
:param aws_app_sync: aws_app_sync block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync}
|
128
|
+
:param aws_athena: aws_athena block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena}
|
129
|
+
:param aws_auto_discovery: aws_auto_discovery block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_auto_discovery CloudAwsIntegrations#aws_auto_discovery}
|
130
|
+
:param aws_cognito: aws_cognito block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito}
|
131
|
+
:param aws_connect: aws_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect}
|
132
|
+
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect}
|
133
|
+
:param aws_fsx: aws_fsx block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx}
|
134
|
+
:param aws_glue: aws_glue block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue}
|
135
|
+
:param aws_kinesis_analytics: aws_kinesis_analytics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics}
|
136
|
+
:param aws_media_convert: aws_media_convert block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert}
|
137
|
+
:param aws_media_package_vod: aws_media_package_vod block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod}
|
138
|
+
:param aws_mq: aws_mq block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq}
|
139
|
+
:param aws_msk: aws_msk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk}
|
140
|
+
:param aws_neptune: aws_neptune block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune}
|
141
|
+
:param aws_qldb: aws_qldb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb}
|
142
|
+
:param aws_route53_resolver: aws_route53resolver block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver}
|
143
|
+
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states}
|
144
|
+
:param aws_transit_gateway: aws_transit_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway}
|
145
|
+
:param aws_waf: aws_waf block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf}
|
146
|
+
:param aws_wafv2: aws_wafv2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2}
|
147
|
+
:param billing: billing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing}
|
148
|
+
:param cloudfront: cloudfront block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront}
|
149
|
+
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail}
|
150
|
+
:param doc_db: doc_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db}
|
151
|
+
:param dynamodb: dynamodb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb}
|
152
|
+
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs}
|
153
|
+
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2}
|
154
|
+
:param ecs: ecs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs}
|
155
|
+
:param efs: efs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs}
|
156
|
+
:param elasticache: elasticache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache}
|
157
|
+
:param elasticbeanstalk: elasticbeanstalk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk}
|
158
|
+
:param elasticsearch: elasticsearch block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch}
|
159
|
+
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb}
|
160
|
+
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr}
|
161
|
+
:param health: health block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health}
|
162
|
+
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam}
|
163
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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.
|
164
|
+
:param iot: iot block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot}
|
165
|
+
:param kinesis: kinesis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis}
|
166
|
+
:param kinesis_firehose: kinesis_firehose block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose}
|
167
|
+
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda}
|
168
|
+
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds}
|
169
|
+
:param redshift: redshift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift}
|
170
|
+
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53}
|
171
|
+
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3}
|
172
|
+
:param ses: ses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses}
|
173
|
+
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns}
|
174
|
+
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs}
|
175
|
+
:param trusted_advisor: trusted_advisor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor}
|
176
|
+
:param vpc: vpc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc}
|
177
|
+
:param x_ray: x_ray block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray}
|
178
178
|
:param connection:
|
179
179
|
:param count:
|
180
180
|
:param depends_on:
|
@@ -268,7 +268,7 @@ class CloudAwsIntegrations(
|
|
268
268
|
|
269
269
|
:param scope: The scope in which to define this construct.
|
270
270
|
:param import_to_id: The construct id used in the generated config for the CloudAwsIntegrations to import.
|
271
|
-
:param import_from_id: The id of the existing CloudAwsIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
271
|
+
:param import_from_id: The id of the existing CloudAwsIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#import import section} in the documentation of this resource for the id to use
|
272
272
|
:param provider: ? Optional instance of the provider where the CloudAwsIntegrations to import is found.
|
273
273
|
'''
|
274
274
|
if __debug__:
|
@@ -292,13 +292,13 @@ class CloudAwsIntegrations(
|
|
292
292
|
tag_value: typing.Optional[builtins.str] = None,
|
293
293
|
) -> None:
|
294
294
|
'''
|
295
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
296
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
297
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
298
|
-
:param load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
299
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
300
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
301
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
295
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
296
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
297
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
298
|
+
:param load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes}
|
299
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
300
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
301
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
302
302
|
'''
|
303
303
|
value = CloudAwsIntegrationsAlb(
|
304
304
|
aws_regions=aws_regions,
|
@@ -323,11 +323,11 @@ class CloudAwsIntegrations(
|
|
323
323
|
tag_value: typing.Optional[builtins.str] = None,
|
324
324
|
) -> None:
|
325
325
|
'''
|
326
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
327
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
328
|
-
:param stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
329
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
330
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
326
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
327
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
328
|
+
:param stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes}
|
329
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
330
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
331
331
|
'''
|
332
332
|
value = CloudAwsIntegrationsApiGateway(
|
333
333
|
aws_regions=aws_regions,
|
@@ -347,8 +347,8 @@ class CloudAwsIntegrations(
|
|
347
347
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
348
348
|
) -> None:
|
349
349
|
'''
|
350
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
351
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
350
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
351
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
352
352
|
'''
|
353
353
|
value = CloudAwsIntegrationsAutoScaling(
|
354
354
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -364,8 +364,8 @@ class CloudAwsIntegrations(
|
|
364
364
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
365
365
|
) -> None:
|
366
366
|
'''
|
367
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
368
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
367
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
368
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
369
369
|
'''
|
370
370
|
value = CloudAwsIntegrationsAwsAppSync(
|
371
371
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -381,8 +381,8 @@ class CloudAwsIntegrations(
|
|
381
381
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
382
382
|
) -> None:
|
383
383
|
'''
|
384
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
385
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
384
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
385
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
386
386
|
'''
|
387
387
|
value = CloudAwsIntegrationsAwsAthena(
|
388
388
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -398,8 +398,8 @@ class CloudAwsIntegrations(
|
|
398
398
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
399
399
|
) -> None:
|
400
400
|
'''
|
401
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
402
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
401
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
402
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
403
403
|
'''
|
404
404
|
value = CloudAwsIntegrationsAwsAutoDiscovery(
|
405
405
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -415,8 +415,8 @@ class CloudAwsIntegrations(
|
|
415
415
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
416
416
|
) -> None:
|
417
417
|
'''
|
418
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
419
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
418
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
419
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
420
420
|
'''
|
421
421
|
value = CloudAwsIntegrationsAwsCognito(
|
422
422
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -432,8 +432,8 @@ class CloudAwsIntegrations(
|
|
432
432
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
433
433
|
) -> None:
|
434
434
|
'''
|
435
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
436
|
-
: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 aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
436
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
437
437
|
'''
|
438
438
|
value = CloudAwsIntegrationsAwsConnect(
|
439
439
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -449,8 +449,8 @@ class CloudAwsIntegrations(
|
|
449
449
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
450
450
|
) -> None:
|
451
451
|
'''
|
452
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
453
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
452
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
453
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
454
454
|
'''
|
455
455
|
value = CloudAwsIntegrationsAwsDirectConnect(
|
456
456
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -466,8 +466,8 @@ class CloudAwsIntegrations(
|
|
466
466
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
467
467
|
) -> None:
|
468
468
|
'''
|
469
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
470
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
469
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
470
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
471
471
|
'''
|
472
472
|
value = CloudAwsIntegrationsAwsFsx(
|
473
473
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -483,8 +483,8 @@ class CloudAwsIntegrations(
|
|
483
483
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
484
484
|
) -> None:
|
485
485
|
'''
|
486
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
487
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
486
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
487
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
488
488
|
'''
|
489
489
|
value = CloudAwsIntegrationsAwsGlue(
|
490
490
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -500,8 +500,8 @@ class CloudAwsIntegrations(
|
|
500
500
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
501
501
|
) -> None:
|
502
502
|
'''
|
503
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
504
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
503
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
504
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
505
505
|
'''
|
506
506
|
value = CloudAwsIntegrationsAwsKinesisAnalytics(
|
507
507
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -517,8 +517,8 @@ class CloudAwsIntegrations(
|
|
517
517
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
518
518
|
) -> None:
|
519
519
|
'''
|
520
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
521
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
520
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
521
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
522
522
|
'''
|
523
523
|
value = CloudAwsIntegrationsAwsMediaConvert(
|
524
524
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -534,8 +534,8 @@ class CloudAwsIntegrations(
|
|
534
534
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
535
535
|
) -> None:
|
536
536
|
'''
|
537
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
538
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
537
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
538
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
539
539
|
'''
|
540
540
|
value = CloudAwsIntegrationsAwsMediaPackageVod(
|
541
541
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -551,8 +551,8 @@ class CloudAwsIntegrations(
|
|
551
551
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
552
552
|
) -> None:
|
553
553
|
'''
|
554
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
555
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
554
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
555
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
556
556
|
'''
|
557
557
|
value = CloudAwsIntegrationsAwsMq(
|
558
558
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -568,8 +568,8 @@ class CloudAwsIntegrations(
|
|
568
568
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
569
569
|
) -> None:
|
570
570
|
'''
|
571
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
572
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
571
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
572
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
573
573
|
'''
|
574
574
|
value = CloudAwsIntegrationsAwsMsk(
|
575
575
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -585,8 +585,8 @@ class CloudAwsIntegrations(
|
|
585
585
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
586
586
|
) -> None:
|
587
587
|
'''
|
588
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
589
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
588
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
589
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
590
590
|
'''
|
591
591
|
value = CloudAwsIntegrationsAwsNeptune(
|
592
592
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -602,8 +602,8 @@ class CloudAwsIntegrations(
|
|
602
602
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
603
603
|
) -> None:
|
604
604
|
'''
|
605
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
606
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
605
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
606
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
607
607
|
'''
|
608
608
|
value = CloudAwsIntegrationsAwsQldb(
|
609
609
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -619,8 +619,8 @@ class CloudAwsIntegrations(
|
|
619
619
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
620
620
|
) -> None:
|
621
621
|
'''
|
622
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
623
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
622
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
623
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
624
624
|
'''
|
625
625
|
value = CloudAwsIntegrationsAwsRoute53Resolver(
|
626
626
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -636,8 +636,8 @@ class CloudAwsIntegrations(
|
|
636
636
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
637
637
|
) -> None:
|
638
638
|
'''
|
639
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
640
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
639
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
640
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
641
641
|
'''
|
642
642
|
value = CloudAwsIntegrationsAwsStates(
|
643
643
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -653,8 +653,8 @@ class CloudAwsIntegrations(
|
|
653
653
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
654
654
|
) -> None:
|
655
655
|
'''
|
656
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
657
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
656
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
657
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
658
658
|
'''
|
659
659
|
value = CloudAwsIntegrationsAwsTransitGateway(
|
660
660
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -670,8 +670,8 @@ class CloudAwsIntegrations(
|
|
670
670
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
671
671
|
) -> None:
|
672
672
|
'''
|
673
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
674
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
673
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
674
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
675
675
|
'''
|
676
676
|
value = CloudAwsIntegrationsAwsWaf(
|
677
677
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -687,8 +687,8 @@ class CloudAwsIntegrations(
|
|
687
687
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
688
688
|
) -> None:
|
689
689
|
'''
|
690
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
691
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
690
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
691
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
692
692
|
'''
|
693
693
|
value = CloudAwsIntegrationsAwsWafv2(
|
694
694
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -703,7 +703,7 @@ class CloudAwsIntegrations(
|
|
703
703
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
704
704
|
) -> None:
|
705
705
|
'''
|
706
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
706
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
707
707
|
'''
|
708
708
|
value = CloudAwsIntegrationsBilling(
|
709
709
|
metrics_polling_interval=metrics_polling_interval
|
@@ -722,11 +722,11 @@ class CloudAwsIntegrations(
|
|
722
722
|
tag_value: typing.Optional[builtins.str] = None,
|
723
723
|
) -> None:
|
724
724
|
'''
|
725
|
-
:param fetch_lambdas_at_edge: Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
726
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
727
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
728
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
729
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
725
|
+
:param fetch_lambdas_at_edge: Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge}
|
726
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
727
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
728
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
729
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
730
730
|
'''
|
731
731
|
value = CloudAwsIntegrationsCloudfront(
|
732
732
|
fetch_lambdas_at_edge=fetch_lambdas_at_edge,
|
@@ -746,8 +746,8 @@ class CloudAwsIntegrations(
|
|
746
746
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
747
747
|
) -> None:
|
748
748
|
'''
|
749
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
750
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
749
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
750
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
751
751
|
'''
|
752
752
|
value = CloudAwsIntegrationsCloudtrail(
|
753
753
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -763,8 +763,8 @@ class CloudAwsIntegrations(
|
|
763
763
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
764
764
|
) -> None:
|
765
765
|
'''
|
766
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
767
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
766
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
767
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
768
768
|
'''
|
769
769
|
value = CloudAwsIntegrationsDocDb(
|
770
770
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -784,12 +784,12 @@ class CloudAwsIntegrations(
|
|
784
784
|
tag_value: typing.Optional[builtins.str] = None,
|
785
785
|
) -> None:
|
786
786
|
'''
|
787
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
788
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
789
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
790
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
791
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
792
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
787
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
788
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
789
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
790
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
791
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
792
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
793
793
|
'''
|
794
794
|
value = CloudAwsIntegrationsDynamodb(
|
795
795
|
aws_regions=aws_regions,
|
@@ -813,11 +813,11 @@ class CloudAwsIntegrations(
|
|
813
813
|
tag_value: typing.Optional[builtins.str] = None,
|
814
814
|
) -> None:
|
815
815
|
'''
|
816
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
817
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
818
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
819
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
820
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
816
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
817
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
818
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
819
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
820
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
821
821
|
'''
|
822
822
|
value = CloudAwsIntegrationsEbs(
|
823
823
|
aws_regions=aws_regions,
|
@@ -841,12 +841,12 @@ class CloudAwsIntegrations(
|
|
841
841
|
tag_value: typing.Optional[builtins.str] = None,
|
842
842
|
) -> None:
|
843
843
|
'''
|
844
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
845
|
-
:param duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
846
|
-
:param fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
847
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
848
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
849
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
844
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
845
|
+
:param duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags}
|
846
|
+
:param fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses}
|
847
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
848
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
849
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
850
850
|
'''
|
851
851
|
value = CloudAwsIntegrationsEc2(
|
852
852
|
aws_regions=aws_regions,
|
@@ -870,11 +870,11 @@ class CloudAwsIntegrations(
|
|
870
870
|
tag_value: typing.Optional[builtins.str] = None,
|
871
871
|
) -> None:
|
872
872
|
'''
|
873
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
874
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
875
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
876
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
877
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
873
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
874
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
875
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
876
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
877
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
878
878
|
'''
|
879
879
|
value = CloudAwsIntegrationsEcs(
|
880
880
|
aws_regions=aws_regions,
|
@@ -897,11 +897,11 @@ class CloudAwsIntegrations(
|
|
897
897
|
tag_value: typing.Optional[builtins.str] = None,
|
898
898
|
) -> None:
|
899
899
|
'''
|
900
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
901
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
902
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
903
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
904
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
900
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
901
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
902
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
903
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
904
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
905
905
|
'''
|
906
906
|
value = CloudAwsIntegrationsEfs(
|
907
907
|
aws_regions=aws_regions,
|
@@ -924,11 +924,11 @@ class CloudAwsIntegrations(
|
|
924
924
|
tag_value: typing.Optional[builtins.str] = None,
|
925
925
|
) -> None:
|
926
926
|
'''
|
927
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
928
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
929
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
930
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
931
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
927
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
928
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
929
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
930
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
931
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
932
932
|
'''
|
933
933
|
value = CloudAwsIntegrationsElasticache(
|
934
934
|
aws_regions=aws_regions,
|
@@ -952,12 +952,12 @@ class CloudAwsIntegrations(
|
|
952
952
|
tag_value: typing.Optional[builtins.str] = None,
|
953
953
|
) -> None:
|
954
954
|
'''
|
955
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
956
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
957
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
958
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
959
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
960
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
955
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
956
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
957
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
958
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
959
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
960
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
961
961
|
'''
|
962
962
|
value = CloudAwsIntegrationsElasticbeanstalk(
|
963
963
|
aws_regions=aws_regions,
|
@@ -981,11 +981,11 @@ class CloudAwsIntegrations(
|
|
981
981
|
tag_value: typing.Optional[builtins.str] = None,
|
982
982
|
) -> None:
|
983
983
|
'''
|
984
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
985
|
-
:param fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
986
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
987
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
988
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
984
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
985
|
+
:param fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes}
|
986
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
987
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
988
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
989
989
|
'''
|
990
990
|
value = CloudAwsIntegrationsElasticsearch(
|
991
991
|
aws_regions=aws_regions,
|
@@ -1007,10 +1007,10 @@ class CloudAwsIntegrations(
|
|
1007
1007
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1008
1008
|
) -> None:
|
1009
1009
|
'''
|
1010
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1011
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1012
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1013
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1010
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1011
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
1012
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1013
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1014
1014
|
'''
|
1015
1015
|
value = CloudAwsIntegrationsElb(
|
1016
1016
|
aws_regions=aws_regions,
|
@@ -1032,11 +1032,11 @@ class CloudAwsIntegrations(
|
|
1032
1032
|
tag_value: typing.Optional[builtins.str] = None,
|
1033
1033
|
) -> None:
|
1034
1034
|
'''
|
1035
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1036
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1037
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1038
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1039
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1035
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1036
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1037
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1038
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1039
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1040
1040
|
'''
|
1041
1041
|
value = CloudAwsIntegrationsEmr(
|
1042
1042
|
aws_regions=aws_regions,
|
@@ -1055,7 +1055,7 @@ class CloudAwsIntegrations(
|
|
1055
1055
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1056
1056
|
) -> None:
|
1057
1057
|
'''
|
1058
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1058
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1059
1059
|
'''
|
1060
1060
|
value = CloudAwsIntegrationsHealth(
|
1061
1061
|
metrics_polling_interval=metrics_polling_interval
|
@@ -1072,9 +1072,9 @@ class CloudAwsIntegrations(
|
|
1072
1072
|
tag_value: typing.Optional[builtins.str] = None,
|
1073
1073
|
) -> None:
|
1074
1074
|
'''
|
1075
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1076
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1077
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1075
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1076
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1077
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1078
1078
|
'''
|
1079
1079
|
value = CloudAwsIntegrationsIam(
|
1080
1080
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -1092,8 +1092,8 @@ class CloudAwsIntegrations(
|
|
1092
1092
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1093
1093
|
) -> None:
|
1094
1094
|
'''
|
1095
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1096
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1095
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1096
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1097
1097
|
'''
|
1098
1098
|
value = CloudAwsIntegrationsIot(
|
1099
1099
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -1113,12 +1113,12 @@ class CloudAwsIntegrations(
|
|
1113
1113
|
tag_value: typing.Optional[builtins.str] = None,
|
1114
1114
|
) -> None:
|
1115
1115
|
'''
|
1116
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1117
|
-
:param fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1118
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1119
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1120
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1121
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1116
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1117
|
+
:param fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards}
|
1118
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1119
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1120
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1121
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1122
1122
|
'''
|
1123
1123
|
value = CloudAwsIntegrationsKinesis(
|
1124
1124
|
aws_regions=aws_regions,
|
@@ -1139,8 +1139,8 @@ class CloudAwsIntegrations(
|
|
1139
1139
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1140
1140
|
) -> None:
|
1141
1141
|
'''
|
1142
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1143
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1142
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1143
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1144
1144
|
'''
|
1145
1145
|
value = CloudAwsIntegrationsKinesisFirehose(
|
1146
1146
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -1159,11 +1159,11 @@ class CloudAwsIntegrations(
|
|
1159
1159
|
tag_value: typing.Optional[builtins.str] = None,
|
1160
1160
|
) -> None:
|
1161
1161
|
'''
|
1162
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1163
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1164
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1165
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1166
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1162
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1163
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1164
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1165
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1166
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1167
1167
|
'''
|
1168
1168
|
value = CloudAwsIntegrationsLambda(
|
1169
1169
|
aws_regions=aws_regions,
|
@@ -1186,11 +1186,11 @@ class CloudAwsIntegrations(
|
|
1186
1186
|
tag_value: typing.Optional[builtins.str] = None,
|
1187
1187
|
) -> None:
|
1188
1188
|
'''
|
1189
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1190
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1191
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1192
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1193
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1189
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1190
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1191
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1192
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1193
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1194
1194
|
'''
|
1195
1195
|
value = CloudAwsIntegrationsRds(
|
1196
1196
|
aws_regions=aws_regions,
|
@@ -1212,10 +1212,10 @@ class CloudAwsIntegrations(
|
|
1212
1212
|
tag_value: typing.Optional[builtins.str] = None,
|
1213
1213
|
) -> None:
|
1214
1214
|
'''
|
1215
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1216
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1217
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1218
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1215
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1216
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1217
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1218
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1219
1219
|
'''
|
1220
1220
|
value = CloudAwsIntegrationsRedshift(
|
1221
1221
|
aws_regions=aws_regions,
|
@@ -1234,8 +1234,8 @@ class CloudAwsIntegrations(
|
|
1234
1234
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1235
1235
|
) -> None:
|
1236
1236
|
'''
|
1237
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1238
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1237
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
1238
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1239
1239
|
'''
|
1240
1240
|
value = CloudAwsIntegrationsRoute53(
|
1241
1241
|
fetch_extended_inventory=fetch_extended_inventory,
|
@@ -1255,11 +1255,11 @@ class CloudAwsIntegrations(
|
|
1255
1255
|
tag_value: typing.Optional[builtins.str] = None,
|
1256
1256
|
) -> None:
|
1257
1257
|
'''
|
1258
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1259
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1260
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1261
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1262
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1258
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
1259
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1260
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1261
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1262
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1263
1263
|
'''
|
1264
1264
|
value = CloudAwsIntegrationsS3(
|
1265
1265
|
fetch_extended_inventory=fetch_extended_inventory,
|
@@ -1279,8 +1279,8 @@ class CloudAwsIntegrations(
|
|
1279
1279
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1280
1280
|
) -> None:
|
1281
1281
|
'''
|
1282
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1283
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1282
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1283
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1284
1284
|
'''
|
1285
1285
|
value = CloudAwsIntegrationsSes(
|
1286
1286
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -1297,9 +1297,9 @@ class CloudAwsIntegrations(
|
|
1297
1297
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1298
1298
|
) -> None:
|
1299
1299
|
'''
|
1300
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1301
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1302
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1300
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1301
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
1302
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1303
1303
|
'''
|
1304
1304
|
value = CloudAwsIntegrationsSns(
|
1305
1305
|
aws_regions=aws_regions,
|
@@ -1322,13 +1322,13 @@ class CloudAwsIntegrations(
|
|
1322
1322
|
tag_value: typing.Optional[builtins.str] = None,
|
1323
1323
|
) -> None:
|
1324
1324
|
'''
|
1325
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1326
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1327
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1328
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1329
|
-
:param queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1330
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1331
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1325
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1326
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
1327
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
1328
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1329
|
+
:param queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes}
|
1330
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1331
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1332
1332
|
'''
|
1333
1333
|
value = CloudAwsIntegrationsSqs(
|
1334
1334
|
aws_regions=aws_regions,
|
@@ -1349,7 +1349,7 @@ class CloudAwsIntegrations(
|
|
1349
1349
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1350
1350
|
) -> None:
|
1351
1351
|
'''
|
1352
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1352
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1353
1353
|
'''
|
1354
1354
|
value = CloudAwsIntegrationsTrustedAdvisor(
|
1355
1355
|
metrics_polling_interval=metrics_polling_interval
|
@@ -1369,12 +1369,12 @@ class CloudAwsIntegrations(
|
|
1369
1369
|
tag_value: typing.Optional[builtins.str] = None,
|
1370
1370
|
) -> None:
|
1371
1371
|
'''
|
1372
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1373
|
-
:param fetch_nat_gateway: Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1374
|
-
:param fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1375
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1376
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1377
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1372
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1373
|
+
:param fetch_nat_gateway: Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway}
|
1374
|
+
:param fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn}
|
1375
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1376
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
1377
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
1378
1378
|
'''
|
1379
1379
|
value = CloudAwsIntegrationsVpc(
|
1380
1380
|
aws_regions=aws_regions,
|
@@ -1395,8 +1395,8 @@ class CloudAwsIntegrations(
|
|
1395
1395
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1396
1396
|
) -> None:
|
1397
1397
|
'''
|
1398
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1399
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1398
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
1399
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
1400
1400
|
'''
|
1401
1401
|
value = CloudAwsIntegrationsXRay(
|
1402
1402
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -2279,13 +2279,13 @@ class CloudAwsIntegrationsAlb:
|
|
2279
2279
|
tag_value: typing.Optional[builtins.str] = None,
|
2280
2280
|
) -> None:
|
2281
2281
|
'''
|
2282
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2283
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2284
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2285
|
-
:param load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2286
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2287
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2288
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2282
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2283
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
2284
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
2285
|
+
:param load_balancer_prefixes: Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes}
|
2286
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2287
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
2288
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
2289
2289
|
'''
|
2290
2290
|
if __debug__:
|
2291
2291
|
type_hints = typing.get_type_hints(_typecheckingstub__9e40c59dd4d07db8036db912b3d55367876e9d77f5205cf22f9f483431901d19)
|
@@ -2316,7 +2316,7 @@ class CloudAwsIntegrationsAlb:
|
|
2316
2316
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
2317
2317
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
2318
2318
|
|
2319
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2319
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2320
2320
|
'''
|
2321
2321
|
result = self._values.get("aws_regions")
|
2322
2322
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2329,7 +2329,7 @@ class CloudAwsIntegrationsAlb:
|
|
2329
2329
|
|
2330
2330
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
2331
2331
|
|
2332
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
2333
2333
|
'''
|
2334
2334
|
result = self._values.get("fetch_extended_inventory")
|
2335
2335
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -2342,7 +2342,7 @@ class CloudAwsIntegrationsAlb:
|
|
2342
2342
|
|
2343
2343
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
2344
2344
|
|
2345
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2345
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
2346
2346
|
'''
|
2347
2347
|
result = self._values.get("fetch_tags")
|
2348
2348
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -2351,7 +2351,7 @@ class CloudAwsIntegrationsAlb:
|
|
2351
2351
|
def load_balancer_prefixes(self) -> typing.Optional[typing.List[builtins.str]]:
|
2352
2352
|
'''Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
|
2353
2353
|
|
2354
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2354
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#load_balancer_prefixes CloudAwsIntegrations#load_balancer_prefixes}
|
2355
2355
|
'''
|
2356
2356
|
result = self._values.get("load_balancer_prefixes")
|
2357
2357
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2360,7 +2360,7 @@ class CloudAwsIntegrationsAlb:
|
|
2360
2360
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2361
2361
|
'''The data polling interval in seconds.
|
2362
2362
|
|
2363
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2363
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2364
2364
|
'''
|
2365
2365
|
result = self._values.get("metrics_polling_interval")
|
2366
2366
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2369,7 +2369,7 @@ class CloudAwsIntegrationsAlb:
|
|
2369
2369
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
2370
2370
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2371
2371
|
|
2372
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2372
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
2373
2373
|
'''
|
2374
2374
|
result = self._values.get("tag_key")
|
2375
2375
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2378,7 +2378,7 @@ class CloudAwsIntegrationsAlb:
|
|
2378
2378
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
2379
2379
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2380
2380
|
|
2381
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2381
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
2382
2382
|
'''
|
2383
2383
|
result = self._values.get("tag_value")
|
2384
2384
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2611,11 +2611,11 @@ class CloudAwsIntegrationsApiGateway:
|
|
2611
2611
|
tag_value: typing.Optional[builtins.str] = None,
|
2612
2612
|
) -> None:
|
2613
2613
|
'''
|
2614
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2615
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2616
|
-
:param stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2617
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2618
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2614
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2615
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2616
|
+
:param stage_prefixes: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes}
|
2617
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
2618
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
2619
2619
|
'''
|
2620
2620
|
if __debug__:
|
2621
2621
|
type_hints = typing.get_type_hints(_typecheckingstub__89c455c691d322c0e9b961d79d5bde588c516e04970357f51f4751bf5c9ca651)
|
@@ -2640,7 +2640,7 @@ class CloudAwsIntegrationsApiGateway:
|
|
2640
2640
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
2641
2641
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
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_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2644
2644
|
'''
|
2645
2645
|
result = self._values.get("aws_regions")
|
2646
2646
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2649,7 +2649,7 @@ class CloudAwsIntegrationsApiGateway:
|
|
2649
2649
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2650
2650
|
'''The data polling interval in seconds.
|
2651
2651
|
|
2652
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2652
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2653
2653
|
'''
|
2654
2654
|
result = self._values.get("metrics_polling_interval")
|
2655
2655
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2660,7 +2660,7 @@ class CloudAwsIntegrationsApiGateway:
|
|
2660
2660
|
|
2661
2661
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
2662
2662
|
|
2663
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2663
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#stage_prefixes CloudAwsIntegrations#stage_prefixes}
|
2664
2664
|
'''
|
2665
2665
|
result = self._values.get("stage_prefixes")
|
2666
2666
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2669,7 +2669,7 @@ class CloudAwsIntegrationsApiGateway:
|
|
2669
2669
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
2670
2670
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2671
2671
|
|
2672
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2672
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
2673
2673
|
'''
|
2674
2674
|
result = self._values.get("tag_key")
|
2675
2675
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2678,7 +2678,7 @@ class CloudAwsIntegrationsApiGateway:
|
|
2678
2678
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
2679
2679
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2680
2680
|
|
2681
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2681
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
2682
2682
|
'''
|
2683
2683
|
result = self._values.get("tag_value")
|
2684
2684
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2852,8 +2852,8 @@ class CloudAwsIntegrationsAutoScaling:
|
|
2852
2852
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2853
2853
|
) -> None:
|
2854
2854
|
'''
|
2855
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2856
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2855
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2856
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2857
2857
|
'''
|
2858
2858
|
if __debug__:
|
2859
2859
|
type_hints = typing.get_type_hints(_typecheckingstub__ab1a637079b6721ef1936e2e172260f07f1596ffa6ce5b0859040f8ee31604d3)
|
@@ -2869,7 +2869,7 @@ class CloudAwsIntegrationsAutoScaling:
|
|
2869
2869
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
2870
2870
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
2871
2871
|
|
2872
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2872
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2873
2873
|
'''
|
2874
2874
|
result = self._values.get("aws_regions")
|
2875
2875
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2878,7 +2878,7 @@ class CloudAwsIntegrationsAutoScaling:
|
|
2878
2878
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2879
2879
|
'''The data polling interval in seconds.
|
2880
2880
|
|
2881
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2881
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2882
2882
|
'''
|
2883
2883
|
result = self._values.get("metrics_polling_interval")
|
2884
2884
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2989,8 +2989,8 @@ class CloudAwsIntegrationsAwsAppSync:
|
|
2989
2989
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2990
2990
|
) -> None:
|
2991
2991
|
'''
|
2992
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2993
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2992
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
2993
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
2994
2994
|
'''
|
2995
2995
|
if __debug__:
|
2996
2996
|
type_hints = typing.get_type_hints(_typecheckingstub__aeb27c211c2553d9a3ac20e3e8ec713612f8887916f61164f4ba610706ce5dbe)
|
@@ -3006,7 +3006,7 @@ class CloudAwsIntegrationsAwsAppSync:
|
|
3006
3006
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3007
3007
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3008
3008
|
|
3009
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3009
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3010
3010
|
'''
|
3011
3011
|
result = self._values.get("aws_regions")
|
3012
3012
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3015,7 +3015,7 @@ class CloudAwsIntegrationsAwsAppSync:
|
|
3015
3015
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3016
3016
|
'''The data polling interval in seconds.
|
3017
3017
|
|
3018
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3018
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3019
3019
|
'''
|
3020
3020
|
result = self._values.get("metrics_polling_interval")
|
3021
3021
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3126,8 +3126,8 @@ class CloudAwsIntegrationsAwsAthena:
|
|
3126
3126
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3127
3127
|
) -> None:
|
3128
3128
|
'''
|
3129
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3130
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3129
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3130
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3131
3131
|
'''
|
3132
3132
|
if __debug__:
|
3133
3133
|
type_hints = typing.get_type_hints(_typecheckingstub__dc6d4a1c59279a1b5b4d108de10deb8322e29b7c26b6647a0b9f8abd0e9ab2da)
|
@@ -3143,7 +3143,7 @@ class CloudAwsIntegrationsAwsAthena:
|
|
3143
3143
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3144
3144
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3145
3145
|
|
3146
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3146
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3147
3147
|
'''
|
3148
3148
|
result = self._values.get("aws_regions")
|
3149
3149
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3152,7 +3152,7 @@ class CloudAwsIntegrationsAwsAthena:
|
|
3152
3152
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3153
3153
|
'''The data polling interval in seconds.
|
3154
3154
|
|
3155
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3155
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3156
3156
|
'''
|
3157
3157
|
result = self._values.get("metrics_polling_interval")
|
3158
3158
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3263,8 +3263,8 @@ class CloudAwsIntegrationsAwsAutoDiscovery:
|
|
3263
3263
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3264
3264
|
) -> None:
|
3265
3265
|
'''
|
3266
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3267
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3266
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3267
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3268
3268
|
'''
|
3269
3269
|
if __debug__:
|
3270
3270
|
type_hints = typing.get_type_hints(_typecheckingstub__2696be9c1d02d3937eea9c46e9e600bd5fa5943114bc0466cd8cbbbff37e6d7a)
|
@@ -3280,7 +3280,7 @@ class CloudAwsIntegrationsAwsAutoDiscovery:
|
|
3280
3280
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3281
3281
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3282
3282
|
|
3283
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3283
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3284
3284
|
'''
|
3285
3285
|
result = self._values.get("aws_regions")
|
3286
3286
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3289,7 +3289,7 @@ class CloudAwsIntegrationsAwsAutoDiscovery:
|
|
3289
3289
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3290
3290
|
'''The data polling interval in seconds.
|
3291
3291
|
|
3292
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3292
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3293
3293
|
'''
|
3294
3294
|
result = self._values.get("metrics_polling_interval")
|
3295
3295
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3400,8 +3400,8 @@ class CloudAwsIntegrationsAwsCognito:
|
|
3400
3400
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3401
3401
|
) -> None:
|
3402
3402
|
'''
|
3403
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3404
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3403
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3404
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3405
3405
|
'''
|
3406
3406
|
if __debug__:
|
3407
3407
|
type_hints = typing.get_type_hints(_typecheckingstub__979a8717df7247972c094e198570b76c0254c4c58f9a386dc643ed39180b3f55)
|
@@ -3417,7 +3417,7 @@ class CloudAwsIntegrationsAwsCognito:
|
|
3417
3417
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3418
3418
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3419
3419
|
|
3420
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3420
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3421
3421
|
'''
|
3422
3422
|
result = self._values.get("aws_regions")
|
3423
3423
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3426,7 +3426,7 @@ class CloudAwsIntegrationsAwsCognito:
|
|
3426
3426
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3427
3427
|
'''The data polling interval in seconds.
|
3428
3428
|
|
3429
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3429
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3430
3430
|
'''
|
3431
3431
|
result = self._values.get("metrics_polling_interval")
|
3432
3432
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3537,8 +3537,8 @@ class CloudAwsIntegrationsAwsConnect:
|
|
3537
3537
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3538
3538
|
) -> None:
|
3539
3539
|
'''
|
3540
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3541
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3540
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3541
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3542
3542
|
'''
|
3543
3543
|
if __debug__:
|
3544
3544
|
type_hints = typing.get_type_hints(_typecheckingstub__56418f9ce152dc44aaafd1c86907ac25ed16ce9e2b1af0e7aa4ff2b9ae0ad461)
|
@@ -3554,7 +3554,7 @@ class CloudAwsIntegrationsAwsConnect:
|
|
3554
3554
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3555
3555
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3556
3556
|
|
3557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3557
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3558
3558
|
'''
|
3559
3559
|
result = self._values.get("aws_regions")
|
3560
3560
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3563,7 +3563,7 @@ class CloudAwsIntegrationsAwsConnect:
|
|
3563
3563
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3564
3564
|
'''The data polling interval in seconds.
|
3565
3565
|
|
3566
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3566
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3567
3567
|
'''
|
3568
3568
|
result = self._values.get("metrics_polling_interval")
|
3569
3569
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3674,8 +3674,8 @@ class CloudAwsIntegrationsAwsDirectConnect:
|
|
3674
3674
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3675
3675
|
) -> None:
|
3676
3676
|
'''
|
3677
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3678
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3677
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3678
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3679
3679
|
'''
|
3680
3680
|
if __debug__:
|
3681
3681
|
type_hints = typing.get_type_hints(_typecheckingstub__ecb9a828a1b41fc81696e6197a0e9f57784438b53b7fbbca98e825c9e881814c)
|
@@ -3691,7 +3691,7 @@ class CloudAwsIntegrationsAwsDirectConnect:
|
|
3691
3691
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3692
3692
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3693
3693
|
|
3694
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3694
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3695
3695
|
'''
|
3696
3696
|
result = self._values.get("aws_regions")
|
3697
3697
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3700,7 +3700,7 @@ class CloudAwsIntegrationsAwsDirectConnect:
|
|
3700
3700
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3701
3701
|
'''The data polling interval in seconds.
|
3702
3702
|
|
3703
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3703
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3704
3704
|
'''
|
3705
3705
|
result = self._values.get("metrics_polling_interval")
|
3706
3706
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3811,8 +3811,8 @@ class CloudAwsIntegrationsAwsFsx:
|
|
3811
3811
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3812
3812
|
) -> None:
|
3813
3813
|
'''
|
3814
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3815
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3814
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3815
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3816
3816
|
'''
|
3817
3817
|
if __debug__:
|
3818
3818
|
type_hints = typing.get_type_hints(_typecheckingstub__5bd4834378e05043d61d8c41067b08f3a3f361dc6810f60afd63d529c07d5df0)
|
@@ -3828,7 +3828,7 @@ class CloudAwsIntegrationsAwsFsx:
|
|
3828
3828
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3829
3829
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3830
3830
|
|
3831
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3831
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3832
3832
|
'''
|
3833
3833
|
result = self._values.get("aws_regions")
|
3834
3834
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3837,7 +3837,7 @@ class CloudAwsIntegrationsAwsFsx:
|
|
3837
3837
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3838
3838
|
'''The data polling interval in seconds.
|
3839
3839
|
|
3840
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3840
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3841
3841
|
'''
|
3842
3842
|
result = self._values.get("metrics_polling_interval")
|
3843
3843
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3948,8 +3948,8 @@ class CloudAwsIntegrationsAwsGlue:
|
|
3948
3948
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3949
3949
|
) -> None:
|
3950
3950
|
'''
|
3951
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3952
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3951
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3952
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3953
3953
|
'''
|
3954
3954
|
if __debug__:
|
3955
3955
|
type_hints = typing.get_type_hints(_typecheckingstub__13be6d1e289887a9278c10174d6446805dc6eeabd824fb8860f8b1a69f32c647)
|
@@ -3965,7 +3965,7 @@ class CloudAwsIntegrationsAwsGlue:
|
|
3965
3965
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3966
3966
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3967
3967
|
|
3968
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3968
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
3969
3969
|
'''
|
3970
3970
|
result = self._values.get("aws_regions")
|
3971
3971
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3974,7 +3974,7 @@ class CloudAwsIntegrationsAwsGlue:
|
|
3974
3974
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3975
3975
|
'''The data polling interval in seconds.
|
3976
3976
|
|
3977
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3977
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
3978
3978
|
'''
|
3979
3979
|
result = self._values.get("metrics_polling_interval")
|
3980
3980
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4085,8 +4085,8 @@ class CloudAwsIntegrationsAwsKinesisAnalytics:
|
|
4085
4085
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4086
4086
|
) -> None:
|
4087
4087
|
'''
|
4088
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4089
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4088
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4089
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4090
4090
|
'''
|
4091
4091
|
if __debug__:
|
4092
4092
|
type_hints = typing.get_type_hints(_typecheckingstub__929efc01f0eb14cbb469863a0673f2c86b8996f93f9c174be4e0ee76b81ea554)
|
@@ -4102,7 +4102,7 @@ class CloudAwsIntegrationsAwsKinesisAnalytics:
|
|
4102
4102
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4103
4103
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4104
4104
|
|
4105
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4105
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4106
4106
|
'''
|
4107
4107
|
result = self._values.get("aws_regions")
|
4108
4108
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4111,7 +4111,7 @@ class CloudAwsIntegrationsAwsKinesisAnalytics:
|
|
4111
4111
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4112
4112
|
'''The data polling interval in seconds.
|
4113
4113
|
|
4114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4114
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4115
4115
|
'''
|
4116
4116
|
result = self._values.get("metrics_polling_interval")
|
4117
4117
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4224,8 +4224,8 @@ class CloudAwsIntegrationsAwsMediaConvert:
|
|
4224
4224
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4225
4225
|
) -> None:
|
4226
4226
|
'''
|
4227
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4228
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4227
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4228
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4229
4229
|
'''
|
4230
4230
|
if __debug__:
|
4231
4231
|
type_hints = typing.get_type_hints(_typecheckingstub__7215dec7cb085c0a02e39a1406839de741fa58a2af9bddc4313ceb049b528cfd)
|
@@ -4241,7 +4241,7 @@ class CloudAwsIntegrationsAwsMediaConvert:
|
|
4241
4241
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4242
4242
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4243
4243
|
|
4244
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4244
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4245
4245
|
'''
|
4246
4246
|
result = self._values.get("aws_regions")
|
4247
4247
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4250,7 +4250,7 @@ class CloudAwsIntegrationsAwsMediaConvert:
|
|
4250
4250
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4251
4251
|
'''The data polling interval in seconds.
|
4252
4252
|
|
4253
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4253
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4254
4254
|
'''
|
4255
4255
|
result = self._values.get("metrics_polling_interval")
|
4256
4256
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4361,8 +4361,8 @@ class CloudAwsIntegrationsAwsMediaPackageVod:
|
|
4361
4361
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4362
4362
|
) -> None:
|
4363
4363
|
'''
|
4364
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4365
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4364
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4365
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4366
4366
|
'''
|
4367
4367
|
if __debug__:
|
4368
4368
|
type_hints = typing.get_type_hints(_typecheckingstub__56895def110fcf5f07690cddb3bb6220a710c9eae098fc702d32b03587a0f88a)
|
@@ -4378,7 +4378,7 @@ class CloudAwsIntegrationsAwsMediaPackageVod:
|
|
4378
4378
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4379
4379
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4380
4380
|
|
4381
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4381
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4382
4382
|
'''
|
4383
4383
|
result = self._values.get("aws_regions")
|
4384
4384
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4387,7 +4387,7 @@ class CloudAwsIntegrationsAwsMediaPackageVod:
|
|
4387
4387
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4388
4388
|
'''The data polling interval in seconds.
|
4389
4389
|
|
4390
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4390
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4391
4391
|
'''
|
4392
4392
|
result = self._values.get("metrics_polling_interval")
|
4393
4393
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4498,8 +4498,8 @@ class CloudAwsIntegrationsAwsMq:
|
|
4498
4498
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4499
4499
|
) -> None:
|
4500
4500
|
'''
|
4501
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4502
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4501
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4502
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4503
4503
|
'''
|
4504
4504
|
if __debug__:
|
4505
4505
|
type_hints = typing.get_type_hints(_typecheckingstub__023766cb8a0bf6393fca99b9a6c33a64059f9e044f562bdbb6231fe4bbd18379)
|
@@ -4515,7 +4515,7 @@ class CloudAwsIntegrationsAwsMq:
|
|
4515
4515
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4516
4516
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4517
4517
|
|
4518
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4518
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4519
4519
|
'''
|
4520
4520
|
result = self._values.get("aws_regions")
|
4521
4521
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4524,7 +4524,7 @@ class CloudAwsIntegrationsAwsMq:
|
|
4524
4524
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4525
4525
|
'''The data polling interval in seconds.
|
4526
4526
|
|
4527
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4527
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4528
4528
|
'''
|
4529
4529
|
result = self._values.get("metrics_polling_interval")
|
4530
4530
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4632,8 +4632,8 @@ class CloudAwsIntegrationsAwsMsk:
|
|
4632
4632
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4633
4633
|
) -> None:
|
4634
4634
|
'''
|
4635
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4636
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4635
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4636
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4637
4637
|
'''
|
4638
4638
|
if __debug__:
|
4639
4639
|
type_hints = typing.get_type_hints(_typecheckingstub__69a3e4c89d63cfee2a701c7d13eeea996cec77dfa04e231f0ad76f55f15be2a7)
|
@@ -4649,7 +4649,7 @@ class CloudAwsIntegrationsAwsMsk:
|
|
4649
4649
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4650
4650
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4651
4651
|
|
4652
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4652
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4653
4653
|
'''
|
4654
4654
|
result = self._values.get("aws_regions")
|
4655
4655
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4658,7 +4658,7 @@ class CloudAwsIntegrationsAwsMsk:
|
|
4658
4658
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4659
4659
|
'''The data polling interval in seconds.
|
4660
4660
|
|
4661
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4661
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4662
4662
|
'''
|
4663
4663
|
result = self._values.get("metrics_polling_interval")
|
4664
4664
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4769,8 +4769,8 @@ class CloudAwsIntegrationsAwsNeptune:
|
|
4769
4769
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4770
4770
|
) -> None:
|
4771
4771
|
'''
|
4772
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4773
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4772
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4773
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4774
4774
|
'''
|
4775
4775
|
if __debug__:
|
4776
4776
|
type_hints = typing.get_type_hints(_typecheckingstub__16d5d6fc2cb030dce0f96498079a27b14770ef125a713605ba769ca9856be22a)
|
@@ -4786,7 +4786,7 @@ class CloudAwsIntegrationsAwsNeptune:
|
|
4786
4786
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4787
4787
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4788
4788
|
|
4789
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4789
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4790
4790
|
'''
|
4791
4791
|
result = self._values.get("aws_regions")
|
4792
4792
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4795,7 +4795,7 @@ class CloudAwsIntegrationsAwsNeptune:
|
|
4795
4795
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4796
4796
|
'''The data polling interval in seconds.
|
4797
4797
|
|
4798
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4798
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4799
4799
|
'''
|
4800
4800
|
result = self._values.get("metrics_polling_interval")
|
4801
4801
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4906,8 +4906,8 @@ class CloudAwsIntegrationsAwsQldb:
|
|
4906
4906
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
4907
4907
|
) -> None:
|
4908
4908
|
'''
|
4909
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4910
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4909
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4910
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4911
4911
|
'''
|
4912
4912
|
if __debug__:
|
4913
4913
|
type_hints = typing.get_type_hints(_typecheckingstub__1e40ab013e4b71051afa2a6e3a9477fdebf6398813ac7b56556183160ae6f41c)
|
@@ -4923,7 +4923,7 @@ class CloudAwsIntegrationsAwsQldb:
|
|
4923
4923
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4924
4924
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4925
4925
|
|
4926
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4926
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
4927
4927
|
'''
|
4928
4928
|
result = self._values.get("aws_regions")
|
4929
4929
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4932,7 +4932,7 @@ class CloudAwsIntegrationsAwsQldb:
|
|
4932
4932
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4933
4933
|
'''The data polling interval in seconds.
|
4934
4934
|
|
4935
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4935
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
4936
4936
|
'''
|
4937
4937
|
result = self._values.get("metrics_polling_interval")
|
4938
4938
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5043,8 +5043,8 @@ class CloudAwsIntegrationsAwsRoute53Resolver:
|
|
5043
5043
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5044
5044
|
) -> None:
|
5045
5045
|
'''
|
5046
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5047
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5046
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5047
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5048
5048
|
'''
|
5049
5049
|
if __debug__:
|
5050
5050
|
type_hints = typing.get_type_hints(_typecheckingstub__5d996c041ee32148d6b98aba4921359109f18a55ebc49355547cf1f803fbd62e)
|
@@ -5060,7 +5060,7 @@ class CloudAwsIntegrationsAwsRoute53Resolver:
|
|
5060
5060
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5061
5061
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5062
5062
|
|
5063
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5063
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5064
5064
|
'''
|
5065
5065
|
result = self._values.get("aws_regions")
|
5066
5066
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5069,7 +5069,7 @@ class CloudAwsIntegrationsAwsRoute53Resolver:
|
|
5069
5069
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5070
5070
|
'''The data polling interval in seconds.
|
5071
5071
|
|
5072
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5072
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5073
5073
|
'''
|
5074
5074
|
result = self._values.get("metrics_polling_interval")
|
5075
5075
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5180,8 +5180,8 @@ class CloudAwsIntegrationsAwsStates:
|
|
5180
5180
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5181
5181
|
) -> None:
|
5182
5182
|
'''
|
5183
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5184
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5183
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5184
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5185
5185
|
'''
|
5186
5186
|
if __debug__:
|
5187
5187
|
type_hints = typing.get_type_hints(_typecheckingstub__991333ab1ecdb2219b97dbaca765d788c80e79f1a1245319d452bd2a3dd66405)
|
@@ -5197,7 +5197,7 @@ class CloudAwsIntegrationsAwsStates:
|
|
5197
5197
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5198
5198
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5199
5199
|
|
5200
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5200
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5201
5201
|
'''
|
5202
5202
|
result = self._values.get("aws_regions")
|
5203
5203
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5206,7 +5206,7 @@ class CloudAwsIntegrationsAwsStates:
|
|
5206
5206
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5207
5207
|
'''The data polling interval in seconds.
|
5208
5208
|
|
5209
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5209
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5210
5210
|
'''
|
5211
5211
|
result = self._values.get("metrics_polling_interval")
|
5212
5212
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5317,8 +5317,8 @@ class CloudAwsIntegrationsAwsTransitGateway:
|
|
5317
5317
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5318
5318
|
) -> None:
|
5319
5319
|
'''
|
5320
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5321
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5320
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5321
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5322
5322
|
'''
|
5323
5323
|
if __debug__:
|
5324
5324
|
type_hints = typing.get_type_hints(_typecheckingstub__643e89acdb5932bd7d59be268065180494a868d5b53015a8fa3018521a827f8f)
|
@@ -5334,7 +5334,7 @@ class CloudAwsIntegrationsAwsTransitGateway:
|
|
5334
5334
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5335
5335
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5336
5336
|
|
5337
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5337
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5338
5338
|
'''
|
5339
5339
|
result = self._values.get("aws_regions")
|
5340
5340
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5343,7 +5343,7 @@ class CloudAwsIntegrationsAwsTransitGateway:
|
|
5343
5343
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5344
5344
|
'''The data polling interval in seconds.
|
5345
5345
|
|
5346
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5346
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5347
5347
|
'''
|
5348
5348
|
result = self._values.get("metrics_polling_interval")
|
5349
5349
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5454,8 +5454,8 @@ class CloudAwsIntegrationsAwsWaf:
|
|
5454
5454
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5455
5455
|
) -> None:
|
5456
5456
|
'''
|
5457
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5458
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5457
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5458
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5459
5459
|
'''
|
5460
5460
|
if __debug__:
|
5461
5461
|
type_hints = typing.get_type_hints(_typecheckingstub__f854a435a68b01769b18046a82ee738aeae217f89ecfe5cfe5909a9b8ab4941b)
|
@@ -5471,7 +5471,7 @@ class CloudAwsIntegrationsAwsWaf:
|
|
5471
5471
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5472
5472
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5473
5473
|
|
5474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5475
5475
|
'''
|
5476
5476
|
result = self._values.get("aws_regions")
|
5477
5477
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5480,7 +5480,7 @@ class CloudAwsIntegrationsAwsWaf:
|
|
5480
5480
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5481
5481
|
'''The data polling interval in seconds.
|
5482
5482
|
|
5483
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5484
5484
|
'''
|
5485
5485
|
result = self._values.get("metrics_polling_interval")
|
5486
5486
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5591,8 +5591,8 @@ class CloudAwsIntegrationsAwsWafv2:
|
|
5591
5591
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5592
5592
|
) -> None:
|
5593
5593
|
'''
|
5594
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5595
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5594
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5595
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5596
5596
|
'''
|
5597
5597
|
if __debug__:
|
5598
5598
|
type_hints = typing.get_type_hints(_typecheckingstub__a0aa03acb5e2ef6c930e1717137b507913393a6d9225bad081cb7ea06878e999)
|
@@ -5608,7 +5608,7 @@ class CloudAwsIntegrationsAwsWafv2:
|
|
5608
5608
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5609
5609
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5610
5610
|
|
5611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5611
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
5612
5612
|
'''
|
5613
5613
|
result = self._values.get("aws_regions")
|
5614
5614
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5617,7 +5617,7 @@ class CloudAwsIntegrationsAwsWafv2:
|
|
5617
5617
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5618
5618
|
'''The data polling interval in seconds.
|
5619
5619
|
|
5620
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5620
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5621
5621
|
'''
|
5622
5622
|
result = self._values.get("metrics_polling_interval")
|
5623
5623
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5724,7 +5724,7 @@ class CloudAwsIntegrationsBilling:
|
|
5724
5724
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5725
5725
|
) -> None:
|
5726
5726
|
'''
|
5727
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5727
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5728
5728
|
'''
|
5729
5729
|
if __debug__:
|
5730
5730
|
type_hints = typing.get_type_hints(_typecheckingstub__2e9ccb32fc89d2507f407cef214d9b76981c4a2617faf94bdbaa95a6ca60f3d7)
|
@@ -5737,7 +5737,7 @@ class CloudAwsIntegrationsBilling:
|
|
5737
5737
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5738
5738
|
'''The data polling interval in seconds.
|
5739
5739
|
|
5740
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5740
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5741
5741
|
'''
|
5742
5742
|
result = self._values.get("metrics_polling_interval")
|
5743
5743
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5833,11 +5833,11 @@ class CloudAwsIntegrationsCloudfront:
|
|
5833
5833
|
tag_value: typing.Optional[builtins.str] = None,
|
5834
5834
|
) -> None:
|
5835
5835
|
'''
|
5836
|
-
:param fetch_lambdas_at_edge: Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5837
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5838
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5839
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5840
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5836
|
+
:param fetch_lambdas_at_edge: Specify if Lambdas@Edge should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge}
|
5837
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
5838
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5839
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
5840
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
5841
5841
|
'''
|
5842
5842
|
if __debug__:
|
5843
5843
|
type_hints = typing.get_type_hints(_typecheckingstub__2266f63c7b7630abc91377c0b73f98ea11cdfc99572d6efd5d1717467b93268d)
|
@@ -5866,7 +5866,7 @@ class CloudAwsIntegrationsCloudfront:
|
|
5866
5866
|
|
5867
5867
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5868
5868
|
|
5869
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5869
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_lambdas_at_edge CloudAwsIntegrations#fetch_lambdas_at_edge}
|
5870
5870
|
'''
|
5871
5871
|
result = self._values.get("fetch_lambdas_at_edge")
|
5872
5872
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5879,7 +5879,7 @@ class CloudAwsIntegrationsCloudfront:
|
|
5879
5879
|
|
5880
5880
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5881
5881
|
|
5882
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5882
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
5883
5883
|
'''
|
5884
5884
|
result = self._values.get("fetch_tags")
|
5885
5885
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5888,7 +5888,7 @@ class CloudAwsIntegrationsCloudfront:
|
|
5888
5888
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5889
5889
|
'''The data polling interval in seconds.
|
5890
5890
|
|
5891
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5891
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
5892
5892
|
'''
|
5893
5893
|
result = self._values.get("metrics_polling_interval")
|
5894
5894
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5897,7 +5897,7 @@ class CloudAwsIntegrationsCloudfront:
|
|
5897
5897
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
5898
5898
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5899
5899
|
|
5900
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5900
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
5901
5901
|
'''
|
5902
5902
|
result = self._values.get("tag_key")
|
5903
5903
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5906,7 +5906,7 @@ class CloudAwsIntegrationsCloudfront:
|
|
5906
5906
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
5907
5907
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5908
5908
|
|
5909
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5909
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
5910
5910
|
'''
|
5911
5911
|
result = self._values.get("tag_value")
|
5912
5912
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -6092,8 +6092,8 @@ class CloudAwsIntegrationsCloudtrail:
|
|
6092
6092
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
6093
6093
|
) -> None:
|
6094
6094
|
'''
|
6095
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6096
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6095
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
6096
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
6097
6097
|
'''
|
6098
6098
|
if __debug__:
|
6099
6099
|
type_hints = typing.get_type_hints(_typecheckingstub__9133ba564bcdd8e4779348d80ab1c85ac796b37f55e670dd76c7e2d6c8aa73fb)
|
@@ -6109,7 +6109,7 @@ class CloudAwsIntegrationsCloudtrail:
|
|
6109
6109
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
6110
6110
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
6111
6111
|
|
6112
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6112
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
6113
6113
|
'''
|
6114
6114
|
result = self._values.get("aws_regions")
|
6115
6115
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -6118,7 +6118,7 @@ class CloudAwsIntegrationsCloudtrail:
|
|
6118
6118
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
6119
6119
|
'''The data polling interval in seconds.
|
6120
6120
|
|
6121
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6121
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
6122
6122
|
'''
|
6123
6123
|
result = self._values.get("metrics_polling_interval")
|
6124
6124
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6358,62 +6358,62 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6358
6358
|
:param lifecycle:
|
6359
6359
|
:param provider:
|
6360
6360
|
:param provisioners:
|
6361
|
-
:param linked_account_id: The ID of the linked AWS account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6362
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6363
|
-
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6364
|
-
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6365
|
-
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6366
|
-
:param aws_app_sync: aws_app_sync block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6367
|
-
:param aws_athena: aws_athena block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6368
|
-
:param aws_auto_discovery: aws_auto_discovery block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6369
|
-
:param aws_cognito: aws_cognito block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6370
|
-
:param aws_connect: aws_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6371
|
-
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6372
|
-
:param aws_fsx: aws_fsx block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6373
|
-
:param aws_glue: aws_glue block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6374
|
-
:param aws_kinesis_analytics: aws_kinesis_analytics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6375
|
-
:param aws_media_convert: aws_media_convert block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6376
|
-
:param aws_media_package_vod: aws_media_package_vod block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6377
|
-
:param aws_mq: aws_mq block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6378
|
-
:param aws_msk: aws_msk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6379
|
-
:param aws_neptune: aws_neptune block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6380
|
-
:param aws_qldb: aws_qldb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6381
|
-
:param aws_route53_resolver: aws_route53resolver block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6382
|
-
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6383
|
-
:param aws_transit_gateway: aws_transit_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6384
|
-
:param aws_waf: aws_waf block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6385
|
-
:param aws_wafv2: aws_wafv2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6386
|
-
:param billing: billing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6387
|
-
:param cloudfront: cloudfront block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6388
|
-
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6389
|
-
:param doc_db: doc_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6390
|
-
:param dynamodb: dynamodb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6391
|
-
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6392
|
-
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6393
|
-
:param ecs: ecs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6394
|
-
:param efs: efs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6395
|
-
:param elasticache: elasticache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6396
|
-
:param elasticbeanstalk: elasticbeanstalk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6397
|
-
:param elasticsearch: elasticsearch block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6398
|
-
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6399
|
-
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6400
|
-
:param health: health block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6401
|
-
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6402
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6403
|
-
:param iot: iot block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6404
|
-
:param kinesis: kinesis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6405
|
-
:param kinesis_firehose: kinesis_firehose block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6406
|
-
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6407
|
-
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6408
|
-
:param redshift: redshift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6409
|
-
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6410
|
-
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6411
|
-
:param ses: ses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6412
|
-
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6413
|
-
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6414
|
-
:param trusted_advisor: trusted_advisor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6415
|
-
:param vpc: vpc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6416
|
-
:param x_ray: x_ray block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6361
|
+
:param linked_account_id: The ID of the linked AWS account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id}
|
6362
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id}
|
6363
|
+
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb}
|
6364
|
+
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway}
|
6365
|
+
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling}
|
6366
|
+
:param aws_app_sync: aws_app_sync block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync}
|
6367
|
+
:param aws_athena: aws_athena block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena}
|
6368
|
+
:param aws_auto_discovery: aws_auto_discovery block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_auto_discovery CloudAwsIntegrations#aws_auto_discovery}
|
6369
|
+
:param aws_cognito: aws_cognito block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito}
|
6370
|
+
:param aws_connect: aws_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect}
|
6371
|
+
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect}
|
6372
|
+
:param aws_fsx: aws_fsx block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx}
|
6373
|
+
:param aws_glue: aws_glue block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue}
|
6374
|
+
:param aws_kinesis_analytics: aws_kinesis_analytics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics}
|
6375
|
+
:param aws_media_convert: aws_media_convert block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert}
|
6376
|
+
:param aws_media_package_vod: aws_media_package_vod block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod}
|
6377
|
+
:param aws_mq: aws_mq block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq}
|
6378
|
+
:param aws_msk: aws_msk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk}
|
6379
|
+
:param aws_neptune: aws_neptune block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune}
|
6380
|
+
:param aws_qldb: aws_qldb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb}
|
6381
|
+
:param aws_route53_resolver: aws_route53resolver block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver}
|
6382
|
+
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states}
|
6383
|
+
:param aws_transit_gateway: aws_transit_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway}
|
6384
|
+
:param aws_waf: aws_waf block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf}
|
6385
|
+
:param aws_wafv2: aws_wafv2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2}
|
6386
|
+
:param billing: billing block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing}
|
6387
|
+
:param cloudfront: cloudfront block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront}
|
6388
|
+
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail}
|
6389
|
+
:param doc_db: doc_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db}
|
6390
|
+
:param dynamodb: dynamodb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb}
|
6391
|
+
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs}
|
6392
|
+
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2}
|
6393
|
+
:param ecs: ecs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs}
|
6394
|
+
:param efs: efs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs}
|
6395
|
+
:param elasticache: elasticache block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache}
|
6396
|
+
:param elasticbeanstalk: elasticbeanstalk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk}
|
6397
|
+
:param elasticsearch: elasticsearch block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch}
|
6398
|
+
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb}
|
6399
|
+
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr}
|
6400
|
+
:param health: health block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health}
|
6401
|
+
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam}
|
6402
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#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.
|
6403
|
+
:param iot: iot block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot}
|
6404
|
+
:param kinesis: kinesis block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis}
|
6405
|
+
:param kinesis_firehose: kinesis_firehose block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose}
|
6406
|
+
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda}
|
6407
|
+
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds}
|
6408
|
+
:param redshift: redshift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift}
|
6409
|
+
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53}
|
6410
|
+
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3}
|
6411
|
+
:param ses: ses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses}
|
6412
|
+
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns}
|
6413
|
+
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs}
|
6414
|
+
:param trusted_advisor: trusted_advisor block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor}
|
6415
|
+
:param vpc: vpc block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc}
|
6416
|
+
:param x_ray: x_ray block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray}
|
6417
6417
|
'''
|
6418
6418
|
if isinstance(lifecycle, dict):
|
6419
6419
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -6784,7 +6784,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6784
6784
|
def linked_account_id(self) -> jsii.Number:
|
6785
6785
|
'''The ID of the linked AWS account in New Relic.
|
6786
6786
|
|
6787
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6787
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#linked_account_id CloudAwsIntegrations#linked_account_id}
|
6788
6788
|
'''
|
6789
6789
|
result = self._values.get("linked_account_id")
|
6790
6790
|
assert result is not None, "Required property 'linked_account_id' is missing"
|
@@ -6794,7 +6794,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6794
6794
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
6795
6795
|
'''The ID of the account in New Relic.
|
6796
6796
|
|
6797
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6797
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#account_id CloudAwsIntegrations#account_id}
|
6798
6798
|
'''
|
6799
6799
|
result = self._values.get("account_id")
|
6800
6800
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -6803,7 +6803,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6803
6803
|
def alb(self) -> typing.Optional[CloudAwsIntegrationsAlb]:
|
6804
6804
|
'''alb block.
|
6805
6805
|
|
6806
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6806
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#alb CloudAwsIntegrations#alb}
|
6807
6807
|
'''
|
6808
6808
|
result = self._values.get("alb")
|
6809
6809
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAlb], result)
|
@@ -6812,7 +6812,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6812
6812
|
def api_gateway(self) -> typing.Optional[CloudAwsIntegrationsApiGateway]:
|
6813
6813
|
'''api_gateway block.
|
6814
6814
|
|
6815
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6815
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#api_gateway CloudAwsIntegrations#api_gateway}
|
6816
6816
|
'''
|
6817
6817
|
result = self._values.get("api_gateway")
|
6818
6818
|
return typing.cast(typing.Optional[CloudAwsIntegrationsApiGateway], result)
|
@@ -6821,7 +6821,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6821
6821
|
def auto_scaling(self) -> typing.Optional[CloudAwsIntegrationsAutoScaling]:
|
6822
6822
|
'''auto_scaling block.
|
6823
6823
|
|
6824
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6824
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#auto_scaling CloudAwsIntegrations#auto_scaling}
|
6825
6825
|
'''
|
6826
6826
|
result = self._values.get("auto_scaling")
|
6827
6827
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAutoScaling], result)
|
@@ -6830,7 +6830,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6830
6830
|
def aws_app_sync(self) -> typing.Optional[CloudAwsIntegrationsAwsAppSync]:
|
6831
6831
|
'''aws_app_sync block.
|
6832
6832
|
|
6833
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6833
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_app_sync CloudAwsIntegrations#aws_app_sync}
|
6834
6834
|
'''
|
6835
6835
|
result = self._values.get("aws_app_sync")
|
6836
6836
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsAppSync], result)
|
@@ -6839,7 +6839,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6839
6839
|
def aws_athena(self) -> typing.Optional[CloudAwsIntegrationsAwsAthena]:
|
6840
6840
|
'''aws_athena block.
|
6841
6841
|
|
6842
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6842
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_athena CloudAwsIntegrations#aws_athena}
|
6843
6843
|
'''
|
6844
6844
|
result = self._values.get("aws_athena")
|
6845
6845
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsAthena], result)
|
@@ -6850,7 +6850,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6850
6850
|
) -> typing.Optional[CloudAwsIntegrationsAwsAutoDiscovery]:
|
6851
6851
|
'''aws_auto_discovery block.
|
6852
6852
|
|
6853
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6853
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_auto_discovery CloudAwsIntegrations#aws_auto_discovery}
|
6854
6854
|
'''
|
6855
6855
|
result = self._values.get("aws_auto_discovery")
|
6856
6856
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsAutoDiscovery], result)
|
@@ -6859,7 +6859,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6859
6859
|
def aws_cognito(self) -> typing.Optional[CloudAwsIntegrationsAwsCognito]:
|
6860
6860
|
'''aws_cognito block.
|
6861
6861
|
|
6862
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6862
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_cognito CloudAwsIntegrations#aws_cognito}
|
6863
6863
|
'''
|
6864
6864
|
result = self._values.get("aws_cognito")
|
6865
6865
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsCognito], result)
|
@@ -6868,7 +6868,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6868
6868
|
def aws_connect(self) -> typing.Optional[CloudAwsIntegrationsAwsConnect]:
|
6869
6869
|
'''aws_connect block.
|
6870
6870
|
|
6871
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6871
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_connect CloudAwsIntegrations#aws_connect}
|
6872
6872
|
'''
|
6873
6873
|
result = self._values.get("aws_connect")
|
6874
6874
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsConnect], result)
|
@@ -6879,7 +6879,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6879
6879
|
) -> typing.Optional[CloudAwsIntegrationsAwsDirectConnect]:
|
6880
6880
|
'''aws_direct_connect block.
|
6881
6881
|
|
6882
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6882
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_direct_connect CloudAwsIntegrations#aws_direct_connect}
|
6883
6883
|
'''
|
6884
6884
|
result = self._values.get("aws_direct_connect")
|
6885
6885
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsDirectConnect], result)
|
@@ -6888,7 +6888,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6888
6888
|
def aws_fsx(self) -> typing.Optional[CloudAwsIntegrationsAwsFsx]:
|
6889
6889
|
'''aws_fsx block.
|
6890
6890
|
|
6891
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6891
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_fsx CloudAwsIntegrations#aws_fsx}
|
6892
6892
|
'''
|
6893
6893
|
result = self._values.get("aws_fsx")
|
6894
6894
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsFsx], result)
|
@@ -6897,7 +6897,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6897
6897
|
def aws_glue(self) -> typing.Optional[CloudAwsIntegrationsAwsGlue]:
|
6898
6898
|
'''aws_glue block.
|
6899
6899
|
|
6900
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6900
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_glue CloudAwsIntegrations#aws_glue}
|
6901
6901
|
'''
|
6902
6902
|
result = self._values.get("aws_glue")
|
6903
6903
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsGlue], result)
|
@@ -6908,7 +6908,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6908
6908
|
) -> typing.Optional[CloudAwsIntegrationsAwsKinesisAnalytics]:
|
6909
6909
|
'''aws_kinesis_analytics block.
|
6910
6910
|
|
6911
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6911
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_kinesis_analytics CloudAwsIntegrations#aws_kinesis_analytics}
|
6912
6912
|
'''
|
6913
6913
|
result = self._values.get("aws_kinesis_analytics")
|
6914
6914
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsKinesisAnalytics], result)
|
@@ -6917,7 +6917,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6917
6917
|
def aws_media_convert(self) -> typing.Optional[CloudAwsIntegrationsAwsMediaConvert]:
|
6918
6918
|
'''aws_media_convert block.
|
6919
6919
|
|
6920
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6920
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_convert CloudAwsIntegrations#aws_media_convert}
|
6921
6921
|
'''
|
6922
6922
|
result = self._values.get("aws_media_convert")
|
6923
6923
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsMediaConvert], result)
|
@@ -6928,7 +6928,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6928
6928
|
) -> typing.Optional[CloudAwsIntegrationsAwsMediaPackageVod]:
|
6929
6929
|
'''aws_media_package_vod block.
|
6930
6930
|
|
6931
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6931
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_media_package_vod CloudAwsIntegrations#aws_media_package_vod}
|
6932
6932
|
'''
|
6933
6933
|
result = self._values.get("aws_media_package_vod")
|
6934
6934
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsMediaPackageVod], result)
|
@@ -6937,7 +6937,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6937
6937
|
def aws_mq(self) -> typing.Optional[CloudAwsIntegrationsAwsMq]:
|
6938
6938
|
'''aws_mq block.
|
6939
6939
|
|
6940
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6940
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_mq CloudAwsIntegrations#aws_mq}
|
6941
6941
|
'''
|
6942
6942
|
result = self._values.get("aws_mq")
|
6943
6943
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsMq], result)
|
@@ -6946,7 +6946,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6946
6946
|
def aws_msk(self) -> typing.Optional[CloudAwsIntegrationsAwsMsk]:
|
6947
6947
|
'''aws_msk block.
|
6948
6948
|
|
6949
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6949
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_msk CloudAwsIntegrations#aws_msk}
|
6950
6950
|
'''
|
6951
6951
|
result = self._values.get("aws_msk")
|
6952
6952
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsMsk], result)
|
@@ -6955,7 +6955,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6955
6955
|
def aws_neptune(self) -> typing.Optional[CloudAwsIntegrationsAwsNeptune]:
|
6956
6956
|
'''aws_neptune block.
|
6957
6957
|
|
6958
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6958
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_neptune CloudAwsIntegrations#aws_neptune}
|
6959
6959
|
'''
|
6960
6960
|
result = self._values.get("aws_neptune")
|
6961
6961
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsNeptune], result)
|
@@ -6964,7 +6964,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6964
6964
|
def aws_qldb(self) -> typing.Optional[CloudAwsIntegrationsAwsQldb]:
|
6965
6965
|
'''aws_qldb block.
|
6966
6966
|
|
6967
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6967
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_qldb CloudAwsIntegrations#aws_qldb}
|
6968
6968
|
'''
|
6969
6969
|
result = self._values.get("aws_qldb")
|
6970
6970
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsQldb], result)
|
@@ -6975,7 +6975,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6975
6975
|
) -> typing.Optional[CloudAwsIntegrationsAwsRoute53Resolver]:
|
6976
6976
|
'''aws_route53resolver block.
|
6977
6977
|
|
6978
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6978
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_route53resolver CloudAwsIntegrations#aws_route53resolver}
|
6979
6979
|
'''
|
6980
6980
|
result = self._values.get("aws_route53_resolver")
|
6981
6981
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsRoute53Resolver], result)
|
@@ -6984,7 +6984,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6984
6984
|
def aws_states(self) -> typing.Optional[CloudAwsIntegrationsAwsStates]:
|
6985
6985
|
'''aws_states block.
|
6986
6986
|
|
6987
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6987
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_states CloudAwsIntegrations#aws_states}
|
6988
6988
|
'''
|
6989
6989
|
result = self._values.get("aws_states")
|
6990
6990
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsStates], result)
|
@@ -6995,7 +6995,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
6995
6995
|
) -> typing.Optional[CloudAwsIntegrationsAwsTransitGateway]:
|
6996
6996
|
'''aws_transit_gateway block.
|
6997
6997
|
|
6998
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
6998
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_transit_gateway CloudAwsIntegrations#aws_transit_gateway}
|
6999
6999
|
'''
|
7000
7000
|
result = self._values.get("aws_transit_gateway")
|
7001
7001
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsTransitGateway], result)
|
@@ -7004,7 +7004,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7004
7004
|
def aws_waf(self) -> typing.Optional[CloudAwsIntegrationsAwsWaf]:
|
7005
7005
|
'''aws_waf block.
|
7006
7006
|
|
7007
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7007
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_waf CloudAwsIntegrations#aws_waf}
|
7008
7008
|
'''
|
7009
7009
|
result = self._values.get("aws_waf")
|
7010
7010
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsWaf], result)
|
@@ -7013,7 +7013,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7013
7013
|
def aws_wafv2(self) -> typing.Optional[CloudAwsIntegrationsAwsWafv2]:
|
7014
7014
|
'''aws_wafv2 block.
|
7015
7015
|
|
7016
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7016
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_wafv2 CloudAwsIntegrations#aws_wafv2}
|
7017
7017
|
'''
|
7018
7018
|
result = self._values.get("aws_wafv2")
|
7019
7019
|
return typing.cast(typing.Optional[CloudAwsIntegrationsAwsWafv2], result)
|
@@ -7022,7 +7022,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7022
7022
|
def billing(self) -> typing.Optional[CloudAwsIntegrationsBilling]:
|
7023
7023
|
'''billing block.
|
7024
7024
|
|
7025
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7025
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#billing CloudAwsIntegrations#billing}
|
7026
7026
|
'''
|
7027
7027
|
result = self._values.get("billing")
|
7028
7028
|
return typing.cast(typing.Optional[CloudAwsIntegrationsBilling], result)
|
@@ -7031,7 +7031,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7031
7031
|
def cloudfront(self) -> typing.Optional[CloudAwsIntegrationsCloudfront]:
|
7032
7032
|
'''cloudfront block.
|
7033
7033
|
|
7034
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7034
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudfront CloudAwsIntegrations#cloudfront}
|
7035
7035
|
'''
|
7036
7036
|
result = self._values.get("cloudfront")
|
7037
7037
|
return typing.cast(typing.Optional[CloudAwsIntegrationsCloudfront], result)
|
@@ -7040,7 +7040,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7040
7040
|
def cloudtrail(self) -> typing.Optional[CloudAwsIntegrationsCloudtrail]:
|
7041
7041
|
'''cloudtrail block.
|
7042
7042
|
|
7043
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7043
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#cloudtrail CloudAwsIntegrations#cloudtrail}
|
7044
7044
|
'''
|
7045
7045
|
result = self._values.get("cloudtrail")
|
7046
7046
|
return typing.cast(typing.Optional[CloudAwsIntegrationsCloudtrail], result)
|
@@ -7049,7 +7049,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7049
7049
|
def doc_db(self) -> typing.Optional["CloudAwsIntegrationsDocDb"]:
|
7050
7050
|
'''doc_db block.
|
7051
7051
|
|
7052
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7052
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#doc_db CloudAwsIntegrations#doc_db}
|
7053
7053
|
'''
|
7054
7054
|
result = self._values.get("doc_db")
|
7055
7055
|
return typing.cast(typing.Optional["CloudAwsIntegrationsDocDb"], result)
|
@@ -7058,7 +7058,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7058
7058
|
def dynamodb(self) -> typing.Optional["CloudAwsIntegrationsDynamodb"]:
|
7059
7059
|
'''dynamodb block.
|
7060
7060
|
|
7061
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7061
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#dynamodb CloudAwsIntegrations#dynamodb}
|
7062
7062
|
'''
|
7063
7063
|
result = self._values.get("dynamodb")
|
7064
7064
|
return typing.cast(typing.Optional["CloudAwsIntegrationsDynamodb"], result)
|
@@ -7067,7 +7067,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7067
7067
|
def ebs(self) -> typing.Optional["CloudAwsIntegrationsEbs"]:
|
7068
7068
|
'''ebs block.
|
7069
7069
|
|
7070
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7070
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ebs CloudAwsIntegrations#ebs}
|
7071
7071
|
'''
|
7072
7072
|
result = self._values.get("ebs")
|
7073
7073
|
return typing.cast(typing.Optional["CloudAwsIntegrationsEbs"], result)
|
@@ -7076,7 +7076,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7076
7076
|
def ec2(self) -> typing.Optional["CloudAwsIntegrationsEc2"]:
|
7077
7077
|
'''ec2 block.
|
7078
7078
|
|
7079
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7079
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ec2 CloudAwsIntegrations#ec2}
|
7080
7080
|
'''
|
7081
7081
|
result = self._values.get("ec2")
|
7082
7082
|
return typing.cast(typing.Optional["CloudAwsIntegrationsEc2"], result)
|
@@ -7085,7 +7085,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7085
7085
|
def ecs(self) -> typing.Optional["CloudAwsIntegrationsEcs"]:
|
7086
7086
|
'''ecs block.
|
7087
7087
|
|
7088
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7088
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ecs CloudAwsIntegrations#ecs}
|
7089
7089
|
'''
|
7090
7090
|
result = self._values.get("ecs")
|
7091
7091
|
return typing.cast(typing.Optional["CloudAwsIntegrationsEcs"], result)
|
@@ -7094,7 +7094,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7094
7094
|
def efs(self) -> typing.Optional["CloudAwsIntegrationsEfs"]:
|
7095
7095
|
'''efs block.
|
7096
7096
|
|
7097
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7097
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#efs CloudAwsIntegrations#efs}
|
7098
7098
|
'''
|
7099
7099
|
result = self._values.get("efs")
|
7100
7100
|
return typing.cast(typing.Optional["CloudAwsIntegrationsEfs"], result)
|
@@ -7103,7 +7103,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7103
7103
|
def elasticache(self) -> typing.Optional["CloudAwsIntegrationsElasticache"]:
|
7104
7104
|
'''elasticache block.
|
7105
7105
|
|
7106
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7106
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticache CloudAwsIntegrations#elasticache}
|
7107
7107
|
'''
|
7108
7108
|
result = self._values.get("elasticache")
|
7109
7109
|
return typing.cast(typing.Optional["CloudAwsIntegrationsElasticache"], result)
|
@@ -7114,7 +7114,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7114
7114
|
) -> typing.Optional["CloudAwsIntegrationsElasticbeanstalk"]:
|
7115
7115
|
'''elasticbeanstalk block.
|
7116
7116
|
|
7117
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7117
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticbeanstalk CloudAwsIntegrations#elasticbeanstalk}
|
7118
7118
|
'''
|
7119
7119
|
result = self._values.get("elasticbeanstalk")
|
7120
7120
|
return typing.cast(typing.Optional["CloudAwsIntegrationsElasticbeanstalk"], result)
|
@@ -7123,7 +7123,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7123
7123
|
def elasticsearch(self) -> typing.Optional["CloudAwsIntegrationsElasticsearch"]:
|
7124
7124
|
'''elasticsearch block.
|
7125
7125
|
|
7126
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7126
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elasticsearch CloudAwsIntegrations#elasticsearch}
|
7127
7127
|
'''
|
7128
7128
|
result = self._values.get("elasticsearch")
|
7129
7129
|
return typing.cast(typing.Optional["CloudAwsIntegrationsElasticsearch"], result)
|
@@ -7132,7 +7132,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7132
7132
|
def elb(self) -> typing.Optional["CloudAwsIntegrationsElb"]:
|
7133
7133
|
'''elb block.
|
7134
7134
|
|
7135
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7135
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#elb CloudAwsIntegrations#elb}
|
7136
7136
|
'''
|
7137
7137
|
result = self._values.get("elb")
|
7138
7138
|
return typing.cast(typing.Optional["CloudAwsIntegrationsElb"], result)
|
@@ -7141,7 +7141,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7141
7141
|
def emr(self) -> typing.Optional["CloudAwsIntegrationsEmr"]:
|
7142
7142
|
'''emr block.
|
7143
7143
|
|
7144
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7144
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#emr CloudAwsIntegrations#emr}
|
7145
7145
|
'''
|
7146
7146
|
result = self._values.get("emr")
|
7147
7147
|
return typing.cast(typing.Optional["CloudAwsIntegrationsEmr"], result)
|
@@ -7150,7 +7150,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7150
7150
|
def health(self) -> typing.Optional["CloudAwsIntegrationsHealth"]:
|
7151
7151
|
'''health block.
|
7152
7152
|
|
7153
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7153
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#health CloudAwsIntegrations#health}
|
7154
7154
|
'''
|
7155
7155
|
result = self._values.get("health")
|
7156
7156
|
return typing.cast(typing.Optional["CloudAwsIntegrationsHealth"], result)
|
@@ -7159,14 +7159,14 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7159
7159
|
def iam(self) -> typing.Optional["CloudAwsIntegrationsIam"]:
|
7160
7160
|
'''iam block.
|
7161
7161
|
|
7162
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7162
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iam CloudAwsIntegrations#iam}
|
7163
7163
|
'''
|
7164
7164
|
result = self._values.get("iam")
|
7165
7165
|
return typing.cast(typing.Optional["CloudAwsIntegrationsIam"], result)
|
7166
7166
|
|
7167
7167
|
@builtins.property
|
7168
7168
|
def id(self) -> typing.Optional[builtins.str]:
|
7169
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7169
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#id CloudAwsIntegrations#id}.
|
7170
7170
|
|
7171
7171
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
7172
7172
|
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.
|
@@ -7178,7 +7178,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7178
7178
|
def iot(self) -> typing.Optional["CloudAwsIntegrationsIot"]:
|
7179
7179
|
'''iot block.
|
7180
7180
|
|
7181
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7181
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#iot CloudAwsIntegrations#iot}
|
7182
7182
|
'''
|
7183
7183
|
result = self._values.get("iot")
|
7184
7184
|
return typing.cast(typing.Optional["CloudAwsIntegrationsIot"], result)
|
@@ -7187,7 +7187,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7187
7187
|
def kinesis(self) -> typing.Optional["CloudAwsIntegrationsKinesis"]:
|
7188
7188
|
'''kinesis block.
|
7189
7189
|
|
7190
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7190
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis CloudAwsIntegrations#kinesis}
|
7191
7191
|
'''
|
7192
7192
|
result = self._values.get("kinesis")
|
7193
7193
|
return typing.cast(typing.Optional["CloudAwsIntegrationsKinesis"], result)
|
@@ -7198,7 +7198,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7198
7198
|
) -> typing.Optional["CloudAwsIntegrationsKinesisFirehose"]:
|
7199
7199
|
'''kinesis_firehose block.
|
7200
7200
|
|
7201
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7201
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#kinesis_firehose CloudAwsIntegrations#kinesis_firehose}
|
7202
7202
|
'''
|
7203
7203
|
result = self._values.get("kinesis_firehose")
|
7204
7204
|
return typing.cast(typing.Optional["CloudAwsIntegrationsKinesisFirehose"], result)
|
@@ -7207,7 +7207,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7207
7207
|
def lambda_(self) -> typing.Optional["CloudAwsIntegrationsLambda"]:
|
7208
7208
|
'''lambda block.
|
7209
7209
|
|
7210
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7210
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#lambda CloudAwsIntegrations#lambda}
|
7211
7211
|
'''
|
7212
7212
|
result = self._values.get("lambda_")
|
7213
7213
|
return typing.cast(typing.Optional["CloudAwsIntegrationsLambda"], result)
|
@@ -7216,7 +7216,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7216
7216
|
def rds(self) -> typing.Optional["CloudAwsIntegrationsRds"]:
|
7217
7217
|
'''rds block.
|
7218
7218
|
|
7219
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7219
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#rds CloudAwsIntegrations#rds}
|
7220
7220
|
'''
|
7221
7221
|
result = self._values.get("rds")
|
7222
7222
|
return typing.cast(typing.Optional["CloudAwsIntegrationsRds"], result)
|
@@ -7225,7 +7225,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7225
7225
|
def redshift(self) -> typing.Optional["CloudAwsIntegrationsRedshift"]:
|
7226
7226
|
'''redshift block.
|
7227
7227
|
|
7228
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7228
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#redshift CloudAwsIntegrations#redshift}
|
7229
7229
|
'''
|
7230
7230
|
result = self._values.get("redshift")
|
7231
7231
|
return typing.cast(typing.Optional["CloudAwsIntegrationsRedshift"], result)
|
@@ -7234,7 +7234,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7234
7234
|
def route53(self) -> typing.Optional["CloudAwsIntegrationsRoute53"]:
|
7235
7235
|
'''route53 block.
|
7236
7236
|
|
7237
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7237
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#route53 CloudAwsIntegrations#route53}
|
7238
7238
|
'''
|
7239
7239
|
result = self._values.get("route53")
|
7240
7240
|
return typing.cast(typing.Optional["CloudAwsIntegrationsRoute53"], result)
|
@@ -7243,7 +7243,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7243
7243
|
def s3(self) -> typing.Optional["CloudAwsIntegrationsS3"]:
|
7244
7244
|
'''s3 block.
|
7245
7245
|
|
7246
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7246
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#s3 CloudAwsIntegrations#s3}
|
7247
7247
|
'''
|
7248
7248
|
result = self._values.get("s3")
|
7249
7249
|
return typing.cast(typing.Optional["CloudAwsIntegrationsS3"], result)
|
@@ -7252,7 +7252,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7252
7252
|
def ses(self) -> typing.Optional["CloudAwsIntegrationsSes"]:
|
7253
7253
|
'''ses block.
|
7254
7254
|
|
7255
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7255
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#ses CloudAwsIntegrations#ses}
|
7256
7256
|
'''
|
7257
7257
|
result = self._values.get("ses")
|
7258
7258
|
return typing.cast(typing.Optional["CloudAwsIntegrationsSes"], result)
|
@@ -7261,7 +7261,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7261
7261
|
def sns(self) -> typing.Optional["CloudAwsIntegrationsSns"]:
|
7262
7262
|
'''sns block.
|
7263
7263
|
|
7264
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7264
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sns CloudAwsIntegrations#sns}
|
7265
7265
|
'''
|
7266
7266
|
result = self._values.get("sns")
|
7267
7267
|
return typing.cast(typing.Optional["CloudAwsIntegrationsSns"], result)
|
@@ -7270,7 +7270,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7270
7270
|
def sqs(self) -> typing.Optional["CloudAwsIntegrationsSqs"]:
|
7271
7271
|
'''sqs block.
|
7272
7272
|
|
7273
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7273
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#sqs CloudAwsIntegrations#sqs}
|
7274
7274
|
'''
|
7275
7275
|
result = self._values.get("sqs")
|
7276
7276
|
return typing.cast(typing.Optional["CloudAwsIntegrationsSqs"], result)
|
@@ -7279,7 +7279,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7279
7279
|
def trusted_advisor(self) -> typing.Optional["CloudAwsIntegrationsTrustedAdvisor"]:
|
7280
7280
|
'''trusted_advisor block.
|
7281
7281
|
|
7282
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7282
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#trusted_advisor CloudAwsIntegrations#trusted_advisor}
|
7283
7283
|
'''
|
7284
7284
|
result = self._values.get("trusted_advisor")
|
7285
7285
|
return typing.cast(typing.Optional["CloudAwsIntegrationsTrustedAdvisor"], result)
|
@@ -7288,7 +7288,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7288
7288
|
def vpc(self) -> typing.Optional["CloudAwsIntegrationsVpc"]:
|
7289
7289
|
'''vpc block.
|
7290
7290
|
|
7291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7291
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#vpc CloudAwsIntegrations#vpc}
|
7292
7292
|
'''
|
7293
7293
|
result = self._values.get("vpc")
|
7294
7294
|
return typing.cast(typing.Optional["CloudAwsIntegrationsVpc"], result)
|
@@ -7297,7 +7297,7 @@ class CloudAwsIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
7297
7297
|
def x_ray(self) -> typing.Optional["CloudAwsIntegrationsXRay"]:
|
7298
7298
|
'''x_ray block.
|
7299
7299
|
|
7300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7300
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#x_ray CloudAwsIntegrations#x_ray}
|
7301
7301
|
'''
|
7302
7302
|
result = self._values.get("x_ray")
|
7303
7303
|
return typing.cast(typing.Optional["CloudAwsIntegrationsXRay"], result)
|
@@ -7330,8 +7330,8 @@ class CloudAwsIntegrationsDocDb:
|
|
7330
7330
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
7331
7331
|
) -> None:
|
7332
7332
|
'''
|
7333
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7334
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7333
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7334
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7335
7335
|
'''
|
7336
7336
|
if __debug__:
|
7337
7337
|
type_hints = typing.get_type_hints(_typecheckingstub__8b58ef8635db36e48a559b28b40b82ec4dd41bcbf964598d8e8c2610059fab98)
|
@@ -7347,7 +7347,7 @@ class CloudAwsIntegrationsDocDb:
|
|
7347
7347
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
7348
7348
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
7349
7349
|
|
7350
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7350
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7351
7351
|
'''
|
7352
7352
|
result = self._values.get("aws_regions")
|
7353
7353
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -7356,7 +7356,7 @@ class CloudAwsIntegrationsDocDb:
|
|
7356
7356
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
7357
7357
|
'''The data polling interval in seconds.
|
7358
7358
|
|
7359
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7359
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7360
7360
|
'''
|
7361
7361
|
result = self._values.get("metrics_polling_interval")
|
7362
7362
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -7472,12 +7472,12 @@ class CloudAwsIntegrationsDynamodb:
|
|
7472
7472
|
tag_value: typing.Optional[builtins.str] = None,
|
7473
7473
|
) -> None:
|
7474
7474
|
'''
|
7475
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7476
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7477
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7478
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7479
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7480
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7475
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7476
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
7477
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
7478
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7479
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
7480
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
7481
7481
|
'''
|
7482
7482
|
if __debug__:
|
7483
7483
|
type_hints = typing.get_type_hints(_typecheckingstub__b5578f1d84d4136281045d42ad8cd804a13cc5131e1178f2fccd5b32eb19d5c5)
|
@@ -7505,7 +7505,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7505
7505
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
7506
7506
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
7507
7507
|
|
7508
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7508
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7509
7509
|
'''
|
7510
7510
|
result = self._values.get("aws_regions")
|
7511
7511
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -7518,7 +7518,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7518
7518
|
|
7519
7519
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
7520
7520
|
|
7521
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7521
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
7522
7522
|
'''
|
7523
7523
|
result = self._values.get("fetch_extended_inventory")
|
7524
7524
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -7531,7 +7531,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7531
7531
|
|
7532
7532
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
7533
7533
|
|
7534
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7534
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
7535
7535
|
'''
|
7536
7536
|
result = self._values.get("fetch_tags")
|
7537
7537
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -7540,7 +7540,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7540
7540
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
7541
7541
|
'''The data polling interval in seconds.
|
7542
7542
|
|
7543
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7543
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7544
7544
|
'''
|
7545
7545
|
result = self._values.get("metrics_polling_interval")
|
7546
7546
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -7549,7 +7549,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7549
7549
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
7550
7550
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
7551
7551
|
|
7552
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7552
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
7553
7553
|
'''
|
7554
7554
|
result = self._values.get("tag_key")
|
7555
7555
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -7558,7 +7558,7 @@ class CloudAwsIntegrationsDynamodb:
|
|
7558
7558
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
7559
7559
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
7560
7560
|
|
7561
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7561
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
7562
7562
|
'''
|
7563
7563
|
result = self._values.get("tag_value")
|
7564
7564
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -7771,11 +7771,11 @@ class CloudAwsIntegrationsEbs:
|
|
7771
7771
|
tag_value: typing.Optional[builtins.str] = None,
|
7772
7772
|
) -> None:
|
7773
7773
|
'''
|
7774
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7775
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7776
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7777
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7778
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7774
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7775
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
7776
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7777
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
7778
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
7779
7779
|
'''
|
7780
7780
|
if __debug__:
|
7781
7781
|
type_hints = typing.get_type_hints(_typecheckingstub__909f355c4271f6dcaecbb07f9ada237cc94ab8c821a91e5bafe9fa11b0eaa605)
|
@@ -7800,7 +7800,7 @@ class CloudAwsIntegrationsEbs:
|
|
7800
7800
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
7801
7801
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
7802
7802
|
|
7803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
7804
7804
|
'''
|
7805
7805
|
result = self._values.get("aws_regions")
|
7806
7806
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -7813,7 +7813,7 @@ class CloudAwsIntegrationsEbs:
|
|
7813
7813
|
|
7814
7814
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
7815
7815
|
|
7816
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7816
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
7817
7817
|
'''
|
7818
7818
|
result = self._values.get("fetch_extended_inventory")
|
7819
7819
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -7822,7 +7822,7 @@ class CloudAwsIntegrationsEbs:
|
|
7822
7822
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
7823
7823
|
'''The data polling interval in seconds.
|
7824
7824
|
|
7825
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7825
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
7826
7826
|
'''
|
7827
7827
|
result = self._values.get("metrics_polling_interval")
|
7828
7828
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -7831,7 +7831,7 @@ class CloudAwsIntegrationsEbs:
|
|
7831
7831
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
7832
7832
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
7833
7833
|
|
7834
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7834
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
7835
7835
|
'''
|
7836
7836
|
result = self._values.get("tag_key")
|
7837
7837
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -7840,7 +7840,7 @@ class CloudAwsIntegrationsEbs:
|
|
7840
7840
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
7841
7841
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
7842
7842
|
|
7843
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
7843
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
7844
7844
|
'''
|
7845
7845
|
result = self._values.get("tag_value")
|
7846
7846
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8026,12 +8026,12 @@ class CloudAwsIntegrationsEc2:
|
|
8026
8026
|
tag_value: typing.Optional[builtins.str] = None,
|
8027
8027
|
) -> None:
|
8028
8028
|
'''
|
8029
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8030
|
-
:param duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8031
|
-
:param fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8032
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8033
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8034
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8029
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8030
|
+
:param duplicate_ec2_tags: Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags}
|
8031
|
+
:param fetch_ip_addresses: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses}
|
8032
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8033
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8034
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8035
8035
|
'''
|
8036
8036
|
if __debug__:
|
8037
8037
|
type_hints = typing.get_type_hints(_typecheckingstub__4f43c746d4c560876d4d23b2e3ac9f26d25f5d2e33dc79ae443a705b90e24b71)
|
@@ -8059,7 +8059,7 @@ class CloudAwsIntegrationsEc2:
|
|
8059
8059
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
8060
8060
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
8061
8061
|
|
8062
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8062
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8063
8063
|
'''
|
8064
8064
|
result = self._values.get("aws_regions")
|
8065
8065
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -8070,7 +8070,7 @@ class CloudAwsIntegrationsEc2:
|
|
8070
8070
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
8071
8071
|
'''Specify if the old legacy metadata and tag names have to be kept, it will consume more ingest data size.
|
8072
8072
|
|
8073
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8073
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#duplicate_ec2_tags CloudAwsIntegrations#duplicate_ec2_tags}
|
8074
8074
|
'''
|
8075
8075
|
result = self._values.get("duplicate_ec2_tags")
|
8076
8076
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -8081,7 +8081,7 @@ class CloudAwsIntegrationsEc2:
|
|
8081
8081
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
8082
8082
|
'''Specify if IP addresses of ec2 instance should be collected.
|
8083
8083
|
|
8084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_ip_addresses CloudAwsIntegrations#fetch_ip_addresses}
|
8085
8085
|
'''
|
8086
8086
|
result = self._values.get("fetch_ip_addresses")
|
8087
8087
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -8090,7 +8090,7 @@ class CloudAwsIntegrationsEc2:
|
|
8090
8090
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
8091
8091
|
'''The data polling interval in seconds.
|
8092
8092
|
|
8093
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8093
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8094
8094
|
'''
|
8095
8095
|
result = self._values.get("metrics_polling_interval")
|
8096
8096
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -8099,7 +8099,7 @@ class CloudAwsIntegrationsEc2:
|
|
8099
8099
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
8100
8100
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8101
8101
|
|
8102
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8102
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8103
8103
|
'''
|
8104
8104
|
result = self._values.get("tag_key")
|
8105
8105
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8108,7 +8108,7 @@ class CloudAwsIntegrationsEc2:
|
|
8108
8108
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
8109
8109
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8110
8110
|
|
8111
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8111
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8112
8112
|
'''
|
8113
8113
|
result = self._values.get("tag_value")
|
8114
8114
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8320,11 +8320,11 @@ class CloudAwsIntegrationsEcs:
|
|
8320
8320
|
tag_value: typing.Optional[builtins.str] = None,
|
8321
8321
|
) -> None:
|
8322
8322
|
'''
|
8323
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8324
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8325
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8326
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8327
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8323
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8324
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8325
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8326
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8327
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8328
8328
|
'''
|
8329
8329
|
if __debug__:
|
8330
8330
|
type_hints = typing.get_type_hints(_typecheckingstub__e83f796e181d26247d104c9fe70d8764649915e7028d5c62c4a7e5aae71137df)
|
@@ -8349,7 +8349,7 @@ class CloudAwsIntegrationsEcs:
|
|
8349
8349
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
8350
8350
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
8351
8351
|
|
8352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8353
8353
|
'''
|
8354
8354
|
result = self._values.get("aws_regions")
|
8355
8355
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -8362,7 +8362,7 @@ class CloudAwsIntegrationsEcs:
|
|
8362
8362
|
|
8363
8363
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
8364
8364
|
|
8365
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8365
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8366
8366
|
'''
|
8367
8367
|
result = self._values.get("fetch_tags")
|
8368
8368
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -8371,7 +8371,7 @@ class CloudAwsIntegrationsEcs:
|
|
8371
8371
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
8372
8372
|
'''The data polling interval in seconds.
|
8373
8373
|
|
8374
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8374
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8375
8375
|
'''
|
8376
8376
|
result = self._values.get("metrics_polling_interval")
|
8377
8377
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -8380,7 +8380,7 @@ class CloudAwsIntegrationsEcs:
|
|
8380
8380
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
8381
8381
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8382
8382
|
|
8383
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8383
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8384
8384
|
'''
|
8385
8385
|
result = self._values.get("tag_key")
|
8386
8386
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8389,7 +8389,7 @@ class CloudAwsIntegrationsEcs:
|
|
8389
8389
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
8390
8390
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8391
8391
|
|
8392
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8392
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8393
8393
|
'''
|
8394
8394
|
result = self._values.get("tag_value")
|
8395
8395
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8571,11 +8571,11 @@ class CloudAwsIntegrationsEfs:
|
|
8571
8571
|
tag_value: typing.Optional[builtins.str] = None,
|
8572
8572
|
) -> None:
|
8573
8573
|
'''
|
8574
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8575
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8576
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8577
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8578
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8574
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8575
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8576
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8577
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8578
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8579
8579
|
'''
|
8580
8580
|
if __debug__:
|
8581
8581
|
type_hints = typing.get_type_hints(_typecheckingstub__51591c32b4d16705f46eafcbda67feaad34a0e245798a8aca05542df9e22bb4f)
|
@@ -8600,7 +8600,7 @@ class CloudAwsIntegrationsEfs:
|
|
8600
8600
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
8601
8601
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
8602
8602
|
|
8603
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8603
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8604
8604
|
'''
|
8605
8605
|
result = self._values.get("aws_regions")
|
8606
8606
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -8613,7 +8613,7 @@ class CloudAwsIntegrationsEfs:
|
|
8613
8613
|
|
8614
8614
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
8615
8615
|
|
8616
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8616
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8617
8617
|
'''
|
8618
8618
|
result = self._values.get("fetch_tags")
|
8619
8619
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -8622,7 +8622,7 @@ class CloudAwsIntegrationsEfs:
|
|
8622
8622
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
8623
8623
|
'''The data polling interval in seconds.
|
8624
8624
|
|
8625
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8625
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8626
8626
|
'''
|
8627
8627
|
result = self._values.get("metrics_polling_interval")
|
8628
8628
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -8631,7 +8631,7 @@ class CloudAwsIntegrationsEfs:
|
|
8631
8631
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
8632
8632
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8633
8633
|
|
8634
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8634
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8635
8635
|
'''
|
8636
8636
|
result = self._values.get("tag_key")
|
8637
8637
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8640,7 +8640,7 @@ class CloudAwsIntegrationsEfs:
|
|
8640
8640
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
8641
8641
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8642
8642
|
|
8643
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8643
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8644
8644
|
'''
|
8645
8645
|
result = self._values.get("tag_value")
|
8646
8646
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8822,11 +8822,11 @@ class CloudAwsIntegrationsElasticache:
|
|
8822
8822
|
tag_value: typing.Optional[builtins.str] = None,
|
8823
8823
|
) -> None:
|
8824
8824
|
'''
|
8825
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8826
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8827
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8828
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8829
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8825
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8826
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8827
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8828
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8829
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8830
8830
|
'''
|
8831
8831
|
if __debug__:
|
8832
8832
|
type_hints = typing.get_type_hints(_typecheckingstub__94a265d833358b069d2e6598bcd48148ee03e786160cd47ea8e1515310681517)
|
@@ -8851,7 +8851,7 @@ class CloudAwsIntegrationsElasticache:
|
|
8851
8851
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
8852
8852
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
8853
8853
|
|
8854
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8854
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
8855
8855
|
'''
|
8856
8856
|
result = self._values.get("aws_regions")
|
8857
8857
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -8864,7 +8864,7 @@ class CloudAwsIntegrationsElasticache:
|
|
8864
8864
|
|
8865
8865
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
8866
8866
|
|
8867
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8867
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
8868
8868
|
'''
|
8869
8869
|
result = self._values.get("fetch_tags")
|
8870
8870
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -8873,7 +8873,7 @@ class CloudAwsIntegrationsElasticache:
|
|
8873
8873
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
8874
8874
|
'''The data polling interval in seconds.
|
8875
8875
|
|
8876
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8876
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
8877
8877
|
'''
|
8878
8878
|
result = self._values.get("metrics_polling_interval")
|
8879
8879
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -8882,7 +8882,7 @@ class CloudAwsIntegrationsElasticache:
|
|
8882
8882
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
8883
8883
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8884
8884
|
|
8885
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8885
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
8886
8886
|
'''
|
8887
8887
|
result = self._values.get("tag_key")
|
8888
8888
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -8891,7 +8891,7 @@ class CloudAwsIntegrationsElasticache:
|
|
8891
8891
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
8892
8892
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
8893
8893
|
|
8894
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
8894
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
8895
8895
|
'''
|
8896
8896
|
result = self._values.get("tag_value")
|
8897
8897
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9078,12 +9078,12 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9078
9078
|
tag_value: typing.Optional[builtins.str] = None,
|
9079
9079
|
) -> None:
|
9080
9080
|
'''
|
9081
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9082
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9083
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9084
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9085
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9086
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9081
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9082
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
9083
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9084
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9085
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9086
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9087
9087
|
'''
|
9088
9088
|
if __debug__:
|
9089
9089
|
type_hints = typing.get_type_hints(_typecheckingstub__89f1ab201b42323e7a38236319998e1fd03d900f7c3f1dc464357c54b3f73f19)
|
@@ -9111,7 +9111,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9111
9111
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
9112
9112
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
9113
9113
|
|
9114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9114
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9115
9115
|
'''
|
9116
9116
|
result = self._values.get("aws_regions")
|
9117
9117
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -9124,7 +9124,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9124
9124
|
|
9125
9125
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
9126
9126
|
|
9127
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9127
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
9128
9128
|
'''
|
9129
9129
|
result = self._values.get("fetch_extended_inventory")
|
9130
9130
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9137,7 +9137,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9137
9137
|
|
9138
9138
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
9139
9139
|
|
9140
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9140
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9141
9141
|
'''
|
9142
9142
|
result = self._values.get("fetch_tags")
|
9143
9143
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9146,7 +9146,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9146
9146
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
9147
9147
|
'''The data polling interval in seconds.
|
9148
9148
|
|
9149
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9149
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9150
9150
|
'''
|
9151
9151
|
result = self._values.get("metrics_polling_interval")
|
9152
9152
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -9155,7 +9155,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9155
9155
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
9156
9156
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9157
9157
|
|
9158
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9158
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9159
9159
|
'''
|
9160
9160
|
result = self._values.get("tag_key")
|
9161
9161
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9164,7 +9164,7 @@ class CloudAwsIntegrationsElasticbeanstalk:
|
|
9164
9164
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
9165
9165
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9166
9166
|
|
9167
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9167
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9168
9168
|
'''
|
9169
9169
|
result = self._values.get("tag_value")
|
9170
9170
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9377,11 +9377,11 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9377
9377
|
tag_value: typing.Optional[builtins.str] = None,
|
9378
9378
|
) -> None:
|
9379
9379
|
'''
|
9380
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9381
|
-
:param fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9382
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9383
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9384
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9380
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9381
|
+
:param fetch_nodes: Specify if metrics should be collected for nodes. Turning it on will increase the number of API calls made to CloudWatch. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes}
|
9382
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9383
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9384
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9385
9385
|
'''
|
9386
9386
|
if __debug__:
|
9387
9387
|
type_hints = typing.get_type_hints(_typecheckingstub__7727f9fe6b3572b1bb784fe6ea29840ccd3473caefa3749c6e0d683041068f34)
|
@@ -9406,7 +9406,7 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9406
9406
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
9407
9407
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
9408
9408
|
|
9409
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9409
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9410
9410
|
'''
|
9411
9411
|
result = self._values.get("aws_regions")
|
9412
9412
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -9419,7 +9419,7 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9419
9419
|
|
9420
9420
|
Turning it on will increase the number of API calls made to CloudWatch.
|
9421
9421
|
|
9422
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9422
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nodes CloudAwsIntegrations#fetch_nodes}
|
9423
9423
|
'''
|
9424
9424
|
result = self._values.get("fetch_nodes")
|
9425
9425
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9428,7 +9428,7 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9428
9428
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
9429
9429
|
'''The data polling interval in seconds.
|
9430
9430
|
|
9431
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9431
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9432
9432
|
'''
|
9433
9433
|
result = self._values.get("metrics_polling_interval")
|
9434
9434
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -9437,7 +9437,7 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9437
9437
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
9438
9438
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9439
9439
|
|
9440
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9440
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9441
9441
|
'''
|
9442
9442
|
result = self._values.get("tag_key")
|
9443
9443
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9446,7 +9446,7 @@ class CloudAwsIntegrationsElasticsearch:
|
|
9446
9446
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
9447
9447
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9448
9448
|
|
9449
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9449
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9450
9450
|
'''
|
9451
9451
|
result = self._values.get("tag_value")
|
9452
9452
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9629,10 +9629,10 @@ class CloudAwsIntegrationsElb:
|
|
9629
9629
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
9630
9630
|
) -> None:
|
9631
9631
|
'''
|
9632
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9633
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9634
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9635
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9632
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9633
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
9634
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9635
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9636
9636
|
'''
|
9637
9637
|
if __debug__:
|
9638
9638
|
type_hints = typing.get_type_hints(_typecheckingstub__7c2884a4a766bd7a950c15bbaeecf493edfc5cb79afb317f70265d74e003c296)
|
@@ -9654,7 +9654,7 @@ class CloudAwsIntegrationsElb:
|
|
9654
9654
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
9655
9655
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
9656
9656
|
|
9657
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9657
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9658
9658
|
'''
|
9659
9659
|
result = self._values.get("aws_regions")
|
9660
9660
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -9667,7 +9667,7 @@ class CloudAwsIntegrationsElb:
|
|
9667
9667
|
|
9668
9668
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
9669
9669
|
|
9670
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9670
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
9671
9671
|
'''
|
9672
9672
|
result = self._values.get("fetch_extended_inventory")
|
9673
9673
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9680,7 +9680,7 @@ class CloudAwsIntegrationsElb:
|
|
9680
9680
|
|
9681
9681
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
9682
9682
|
|
9683
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9683
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9684
9684
|
'''
|
9685
9685
|
result = self._values.get("fetch_tags")
|
9686
9686
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9689,7 +9689,7 @@ class CloudAwsIntegrationsElb:
|
|
9689
9689
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
9690
9690
|
'''The data polling interval in seconds.
|
9691
9691
|
|
9692
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9692
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9693
9693
|
'''
|
9694
9694
|
result = self._values.get("metrics_polling_interval")
|
9695
9695
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -9857,11 +9857,11 @@ class CloudAwsIntegrationsEmr:
|
|
9857
9857
|
tag_value: typing.Optional[builtins.str] = None,
|
9858
9858
|
) -> None:
|
9859
9859
|
'''
|
9860
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9861
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9862
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9863
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9864
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9860
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9861
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9862
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9863
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9864
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9865
9865
|
'''
|
9866
9866
|
if __debug__:
|
9867
9867
|
type_hints = typing.get_type_hints(_typecheckingstub__26424bc22971717dd05375c498d7154172ef8af8956ed4347d56c5fc88f96173)
|
@@ -9886,7 +9886,7 @@ class CloudAwsIntegrationsEmr:
|
|
9886
9886
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
9887
9887
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
9888
9888
|
|
9889
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9889
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
9890
9890
|
'''
|
9891
9891
|
result = self._values.get("aws_regions")
|
9892
9892
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -9899,7 +9899,7 @@ class CloudAwsIntegrationsEmr:
|
|
9899
9899
|
|
9900
9900
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
9901
9901
|
|
9902
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9902
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
9903
9903
|
'''
|
9904
9904
|
result = self._values.get("fetch_tags")
|
9905
9905
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -9908,7 +9908,7 @@ class CloudAwsIntegrationsEmr:
|
|
9908
9908
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
9909
9909
|
'''The data polling interval in seconds.
|
9910
9910
|
|
9911
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9911
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
9912
9912
|
'''
|
9913
9913
|
result = self._values.get("metrics_polling_interval")
|
9914
9914
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -9917,7 +9917,7 @@ class CloudAwsIntegrationsEmr:
|
|
9917
9917
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
9918
9918
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9919
9919
|
|
9920
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9920
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
9921
9921
|
'''
|
9922
9922
|
result = self._values.get("tag_key")
|
9923
9923
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -9926,7 +9926,7 @@ class CloudAwsIntegrationsEmr:
|
|
9926
9926
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
9927
9927
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
9928
9928
|
|
9929
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
9929
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
9930
9930
|
'''
|
9931
9931
|
result = self._values.get("tag_value")
|
9932
9932
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -10098,7 +10098,7 @@ class CloudAwsIntegrationsHealth:
|
|
10098
10098
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
10099
10099
|
) -> None:
|
10100
10100
|
'''
|
10101
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10101
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10102
10102
|
'''
|
10103
10103
|
if __debug__:
|
10104
10104
|
type_hints = typing.get_type_hints(_typecheckingstub__46c219d859d9fa6c3f00149ad1692a19b0b2ab9eec6f51eacdd9731529b70b36)
|
@@ -10111,7 +10111,7 @@ class CloudAwsIntegrationsHealth:
|
|
10111
10111
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10112
10112
|
'''The data polling interval in seconds.
|
10113
10113
|
|
10114
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10114
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10115
10115
|
'''
|
10116
10116
|
result = self._values.get("metrics_polling_interval")
|
10117
10117
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -10203,9 +10203,9 @@ class CloudAwsIntegrationsIam:
|
|
10203
10203
|
tag_value: typing.Optional[builtins.str] = None,
|
10204
10204
|
) -> None:
|
10205
10205
|
'''
|
10206
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10207
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10208
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10206
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10207
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
10208
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
10209
10209
|
'''
|
10210
10210
|
if __debug__:
|
10211
10211
|
type_hints = typing.get_type_hints(_typecheckingstub__3ddd5b2e484f42f6a258f352d60e9c154ddecad6865b19d33507415e7615f3aa)
|
@@ -10224,7 +10224,7 @@ class CloudAwsIntegrationsIam:
|
|
10224
10224
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10225
10225
|
'''The data polling interval in seconds.
|
10226
10226
|
|
10227
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10227
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10228
10228
|
'''
|
10229
10229
|
result = self._values.get("metrics_polling_interval")
|
10230
10230
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -10233,7 +10233,7 @@ class CloudAwsIntegrationsIam:
|
|
10233
10233
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
10234
10234
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
10235
10235
|
|
10236
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10236
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
10237
10237
|
'''
|
10238
10238
|
result = self._values.get("tag_key")
|
10239
10239
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -10242,7 +10242,7 @@ class CloudAwsIntegrationsIam:
|
|
10242
10242
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
10243
10243
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
10244
10244
|
|
10245
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10245
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
10246
10246
|
'''
|
10247
10247
|
result = self._values.get("tag_value")
|
10248
10248
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -10371,8 +10371,8 @@ class CloudAwsIntegrationsIot:
|
|
10371
10371
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
10372
10372
|
) -> None:
|
10373
10373
|
'''
|
10374
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10375
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10374
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10375
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10376
10376
|
'''
|
10377
10377
|
if __debug__:
|
10378
10378
|
type_hints = typing.get_type_hints(_typecheckingstub__e3e422a5bafafa06f150ece395f191b38536bad3a325ba06e69ef2172248cf18)
|
@@ -10388,7 +10388,7 @@ class CloudAwsIntegrationsIot:
|
|
10388
10388
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
10389
10389
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
10390
10390
|
|
10391
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10391
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10392
10392
|
'''
|
10393
10393
|
result = self._values.get("aws_regions")
|
10394
10394
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -10397,7 +10397,7 @@ class CloudAwsIntegrationsIot:
|
|
10397
10397
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10398
10398
|
'''The data polling interval in seconds.
|
10399
10399
|
|
10400
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10400
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10401
10401
|
'''
|
10402
10402
|
result = self._values.get("metrics_polling_interval")
|
10403
10403
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -10513,12 +10513,12 @@ class CloudAwsIntegrationsKinesis:
|
|
10513
10513
|
tag_value: typing.Optional[builtins.str] = None,
|
10514
10514
|
) -> None:
|
10515
10515
|
'''
|
10516
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10517
|
-
:param fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10518
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10519
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10520
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10521
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10516
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10517
|
+
:param fetch_shards: Specify if Shards should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards}
|
10518
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
10519
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10520
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
10521
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
10522
10522
|
'''
|
10523
10523
|
if __debug__:
|
10524
10524
|
type_hints = typing.get_type_hints(_typecheckingstub__e02b7ae6ba6effe218d73983d6bbbf1499f4a53b761609aaaf14c2a192347ddc)
|
@@ -10546,7 +10546,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10546
10546
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
10547
10547
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
10548
10548
|
|
10549
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10549
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10550
10550
|
'''
|
10551
10551
|
result = self._values.get("aws_regions")
|
10552
10552
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -10559,7 +10559,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10559
10559
|
|
10560
10560
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
10561
10561
|
|
10562
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10562
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_shards CloudAwsIntegrations#fetch_shards}
|
10563
10563
|
'''
|
10564
10564
|
result = self._values.get("fetch_shards")
|
10565
10565
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -10572,7 +10572,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10572
10572
|
|
10573
10573
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
10574
10574
|
|
10575
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10575
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
10576
10576
|
'''
|
10577
10577
|
result = self._values.get("fetch_tags")
|
10578
10578
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -10581,7 +10581,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10581
10581
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10582
10582
|
'''The data polling interval in seconds.
|
10583
10583
|
|
10584
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10584
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10585
10585
|
'''
|
10586
10586
|
result = self._values.get("metrics_polling_interval")
|
10587
10587
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -10590,7 +10590,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10590
10590
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
10591
10591
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
10592
10592
|
|
10593
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10593
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
10594
10594
|
'''
|
10595
10595
|
result = self._values.get("tag_key")
|
10596
10596
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -10599,7 +10599,7 @@ class CloudAwsIntegrationsKinesis:
|
|
10599
10599
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
10600
10600
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
10601
10601
|
|
10602
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10602
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
10603
10603
|
'''
|
10604
10604
|
result = self._values.get("tag_value")
|
10605
10605
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -10632,8 +10632,8 @@ class CloudAwsIntegrationsKinesisFirehose:
|
|
10632
10632
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
10633
10633
|
) -> None:
|
10634
10634
|
'''
|
10635
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10636
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10635
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10636
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10637
10637
|
'''
|
10638
10638
|
if __debug__:
|
10639
10639
|
type_hints = typing.get_type_hints(_typecheckingstub__d4899ace1e2f15c8d36df53aaf02c5d848c6f4f665ca6bd9f9291be2b72307e8)
|
@@ -10649,7 +10649,7 @@ class CloudAwsIntegrationsKinesisFirehose:
|
|
10649
10649
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
10650
10650
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
10651
10651
|
|
10652
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10652
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10653
10653
|
'''
|
10654
10654
|
result = self._values.get("aws_regions")
|
10655
10655
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -10658,7 +10658,7 @@ class CloudAwsIntegrationsKinesisFirehose:
|
|
10658
10658
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10659
10659
|
'''The data polling interval in seconds.
|
10660
10660
|
|
10661
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10661
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10662
10662
|
'''
|
10663
10663
|
result = self._values.get("metrics_polling_interval")
|
10664
10664
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -10947,11 +10947,11 @@ class CloudAwsIntegrationsLambda:
|
|
10947
10947
|
tag_value: typing.Optional[builtins.str] = None,
|
10948
10948
|
) -> None:
|
10949
10949
|
'''
|
10950
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10951
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10952
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10953
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10954
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10950
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10951
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
10952
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
10953
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
10954
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
10955
10955
|
'''
|
10956
10956
|
if __debug__:
|
10957
10957
|
type_hints = typing.get_type_hints(_typecheckingstub__29fba1fd24d6485c6c8669f4032c7de0e5dc1ffd3075fb6700e0e54d2d733054)
|
@@ -10976,7 +10976,7 @@ class CloudAwsIntegrationsLambda:
|
|
10976
10976
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
10977
10977
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
10978
10978
|
|
10979
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10979
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
10980
10980
|
'''
|
10981
10981
|
result = self._values.get("aws_regions")
|
10982
10982
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -10989,7 +10989,7 @@ class CloudAwsIntegrationsLambda:
|
|
10989
10989
|
|
10990
10990
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
10991
10991
|
|
10992
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
10992
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
10993
10993
|
'''
|
10994
10994
|
result = self._values.get("fetch_tags")
|
10995
10995
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -10998,7 +10998,7 @@ class CloudAwsIntegrationsLambda:
|
|
10998
10998
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
10999
10999
|
'''The data polling interval in seconds.
|
11000
11000
|
|
11001
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11001
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11002
11002
|
'''
|
11003
11003
|
result = self._values.get("metrics_polling_interval")
|
11004
11004
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -11007,7 +11007,7 @@ class CloudAwsIntegrationsLambda:
|
|
11007
11007
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
11008
11008
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11009
11009
|
|
11010
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11010
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11011
11011
|
'''
|
11012
11012
|
result = self._values.get("tag_key")
|
11013
11013
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11016,7 +11016,7 @@ class CloudAwsIntegrationsLambda:
|
|
11016
11016
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
11017
11017
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11018
11018
|
|
11019
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11019
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11020
11020
|
'''
|
11021
11021
|
result = self._values.get("tag_value")
|
11022
11022
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11201,11 +11201,11 @@ class CloudAwsIntegrationsRds:
|
|
11201
11201
|
tag_value: typing.Optional[builtins.str] = None,
|
11202
11202
|
) -> None:
|
11203
11203
|
'''
|
11204
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11205
|
-
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11206
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11207
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11208
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11204
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
11205
|
+
:param fetch_tags: Specify if tags and the extended inventory should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
11206
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11207
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11208
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11209
11209
|
'''
|
11210
11210
|
if __debug__:
|
11211
11211
|
type_hints = typing.get_type_hints(_typecheckingstub__72ef19ee1e94be8c030bd83921992a50012ed15c64f72f499c43c3548a3bb2cb)
|
@@ -11230,7 +11230,7 @@ class CloudAwsIntegrationsRds:
|
|
11230
11230
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
11231
11231
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
11232
11232
|
|
11233
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11233
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
11234
11234
|
'''
|
11235
11235
|
result = self._values.get("aws_regions")
|
11236
11236
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -11243,7 +11243,7 @@ class CloudAwsIntegrationsRds:
|
|
11243
11243
|
|
11244
11244
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
11245
11245
|
|
11246
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11246
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
11247
11247
|
'''
|
11248
11248
|
result = self._values.get("fetch_tags")
|
11249
11249
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -11252,7 +11252,7 @@ class CloudAwsIntegrationsRds:
|
|
11252
11252
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
11253
11253
|
'''The data polling interval in seconds.
|
11254
11254
|
|
11255
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11255
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11256
11256
|
'''
|
11257
11257
|
result = self._values.get("metrics_polling_interval")
|
11258
11258
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -11261,7 +11261,7 @@ class CloudAwsIntegrationsRds:
|
|
11261
11261
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
11262
11262
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11263
11263
|
|
11264
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11264
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11265
11265
|
'''
|
11266
11266
|
result = self._values.get("tag_key")
|
11267
11267
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11270,7 +11270,7 @@ class CloudAwsIntegrationsRds:
|
|
11270
11270
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
11271
11271
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11272
11272
|
|
11273
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11273
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11274
11274
|
'''
|
11275
11275
|
result = self._values.get("tag_value")
|
11276
11276
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11450,10 +11450,10 @@ class CloudAwsIntegrationsRedshift:
|
|
11450
11450
|
tag_value: typing.Optional[builtins.str] = None,
|
11451
11451
|
) -> None:
|
11452
11452
|
'''
|
11453
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11454
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11455
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11456
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11453
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
11454
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11455
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11456
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11457
11457
|
'''
|
11458
11458
|
if __debug__:
|
11459
11459
|
type_hints = typing.get_type_hints(_typecheckingstub__2bb9070ec2cc7313454135aa1f8ec3cf5a87c394b68065dbf5fd48c24b3d28bd)
|
@@ -11475,7 +11475,7 @@ class CloudAwsIntegrationsRedshift:
|
|
11475
11475
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
11476
11476
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
11477
11477
|
|
11478
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11478
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
11479
11479
|
'''
|
11480
11480
|
result = self._values.get("aws_regions")
|
11481
11481
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -11484,7 +11484,7 @@ class CloudAwsIntegrationsRedshift:
|
|
11484
11484
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
11485
11485
|
'''The data polling interval in seconds.
|
11486
11486
|
|
11487
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11487
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11488
11488
|
'''
|
11489
11489
|
result = self._values.get("metrics_polling_interval")
|
11490
11490
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -11493,7 +11493,7 @@ class CloudAwsIntegrationsRedshift:
|
|
11493
11493
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
11494
11494
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11495
11495
|
|
11496
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11496
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11497
11497
|
'''
|
11498
11498
|
result = self._values.get("tag_key")
|
11499
11499
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11502,7 +11502,7 @@ class CloudAwsIntegrationsRedshift:
|
|
11502
11502
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
11503
11503
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11504
11504
|
|
11505
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11505
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11506
11506
|
'''
|
11507
11507
|
result = self._values.get("tag_value")
|
11508
11508
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11655,8 +11655,8 @@ class CloudAwsIntegrationsRoute53:
|
|
11655
11655
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
11656
11656
|
) -> None:
|
11657
11657
|
'''
|
11658
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11659
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11658
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
11659
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11660
11660
|
'''
|
11661
11661
|
if __debug__:
|
11662
11662
|
type_hints = typing.get_type_hints(_typecheckingstub__0a20df314f69caa152daeaaf9e1a79af6c02eb767f1c2a074b312a9abf0d8614)
|
@@ -11676,7 +11676,7 @@ class CloudAwsIntegrationsRoute53:
|
|
11676
11676
|
|
11677
11677
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
11678
11678
|
|
11679
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11679
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
11680
11680
|
'''
|
11681
11681
|
result = self._values.get("fetch_extended_inventory")
|
11682
11682
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -11685,7 +11685,7 @@ class CloudAwsIntegrationsRoute53:
|
|
11685
11685
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
11686
11686
|
'''The data polling interval in seconds.
|
11687
11687
|
|
11688
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11688
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11689
11689
|
'''
|
11690
11690
|
result = self._values.get("metrics_polling_interval")
|
11691
11691
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -11809,11 +11809,11 @@ class CloudAwsIntegrationsS3:
|
|
11809
11809
|
tag_value: typing.Optional[builtins.str] = None,
|
11810
11810
|
) -> None:
|
11811
11811
|
'''
|
11812
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11813
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11814
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11815
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11816
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11812
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
11813
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
11814
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11815
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11816
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11817
11817
|
'''
|
11818
11818
|
if __debug__:
|
11819
11819
|
type_hints = typing.get_type_hints(_typecheckingstub__91ab9b96b00818e6013fe2103e98626b3ebfb0e15dda0b7f25488ae4ca0a47e8)
|
@@ -11842,7 +11842,7 @@ class CloudAwsIntegrationsS3:
|
|
11842
11842
|
|
11843
11843
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
11844
11844
|
|
11845
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11845
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
11846
11846
|
'''
|
11847
11847
|
result = self._values.get("fetch_extended_inventory")
|
11848
11848
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -11855,7 +11855,7 @@ class CloudAwsIntegrationsS3:
|
|
11855
11855
|
|
11856
11856
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
11857
11857
|
|
11858
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11858
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
11859
11859
|
'''
|
11860
11860
|
result = self._values.get("fetch_tags")
|
11861
11861
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -11864,7 +11864,7 @@ class CloudAwsIntegrationsS3:
|
|
11864
11864
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
11865
11865
|
'''The data polling interval in seconds.
|
11866
11866
|
|
11867
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11867
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
11868
11868
|
'''
|
11869
11869
|
result = self._values.get("metrics_polling_interval")
|
11870
11870
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -11873,7 +11873,7 @@ class CloudAwsIntegrationsS3:
|
|
11873
11873
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
11874
11874
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11875
11875
|
|
11876
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11876
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
11877
11877
|
'''
|
11878
11878
|
result = self._values.get("tag_key")
|
11879
11879
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -11882,7 +11882,7 @@ class CloudAwsIntegrationsS3:
|
|
11882
11882
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
11883
11883
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
11884
11884
|
|
11885
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
11885
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
11886
11886
|
'''
|
11887
11887
|
result = self._values.get("tag_value")
|
11888
11888
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -12065,8 +12065,8 @@ class CloudAwsIntegrationsSes:
|
|
12065
12065
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
12066
12066
|
) -> None:
|
12067
12067
|
'''
|
12068
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12069
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12068
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12069
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12070
12070
|
'''
|
12071
12071
|
if __debug__:
|
12072
12072
|
type_hints = typing.get_type_hints(_typecheckingstub__8446d723a2e6fb35098bcc49ad88c7494fe6212adf9ae9016a6102d7d8b4f74f)
|
@@ -12082,7 +12082,7 @@ class CloudAwsIntegrationsSes:
|
|
12082
12082
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
12083
12083
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
12084
12084
|
|
12085
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12085
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12086
12086
|
'''
|
12087
12087
|
result = self._values.get("aws_regions")
|
12088
12088
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -12091,7 +12091,7 @@ class CloudAwsIntegrationsSes:
|
|
12091
12091
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
12092
12092
|
'''The data polling interval in seconds.
|
12093
12093
|
|
12094
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12094
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12095
12095
|
'''
|
12096
12096
|
result = self._values.get("metrics_polling_interval")
|
12097
12097
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -12201,9 +12201,9 @@ class CloudAwsIntegrationsSns:
|
|
12201
12201
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
12202
12202
|
) -> None:
|
12203
12203
|
'''
|
12204
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12205
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12206
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12204
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12205
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
12206
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12207
12207
|
'''
|
12208
12208
|
if __debug__:
|
12209
12209
|
type_hints = typing.get_type_hints(_typecheckingstub__33ba4c3bcc7ec9bee1908f2e1b40b72d011c01b2a0a8bdfa635d54e0c6471ae0)
|
@@ -12222,7 +12222,7 @@ class CloudAwsIntegrationsSns:
|
|
12222
12222
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
12223
12223
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
12224
12224
|
|
12225
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12225
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12226
12226
|
'''
|
12227
12227
|
result = self._values.get("aws_regions")
|
12228
12228
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -12235,7 +12235,7 @@ class CloudAwsIntegrationsSns:
|
|
12235
12235
|
|
12236
12236
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
12237
12237
|
|
12238
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12238
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
12239
12239
|
'''
|
12240
12240
|
result = self._values.get("fetch_extended_inventory")
|
12241
12241
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -12244,7 +12244,7 @@ class CloudAwsIntegrationsSns:
|
|
12244
12244
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
12245
12245
|
'''The data polling interval in seconds.
|
12246
12246
|
|
12247
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12247
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12248
12248
|
'''
|
12249
12249
|
result = self._values.get("metrics_polling_interval")
|
12250
12250
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -12390,13 +12390,13 @@ class CloudAwsIntegrationsSqs:
|
|
12390
12390
|
tag_value: typing.Optional[builtins.str] = None,
|
12391
12391
|
) -> None:
|
12392
12392
|
'''
|
12393
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12394
|
-
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12395
|
-
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12396
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12397
|
-
:param queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12398
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12399
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12393
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12394
|
+
:param fetch_extended_inventory: Determine if extra inventory data be collected or not. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
12395
|
+
:param fetch_tags: Specify if tags should be collected. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
12396
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12397
|
+
:param queue_prefixes: Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes}
|
12398
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
12399
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
12400
12400
|
'''
|
12401
12401
|
if __debug__:
|
12402
12402
|
type_hints = typing.get_type_hints(_typecheckingstub__ff0fdb38a11ddff4ce2122194281474d0b4eb857f20967f959c0b6ff482274d2)
|
@@ -12427,7 +12427,7 @@ class CloudAwsIntegrationsSqs:
|
|
12427
12427
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
12428
12428
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
12429
12429
|
|
12430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12430
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12431
12431
|
'''
|
12432
12432
|
result = self._values.get("aws_regions")
|
12433
12433
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -12440,7 +12440,7 @@ class CloudAwsIntegrationsSqs:
|
|
12440
12440
|
|
12441
12441
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
12442
12442
|
|
12443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_extended_inventory CloudAwsIntegrations#fetch_extended_inventory}
|
12444
12444
|
'''
|
12445
12445
|
result = self._values.get("fetch_extended_inventory")
|
12446
12446
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -12453,7 +12453,7 @@ class CloudAwsIntegrationsSqs:
|
|
12453
12453
|
|
12454
12454
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
12455
12455
|
|
12456
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12456
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_tags CloudAwsIntegrations#fetch_tags}
|
12457
12457
|
'''
|
12458
12458
|
result = self._values.get("fetch_tags")
|
12459
12459
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -12462,7 +12462,7 @@ class CloudAwsIntegrationsSqs:
|
|
12462
12462
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
12463
12463
|
'''The data polling interval in seconds.
|
12464
12464
|
|
12465
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12465
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12466
12466
|
'''
|
12467
12467
|
result = self._values.get("metrics_polling_interval")
|
12468
12468
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -12471,7 +12471,7 @@ class CloudAwsIntegrationsSqs:
|
|
12471
12471
|
def queue_prefixes(self) -> typing.Optional[typing.List[builtins.str]]:
|
12472
12472
|
'''Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
|
12473
12473
|
|
12474
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12474
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#queue_prefixes CloudAwsIntegrations#queue_prefixes}
|
12475
12475
|
'''
|
12476
12476
|
result = self._values.get("queue_prefixes")
|
12477
12477
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -12480,7 +12480,7 @@ class CloudAwsIntegrationsSqs:
|
|
12480
12480
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
12481
12481
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
12482
12482
|
|
12483
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
12484
12484
|
'''
|
12485
12485
|
result = self._values.get("tag_key")
|
12486
12486
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -12489,7 +12489,7 @@ class CloudAwsIntegrationsSqs:
|
|
12489
12489
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
12490
12490
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
12491
12491
|
|
12492
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12492
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
12493
12493
|
'''
|
12494
12494
|
result = self._values.get("tag_value")
|
12495
12495
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -12710,7 +12710,7 @@ class CloudAwsIntegrationsTrustedAdvisor:
|
|
12710
12710
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
12711
12711
|
) -> None:
|
12712
12712
|
'''
|
12713
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12713
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12714
12714
|
'''
|
12715
12715
|
if __debug__:
|
12716
12716
|
type_hints = typing.get_type_hints(_typecheckingstub__668858f73919a08f504c8a90bb65ffb65bc1d01d05572ddba939811087652a14)
|
@@ -12723,7 +12723,7 @@ class CloudAwsIntegrationsTrustedAdvisor:
|
|
12723
12723
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
12724
12724
|
'''The data polling interval in seconds.
|
12725
12725
|
|
12726
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12726
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12727
12727
|
'''
|
12728
12728
|
result = self._values.get("metrics_polling_interval")
|
12729
12729
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -12821,12 +12821,12 @@ class CloudAwsIntegrationsVpc:
|
|
12821
12821
|
tag_value: typing.Optional[builtins.str] = None,
|
12822
12822
|
) -> None:
|
12823
12823
|
'''
|
12824
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12825
|
-
:param fetch_nat_gateway: Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12826
|
-
:param fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12827
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12828
|
-
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12829
|
-
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12824
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12825
|
+
:param fetch_nat_gateway: Specify if NAT gateway should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway}
|
12826
|
+
:param fetch_vpn: Specify if VPN should be monitored. May affect total data collection time and contribute to the Cloud provider API rate limit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn}
|
12827
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12828
|
+
:param tag_key: Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
12829
|
+
:param tag_value: Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
12830
12830
|
'''
|
12831
12831
|
if __debug__:
|
12832
12832
|
type_hints = typing.get_type_hints(_typecheckingstub__a5a05e1712a6079eebfb1cebb9021117640ecdb1735fc94235af901ee1bb64db)
|
@@ -12854,7 +12854,7 @@ class CloudAwsIntegrationsVpc:
|
|
12854
12854
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
12855
12855
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
12856
12856
|
|
12857
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12857
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
12858
12858
|
'''
|
12859
12859
|
result = self._values.get("aws_regions")
|
12860
12860
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -12867,7 +12867,7 @@ class CloudAwsIntegrationsVpc:
|
|
12867
12867
|
|
12868
12868
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
12869
12869
|
|
12870
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12870
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_nat_gateway CloudAwsIntegrations#fetch_nat_gateway}
|
12871
12871
|
'''
|
12872
12872
|
result = self._values.get("fetch_nat_gateway")
|
12873
12873
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -12880,7 +12880,7 @@ class CloudAwsIntegrationsVpc:
|
|
12880
12880
|
|
12881
12881
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
12882
12882
|
|
12883
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12883
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#fetch_vpn CloudAwsIntegrations#fetch_vpn}
|
12884
12884
|
'''
|
12885
12885
|
result = self._values.get("fetch_vpn")
|
12886
12886
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -12889,7 +12889,7 @@ class CloudAwsIntegrationsVpc:
|
|
12889
12889
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
12890
12890
|
'''The data polling interval in seconds.
|
12891
12891
|
|
12892
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12892
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
12893
12893
|
'''
|
12894
12894
|
result = self._values.get("metrics_polling_interval")
|
12895
12895
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -12898,7 +12898,7 @@ class CloudAwsIntegrationsVpc:
|
|
12898
12898
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
12899
12899
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
12900
12900
|
|
12901
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12901
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_key CloudAwsIntegrations#tag_key}
|
12902
12902
|
'''
|
12903
12903
|
result = self._values.get("tag_key")
|
12904
12904
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -12907,7 +12907,7 @@ class CloudAwsIntegrationsVpc:
|
|
12907
12907
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
12908
12908
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
12909
12909
|
|
12910
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
12910
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#tag_value CloudAwsIntegrations#tag_value}
|
12911
12911
|
'''
|
12912
12912
|
result = self._values.get("tag_value")
|
12913
12913
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -13111,8 +13111,8 @@ class CloudAwsIntegrationsXRay:
|
|
13111
13111
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
13112
13112
|
) -> None:
|
13113
13113
|
'''
|
13114
|
-
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
13115
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
13114
|
+
:param aws_regions: Specify each AWS region that includes the resources that you want to monitor. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
13115
|
+
: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_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
13116
13116
|
'''
|
13117
13117
|
if __debug__:
|
13118
13118
|
type_hints = typing.get_type_hints(_typecheckingstub__8df10b2612d85d90190d8350575e635e7b3cef8ab626c415ebe5664e6ba53fa3)
|
@@ -13128,7 +13128,7 @@ class CloudAwsIntegrationsXRay:
|
|
13128
13128
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
13129
13129
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
13130
13130
|
|
13131
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
13131
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#aws_regions CloudAwsIntegrations#aws_regions}
|
13132
13132
|
'''
|
13133
13133
|
result = self._values.get("aws_regions")
|
13134
13134
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -13137,7 +13137,7 @@ class CloudAwsIntegrationsXRay:
|
|
13137
13137
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
13138
13138
|
'''The data polling interval in seconds.
|
13139
13139
|
|
13140
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
13140
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/cloud_aws_integrations#metrics_polling_interval CloudAwsIntegrations#metrics_polling_interval}
|
13141
13141
|
'''
|
13142
13142
|
result = self._values.get("metrics_polling_interval")
|
13143
13143
|
return typing.cast(typing.Optional[jsii.Number], result)
|