cdktf-cdktf-provider-newrelic 13.6.2__py3-none-any.whl → 13.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_newrelic/__init__.py +5 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.1.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 +57 -57
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +1029 -0
- 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 +1224 -1224
- 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.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.7.1.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.6.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.6.2.dist-info/RECORD +0 -75
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.6.2.dist-info → cdktf_cdktf_provider_newrelic-13.7.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_cloud_aws_govcloud_integrations`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_cloud_aws_govcloud_integrations`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class CloudAwsGovcloudIntegrations(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.cloudAwsGovcloudIntegrations.CloudAwsGovcloudIntegrations",
|
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.70.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -82,33 +82,33 @@ class CloudAwsGovcloudIntegrations(
|
|
82
82
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
83
83
|
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,
|
84
84
|
) -> None:
|
85
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
85
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations newrelic_cloud_aws_govcloud_integrations} Resource.
|
86
86
|
|
87
87
|
:param scope: The scope in which to define this construct.
|
88
88
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
89
|
-
:param linked_account_id: The ID of the linked AwsGovCloud account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
90
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
91
|
-
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
92
|
-
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
93
|
-
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
94
|
-
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
95
|
-
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
96
|
-
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
97
|
-
:param dynamo_db: dynamo_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
98
|
-
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
99
|
-
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
100
|
-
:param elastic_search: elastic_search block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
101
|
-
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
102
|
-
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
103
|
-
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
104
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
105
|
-
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
106
|
-
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
107
|
-
:param red_shift: red_shift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
108
|
-
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
109
|
-
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
110
|
-
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
111
|
-
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
89
|
+
:param linked_account_id: The ID of the linked AwsGovCloud account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id}
|
90
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id}
|
91
|
+
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb}
|
92
|
+
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway}
|
93
|
+
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling}
|
94
|
+
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect}
|
95
|
+
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states}
|
96
|
+
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail}
|
97
|
+
:param dynamo_db: dynamo_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db}
|
98
|
+
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs}
|
99
|
+
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2}
|
100
|
+
:param elastic_search: elastic_search block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search}
|
101
|
+
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb}
|
102
|
+
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr}
|
103
|
+
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam}
|
104
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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.
|
105
|
+
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda}
|
106
|
+
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds}
|
107
|
+
:param red_shift: red_shift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift}
|
108
|
+
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53}
|
109
|
+
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3}
|
110
|
+
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns}
|
111
|
+
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs}
|
112
112
|
:param connection:
|
113
113
|
:param count:
|
114
114
|
:param depends_on:
|
@@ -169,7 +169,7 @@ class CloudAwsGovcloudIntegrations(
|
|
169
169
|
|
170
170
|
:param scope: The scope in which to define this construct.
|
171
171
|
:param import_to_id: The construct id used in the generated config for the CloudAwsGovcloudIntegrations to import.
|
172
|
-
:param import_from_id: The id of the existing CloudAwsGovcloudIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
172
|
+
:param import_from_id: The id of the existing CloudAwsGovcloudIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#import import section} in the documentation of this resource for the id to use
|
173
173
|
:param provider: ? Optional instance of the provider where the CloudAwsGovcloudIntegrations to import is found.
|
174
174
|
'''
|
175
175
|
if __debug__:
|
@@ -193,13 +193,13 @@ class CloudAwsGovcloudIntegrations(
|
|
193
193
|
tag_value: typing.Optional[builtins.str] = None,
|
194
194
|
) -> None:
|
195
195
|
'''
|
196
|
-
: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.
|
197
|
-
: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.
|
198
|
-
: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.
|
199
|
-
: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.
|
200
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
201
|
-
: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.
|
202
|
-
: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.
|
196
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
197
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
198
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
199
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes}
|
200
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
201
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
202
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
203
203
|
'''
|
204
204
|
value = CloudAwsGovcloudIntegrationsAlb(
|
205
205
|
aws_regions=aws_regions,
|
@@ -224,11 +224,11 @@ class CloudAwsGovcloudIntegrations(
|
|
224
224
|
tag_value: typing.Optional[builtins.str] = None,
|
225
225
|
) -> None:
|
226
226
|
'''
|
227
|
-
: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.
|
228
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
229
|
-
: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.
|
230
|
-
: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.
|
231
|
-
: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.
|
227
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
228
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
229
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes}
|
230
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
231
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
232
232
|
'''
|
233
233
|
value = CloudAwsGovcloudIntegrationsApiGateway(
|
234
234
|
aws_regions=aws_regions,
|
@@ -248,8 +248,8 @@ class CloudAwsGovcloudIntegrations(
|
|
248
248
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
249
249
|
) -> None:
|
250
250
|
'''
|
251
|
-
: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.
|
252
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
251
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
252
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
253
253
|
'''
|
254
254
|
value = CloudAwsGovcloudIntegrationsAutoScaling(
|
255
255
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -265,8 +265,8 @@ class CloudAwsGovcloudIntegrations(
|
|
265
265
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
266
266
|
) -> None:
|
267
267
|
'''
|
268
|
-
: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.
|
269
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
268
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
269
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
270
270
|
'''
|
271
271
|
value = CloudAwsGovcloudIntegrationsAwsDirectConnect(
|
272
272
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -282,8 +282,8 @@ class CloudAwsGovcloudIntegrations(
|
|
282
282
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
283
283
|
) -> None:
|
284
284
|
'''
|
285
|
-
: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.
|
286
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
285
|
+
:param 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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
286
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
287
287
|
'''
|
288
288
|
value = CloudAwsGovcloudIntegrationsAwsStates(
|
289
289
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -299,8 +299,8 @@ class CloudAwsGovcloudIntegrations(
|
|
299
299
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
300
300
|
) -> None:
|
301
301
|
'''
|
302
|
-
: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.
|
303
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
302
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
303
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
304
304
|
'''
|
305
305
|
value = CloudAwsGovcloudIntegrationsCloudtrail(
|
306
306
|
aws_regions=aws_regions, metrics_polling_interval=metrics_polling_interval
|
@@ -320,12 +320,12 @@ class CloudAwsGovcloudIntegrations(
|
|
320
320
|
tag_value: typing.Optional[builtins.str] = None,
|
321
321
|
) -> None:
|
322
322
|
'''
|
323
|
-
: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.
|
324
|
-
: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.
|
325
|
-
: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.
|
326
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
327
|
-
: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.
|
328
|
-
: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.
|
323
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
324
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
325
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
326
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
327
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
328
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
329
329
|
'''
|
330
330
|
value = CloudAwsGovcloudIntegrationsDynamoDb(
|
331
331
|
aws_regions=aws_regions,
|
@@ -349,11 +349,11 @@ class CloudAwsGovcloudIntegrations(
|
|
349
349
|
tag_value: typing.Optional[builtins.str] = None,
|
350
350
|
) -> None:
|
351
351
|
'''
|
352
|
-
: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.
|
353
|
-
: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.
|
354
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
355
|
-
: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.
|
356
|
-
: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.
|
352
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
353
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
354
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
355
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
356
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
357
357
|
'''
|
358
358
|
value = CloudAwsGovcloudIntegrationsEbs(
|
359
359
|
aws_regions=aws_regions,
|
@@ -376,11 +376,11 @@ class CloudAwsGovcloudIntegrations(
|
|
376
376
|
tag_value: typing.Optional[builtins.str] = None,
|
377
377
|
) -> None:
|
378
378
|
'''
|
379
|
-
: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.
|
380
|
-
: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.
|
381
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
382
|
-
: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.
|
383
|
-
: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.
|
379
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
380
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses}
|
381
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
382
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
383
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
384
384
|
'''
|
385
385
|
value = CloudAwsGovcloudIntegrationsEc2(
|
386
386
|
aws_regions=aws_regions,
|
@@ -403,11 +403,11 @@ class CloudAwsGovcloudIntegrations(
|
|
403
403
|
tag_value: typing.Optional[builtins.str] = None,
|
404
404
|
) -> None:
|
405
405
|
'''
|
406
|
-
: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.
|
407
|
-
:param fetch_nodes: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
408
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
409
|
-
: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.
|
410
|
-
: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.
|
406
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
407
|
+
:param fetch_nodes: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes}
|
408
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
409
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
410
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
411
411
|
'''
|
412
412
|
value = CloudAwsGovcloudIntegrationsElasticSearch(
|
413
413
|
aws_regions=aws_regions,
|
@@ -429,10 +429,10 @@ class CloudAwsGovcloudIntegrations(
|
|
429
429
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
430
430
|
) -> None:
|
431
431
|
'''
|
432
|
-
: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.
|
433
|
-
: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.
|
434
|
-
: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.
|
435
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
432
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
433
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
434
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
435
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
436
436
|
'''
|
437
437
|
value = CloudAwsGovcloudIntegrationsElb(
|
438
438
|
aws_regions=aws_regions,
|
@@ -454,11 +454,11 @@ class CloudAwsGovcloudIntegrations(
|
|
454
454
|
tag_value: typing.Optional[builtins.str] = None,
|
455
455
|
) -> None:
|
456
456
|
'''
|
457
|
-
: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.
|
458
|
-
: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.
|
459
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
460
|
-
: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.
|
461
|
-
: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.
|
457
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
458
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
459
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
460
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
461
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
462
462
|
'''
|
463
463
|
value = CloudAwsGovcloudIntegrationsEmr(
|
464
464
|
aws_regions=aws_regions,
|
@@ -479,9 +479,9 @@ class CloudAwsGovcloudIntegrations(
|
|
479
479
|
tag_value: typing.Optional[builtins.str] = None,
|
480
480
|
) -> None:
|
481
481
|
'''
|
482
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
483
|
-
: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.
|
484
|
-
: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.
|
482
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
483
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
484
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
485
485
|
'''
|
486
486
|
value = CloudAwsGovcloudIntegrationsIam(
|
487
487
|
metrics_polling_interval=metrics_polling_interval,
|
@@ -502,11 +502,11 @@ class CloudAwsGovcloudIntegrations(
|
|
502
502
|
tag_value: typing.Optional[builtins.str] = None,
|
503
503
|
) -> None:
|
504
504
|
'''
|
505
|
-
: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.
|
506
|
-
: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.
|
507
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
508
|
-
: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.
|
509
|
-
: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.
|
505
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
506
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
507
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
508
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
509
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
510
510
|
'''
|
511
511
|
value = CloudAwsGovcloudIntegrationsLambda(
|
512
512
|
aws_regions=aws_regions,
|
@@ -529,11 +529,11 @@ class CloudAwsGovcloudIntegrations(
|
|
529
529
|
tag_value: typing.Optional[builtins.str] = None,
|
530
530
|
) -> None:
|
531
531
|
'''
|
532
|
-
: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.
|
533
|
-
: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.
|
534
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
535
|
-
: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.
|
536
|
-
: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.
|
532
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
533
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
534
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
535
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
536
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
537
537
|
'''
|
538
538
|
value = CloudAwsGovcloudIntegrationsRds(
|
539
539
|
aws_regions=aws_regions,
|
@@ -555,10 +555,10 @@ class CloudAwsGovcloudIntegrations(
|
|
555
555
|
tag_value: typing.Optional[builtins.str] = None,
|
556
556
|
) -> None:
|
557
557
|
'''
|
558
|
-
: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.
|
559
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
560
|
-
:param 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.
|
561
|
-
: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.
|
558
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
559
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
560
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
561
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
562
562
|
'''
|
563
563
|
value = CloudAwsGovcloudIntegrationsRedShift(
|
564
564
|
aws_regions=aws_regions,
|
@@ -577,8 +577,8 @@ class CloudAwsGovcloudIntegrations(
|
|
577
577
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
578
578
|
) -> None:
|
579
579
|
'''
|
580
|
-
: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.
|
581
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
580
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
581
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
582
582
|
'''
|
583
583
|
value = CloudAwsGovcloudIntegrationsRoute53(
|
584
584
|
fetch_extended_inventory=fetch_extended_inventory,
|
@@ -598,11 +598,11 @@ class CloudAwsGovcloudIntegrations(
|
|
598
598
|
tag_value: typing.Optional[builtins.str] = None,
|
599
599
|
) -> None:
|
600
600
|
'''
|
601
|
-
: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.
|
602
|
-
: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.
|
603
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
604
|
-
: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.
|
605
|
-
: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.
|
601
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
602
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
603
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
604
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
605
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
606
606
|
'''
|
607
607
|
value = CloudAwsGovcloudIntegrationsS3(
|
608
608
|
fetch_extended_inventory=fetch_extended_inventory,
|
@@ -623,9 +623,9 @@ class CloudAwsGovcloudIntegrations(
|
|
623
623
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
624
624
|
) -> None:
|
625
625
|
'''
|
626
|
-
: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.
|
627
|
-
: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.
|
628
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
626
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
627
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
628
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
629
629
|
'''
|
630
630
|
value = CloudAwsGovcloudIntegrationsSns(
|
631
631
|
aws_regions=aws_regions,
|
@@ -648,13 +648,13 @@ class CloudAwsGovcloudIntegrations(
|
|
648
648
|
tag_value: typing.Optional[builtins.str] = None,
|
649
649
|
) -> None:
|
650
650
|
'''
|
651
|
-
: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.
|
652
|
-
: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.
|
653
|
-
: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.
|
654
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
655
|
-
: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.
|
656
|
-
: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.
|
657
|
-
: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.
|
651
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
652
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
653
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
654
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
655
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes}
|
656
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
657
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
658
658
|
'''
|
659
659
|
value = CloudAwsGovcloudIntegrationsSqs(
|
660
660
|
aws_regions=aws_regions,
|
@@ -1067,13 +1067,13 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1067
1067
|
tag_value: typing.Optional[builtins.str] = None,
|
1068
1068
|
) -> None:
|
1069
1069
|
'''
|
1070
|
-
: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.
|
1071
|
-
: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.
|
1072
|
-
: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.
|
1073
|
-
: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.
|
1074
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1075
|
-
: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.
|
1076
|
-
: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.
|
1070
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1071
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
1072
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
1073
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes}
|
1074
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1075
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
1076
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
1077
1077
|
'''
|
1078
1078
|
if __debug__:
|
1079
1079
|
type_hints = typing.get_type_hints(_typecheckingstub__f817a10c04aa2753bc7f77eaa74ea595843e24933e62cde50adea5788d742e97)
|
@@ -1104,7 +1104,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1104
1104
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
1105
1105
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
1106
1106
|
|
1107
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1107
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1108
1108
|
'''
|
1109
1109
|
result = self._values.get("aws_regions")
|
1110
1110
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1117,7 +1117,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1117
1117
|
|
1118
1118
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
1119
1119
|
|
1120
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1120
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
1121
1121
|
'''
|
1122
1122
|
result = self._values.get("fetch_extended_inventory")
|
1123
1123
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -1130,7 +1130,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1130
1130
|
|
1131
1131
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
1132
1132
|
|
1133
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1133
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
1134
1134
|
'''
|
1135
1135
|
result = self._values.get("fetch_tags")
|
1136
1136
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -1139,7 +1139,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1139
1139
|
def load_balancer_prefixes(self) -> typing.Optional[typing.List[builtins.str]]:
|
1140
1140
|
'''Specify each name or prefix for the LBs that you want to monitor. Filter values are case-sensitive.
|
1141
1141
|
|
1142
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1142
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#load_balancer_prefixes CloudAwsGovcloudIntegrations#load_balancer_prefixes}
|
1143
1143
|
'''
|
1144
1144
|
result = self._values.get("load_balancer_prefixes")
|
1145
1145
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1148,7 +1148,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1148
1148
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1149
1149
|
'''The data polling interval in seconds.
|
1150
1150
|
|
1151
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1151
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1152
1152
|
'''
|
1153
1153
|
result = self._values.get("metrics_polling_interval")
|
1154
1154
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1157,7 +1157,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1157
1157
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
1158
1158
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1159
1159
|
|
1160
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1160
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
1161
1161
|
'''
|
1162
1162
|
result = self._values.get("tag_key")
|
1163
1163
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1166,7 +1166,7 @@ class CloudAwsGovcloudIntegrationsAlb:
|
|
1166
1166
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
1167
1167
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1168
1168
|
|
1169
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1169
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
1170
1170
|
'''
|
1171
1171
|
result = self._values.get("tag_value")
|
1172
1172
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1402,11 +1402,11 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1402
1402
|
tag_value: typing.Optional[builtins.str] = None,
|
1403
1403
|
) -> None:
|
1404
1404
|
'''
|
1405
|
-
: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.
|
1406
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1407
|
-
: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.
|
1408
|
-
: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.
|
1409
|
-
: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.
|
1405
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1406
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1407
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes}
|
1408
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
1409
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
1410
1410
|
'''
|
1411
1411
|
if __debug__:
|
1412
1412
|
type_hints = typing.get_type_hints(_typecheckingstub__2e087ac35c9cde27979a52f35bb5d73969a36c289a16f4c4fc4875c1578696d3)
|
@@ -1431,7 +1431,7 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1431
1431
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
1432
1432
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
1433
1433
|
|
1434
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1434
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1435
1435
|
'''
|
1436
1436
|
result = self._values.get("aws_regions")
|
1437
1437
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1440,7 +1440,7 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1440
1440
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1441
1441
|
'''The data polling interval in seconds.
|
1442
1442
|
|
1443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1444
1444
|
'''
|
1445
1445
|
result = self._values.get("metrics_polling_interval")
|
1446
1446
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1451,7 +1451,7 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1451
1451
|
|
1452
1452
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
1453
1453
|
|
1454
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1454
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#stage_prefixes CloudAwsGovcloudIntegrations#stage_prefixes}
|
1455
1455
|
'''
|
1456
1456
|
result = self._values.get("stage_prefixes")
|
1457
1457
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1460,7 +1460,7 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1460
1460
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
1461
1461
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1462
1462
|
|
1463
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1463
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
1464
1464
|
'''
|
1465
1465
|
result = self._values.get("tag_key")
|
1466
1466
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1469,7 +1469,7 @@ class CloudAwsGovcloudIntegrationsApiGateway:
|
|
1469
1469
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
1470
1470
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
1471
1471
|
|
1472
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1472
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
1473
1473
|
'''
|
1474
1474
|
result = self._values.get("tag_value")
|
1475
1475
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -1643,8 +1643,8 @@ class CloudAwsGovcloudIntegrationsAutoScaling:
|
|
1643
1643
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1644
1644
|
) -> None:
|
1645
1645
|
'''
|
1646
|
-
: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.
|
1647
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1646
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1647
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1648
1648
|
'''
|
1649
1649
|
if __debug__:
|
1650
1650
|
type_hints = typing.get_type_hints(_typecheckingstub__8b353a4a956ffb3b1c9ca6779b0b23820e9371a84a16e766d2a4c3daefe9a24d)
|
@@ -1660,7 +1660,7 @@ class CloudAwsGovcloudIntegrationsAutoScaling:
|
|
1660
1660
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
1661
1661
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
1662
1662
|
|
1663
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1663
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1664
1664
|
'''
|
1665
1665
|
result = self._values.get("aws_regions")
|
1666
1666
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1669,7 +1669,7 @@ class CloudAwsGovcloudIntegrationsAutoScaling:
|
|
1669
1669
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1670
1670
|
'''The data polling interval in seconds.
|
1671
1671
|
|
1672
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1672
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1673
1673
|
'''
|
1674
1674
|
result = self._values.get("metrics_polling_interval")
|
1675
1675
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1782,8 +1782,8 @@ class CloudAwsGovcloudIntegrationsAwsDirectConnect:
|
|
1782
1782
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1783
1783
|
) -> None:
|
1784
1784
|
'''
|
1785
|
-
: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.
|
1786
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1785
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1786
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1787
1787
|
'''
|
1788
1788
|
if __debug__:
|
1789
1789
|
type_hints = typing.get_type_hints(_typecheckingstub__fac89efd6ee5edc022634453eebeb5ca18400bd17743f0ea008079992859d569)
|
@@ -1799,7 +1799,7 @@ class CloudAwsGovcloudIntegrationsAwsDirectConnect:
|
|
1799
1799
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
1800
1800
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
1801
1801
|
|
1802
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1802
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1803
1803
|
'''
|
1804
1804
|
result = self._values.get("aws_regions")
|
1805
1805
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1808,7 +1808,7 @@ class CloudAwsGovcloudIntegrationsAwsDirectConnect:
|
|
1808
1808
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1809
1809
|
'''The data polling interval in seconds.
|
1810
1810
|
|
1811
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1811
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1812
1812
|
'''
|
1813
1813
|
result = self._values.get("metrics_polling_interval")
|
1814
1814
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -1921,8 +1921,8 @@ class CloudAwsGovcloudIntegrationsAwsStates:
|
|
1921
1921
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
1922
1922
|
) -> None:
|
1923
1923
|
'''
|
1924
|
-
: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.
|
1925
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1924
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1925
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1926
1926
|
'''
|
1927
1927
|
if __debug__:
|
1928
1928
|
type_hints = typing.get_type_hints(_typecheckingstub__224d17aa02faae1e233081920e641702c92b651090d2ca5b99da27ba1305df29)
|
@@ -1938,7 +1938,7 @@ class CloudAwsGovcloudIntegrationsAwsStates:
|
|
1938
1938
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
1939
1939
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
1940
1940
|
|
1941
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1941
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
1942
1942
|
'''
|
1943
1943
|
result = self._values.get("aws_regions")
|
1944
1944
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -1947,7 +1947,7 @@ class CloudAwsGovcloudIntegrationsAwsStates:
|
|
1947
1947
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
1948
1948
|
'''The data polling interval in seconds.
|
1949
1949
|
|
1950
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
1950
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
1951
1951
|
'''
|
1952
1952
|
result = self._values.get("metrics_polling_interval")
|
1953
1953
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2058,8 +2058,8 @@ class CloudAwsGovcloudIntegrationsCloudtrail:
|
|
2058
2058
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
2059
2059
|
) -> None:
|
2060
2060
|
'''
|
2061
|
-
: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.
|
2062
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2061
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
2062
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
2063
2063
|
'''
|
2064
2064
|
if __debug__:
|
2065
2065
|
type_hints = typing.get_type_hints(_typecheckingstub__61a41ac5be0c1e45cd597be879712bba6f252632e8e6a9bdc519c79bb33cb40b)
|
@@ -2075,7 +2075,7 @@ class CloudAwsGovcloudIntegrationsCloudtrail:
|
|
2075
2075
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
2076
2076
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
2077
2077
|
|
2078
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2078
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
2079
2079
|
'''
|
2080
2080
|
result = self._values.get("aws_regions")
|
2081
2081
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2084,7 +2084,7 @@ class CloudAwsGovcloudIntegrationsCloudtrail:
|
|
2084
2084
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2085
2085
|
'''The data polling interval in seconds.
|
2086
2086
|
|
2087
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2087
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
2088
2088
|
'''
|
2089
2089
|
result = self._values.get("metrics_polling_interval")
|
2090
2090
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2258,29 +2258,29 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2258
2258
|
:param lifecycle:
|
2259
2259
|
:param provider:
|
2260
2260
|
:param provisioners:
|
2261
|
-
:param linked_account_id: The ID of the linked AwsGovCloud account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2262
|
-
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2263
|
-
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2264
|
-
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2265
|
-
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2266
|
-
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2267
|
-
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2268
|
-
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2269
|
-
:param dynamo_db: dynamo_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2270
|
-
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2271
|
-
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2272
|
-
:param elastic_search: elastic_search block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2273
|
-
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2274
|
-
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2275
|
-
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2276
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2277
|
-
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2278
|
-
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2279
|
-
:param red_shift: red_shift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2280
|
-
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2281
|
-
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2282
|
-
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2283
|
-
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2261
|
+
:param linked_account_id: The ID of the linked AwsGovCloud account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id}
|
2262
|
+
:param account_id: The ID of the account in New Relic. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id}
|
2263
|
+
:param alb: alb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb}
|
2264
|
+
:param api_gateway: api_gateway block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway}
|
2265
|
+
:param auto_scaling: auto_scaling block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling}
|
2266
|
+
:param aws_direct_connect: aws_direct_connect block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect}
|
2267
|
+
:param aws_states: aws_states block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states}
|
2268
|
+
:param cloudtrail: cloudtrail block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail}
|
2269
|
+
:param dynamo_db: dynamo_db block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db}
|
2270
|
+
:param ebs: ebs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs}
|
2271
|
+
:param ec2: ec2 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2}
|
2272
|
+
:param elastic_search: elastic_search block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search}
|
2273
|
+
:param elb: elb block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb}
|
2274
|
+
:param emr: emr block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr}
|
2275
|
+
:param iam: iam block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam}
|
2276
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#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.
|
2277
|
+
:param lambda_: lambda block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda}
|
2278
|
+
:param rds: rds block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds}
|
2279
|
+
:param red_shift: red_shift block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift}
|
2280
|
+
:param route53: route53 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53}
|
2281
|
+
:param s3: s3 block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3}
|
2282
|
+
:param sns: sns block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns}
|
2283
|
+
:param sqs: sqs block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs}
|
2284
2284
|
'''
|
2285
2285
|
if isinstance(lifecycle, dict):
|
2286
2286
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -2486,7 +2486,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2486
2486
|
def linked_account_id(self) -> jsii.Number:
|
2487
2487
|
'''The ID of the linked AwsGovCloud account in New Relic.
|
2488
2488
|
|
2489
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2489
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#linked_account_id CloudAwsGovcloudIntegrations#linked_account_id}
|
2490
2490
|
'''
|
2491
2491
|
result = self._values.get("linked_account_id")
|
2492
2492
|
assert result is not None, "Required property 'linked_account_id' is missing"
|
@@ -2496,7 +2496,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2496
2496
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
2497
2497
|
'''The ID of the account in New Relic.
|
2498
2498
|
|
2499
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2499
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#account_id CloudAwsGovcloudIntegrations#account_id}
|
2500
2500
|
'''
|
2501
2501
|
result = self._values.get("account_id")
|
2502
2502
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2505,7 +2505,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2505
2505
|
def alb(self) -> typing.Optional[CloudAwsGovcloudIntegrationsAlb]:
|
2506
2506
|
'''alb block.
|
2507
2507
|
|
2508
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2508
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#alb CloudAwsGovcloudIntegrations#alb}
|
2509
2509
|
'''
|
2510
2510
|
result = self._values.get("alb")
|
2511
2511
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsAlb], result)
|
@@ -2514,7 +2514,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2514
2514
|
def api_gateway(self) -> typing.Optional[CloudAwsGovcloudIntegrationsApiGateway]:
|
2515
2515
|
'''api_gateway block.
|
2516
2516
|
|
2517
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2517
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#api_gateway CloudAwsGovcloudIntegrations#api_gateway}
|
2518
2518
|
'''
|
2519
2519
|
result = self._values.get("api_gateway")
|
2520
2520
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsApiGateway], result)
|
@@ -2523,7 +2523,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2523
2523
|
def auto_scaling(self) -> typing.Optional[CloudAwsGovcloudIntegrationsAutoScaling]:
|
2524
2524
|
'''auto_scaling block.
|
2525
2525
|
|
2526
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2526
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#auto_scaling CloudAwsGovcloudIntegrations#auto_scaling}
|
2527
2527
|
'''
|
2528
2528
|
result = self._values.get("auto_scaling")
|
2529
2529
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsAutoScaling], result)
|
@@ -2534,7 +2534,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2534
2534
|
) -> typing.Optional[CloudAwsGovcloudIntegrationsAwsDirectConnect]:
|
2535
2535
|
'''aws_direct_connect block.
|
2536
2536
|
|
2537
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2537
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_direct_connect CloudAwsGovcloudIntegrations#aws_direct_connect}
|
2538
2538
|
'''
|
2539
2539
|
result = self._values.get("aws_direct_connect")
|
2540
2540
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsAwsDirectConnect], result)
|
@@ -2543,7 +2543,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2543
2543
|
def aws_states(self) -> typing.Optional[CloudAwsGovcloudIntegrationsAwsStates]:
|
2544
2544
|
'''aws_states block.
|
2545
2545
|
|
2546
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2546
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_states CloudAwsGovcloudIntegrations#aws_states}
|
2547
2547
|
'''
|
2548
2548
|
result = self._values.get("aws_states")
|
2549
2549
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsAwsStates], result)
|
@@ -2552,7 +2552,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2552
2552
|
def cloudtrail(self) -> typing.Optional[CloudAwsGovcloudIntegrationsCloudtrail]:
|
2553
2553
|
'''cloudtrail block.
|
2554
2554
|
|
2555
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2555
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#cloudtrail CloudAwsGovcloudIntegrations#cloudtrail}
|
2556
2556
|
'''
|
2557
2557
|
result = self._values.get("cloudtrail")
|
2558
2558
|
return typing.cast(typing.Optional[CloudAwsGovcloudIntegrationsCloudtrail], result)
|
@@ -2561,7 +2561,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2561
2561
|
def dynamo_db(self) -> typing.Optional["CloudAwsGovcloudIntegrationsDynamoDb"]:
|
2562
2562
|
'''dynamo_db block.
|
2563
2563
|
|
2564
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#dynamo_db CloudAwsGovcloudIntegrations#dynamo_db}
|
2565
2565
|
'''
|
2566
2566
|
result = self._values.get("dynamo_db")
|
2567
2567
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsDynamoDb"], result)
|
@@ -2570,7 +2570,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2570
2570
|
def ebs(self) -> typing.Optional["CloudAwsGovcloudIntegrationsEbs"]:
|
2571
2571
|
'''ebs block.
|
2572
2572
|
|
2573
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2573
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ebs CloudAwsGovcloudIntegrations#ebs}
|
2574
2574
|
'''
|
2575
2575
|
result = self._values.get("ebs")
|
2576
2576
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsEbs"], result)
|
@@ -2579,7 +2579,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2579
2579
|
def ec2(self) -> typing.Optional["CloudAwsGovcloudIntegrationsEc2"]:
|
2580
2580
|
'''ec2 block.
|
2581
2581
|
|
2582
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2582
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#ec2 CloudAwsGovcloudIntegrations#ec2}
|
2583
2583
|
'''
|
2584
2584
|
result = self._values.get("ec2")
|
2585
2585
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsEc2"], result)
|
@@ -2590,7 +2590,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2590
2590
|
) -> typing.Optional["CloudAwsGovcloudIntegrationsElasticSearch"]:
|
2591
2591
|
'''elastic_search block.
|
2592
2592
|
|
2593
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2593
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elastic_search CloudAwsGovcloudIntegrations#elastic_search}
|
2594
2594
|
'''
|
2595
2595
|
result = self._values.get("elastic_search")
|
2596
2596
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsElasticSearch"], result)
|
@@ -2599,7 +2599,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2599
2599
|
def elb(self) -> typing.Optional["CloudAwsGovcloudIntegrationsElb"]:
|
2600
2600
|
'''elb block.
|
2601
2601
|
|
2602
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2602
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#elb CloudAwsGovcloudIntegrations#elb}
|
2603
2603
|
'''
|
2604
2604
|
result = self._values.get("elb")
|
2605
2605
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsElb"], result)
|
@@ -2608,7 +2608,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2608
2608
|
def emr(self) -> typing.Optional["CloudAwsGovcloudIntegrationsEmr"]:
|
2609
2609
|
'''emr block.
|
2610
2610
|
|
2611
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2611
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#emr CloudAwsGovcloudIntegrations#emr}
|
2612
2612
|
'''
|
2613
2613
|
result = self._values.get("emr")
|
2614
2614
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsEmr"], result)
|
@@ -2617,14 +2617,14 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2617
2617
|
def iam(self) -> typing.Optional["CloudAwsGovcloudIntegrationsIam"]:
|
2618
2618
|
'''iam block.
|
2619
2619
|
|
2620
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2620
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#iam CloudAwsGovcloudIntegrations#iam}
|
2621
2621
|
'''
|
2622
2622
|
result = self._values.get("iam")
|
2623
2623
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsIam"], result)
|
2624
2624
|
|
2625
2625
|
@builtins.property
|
2626
2626
|
def id(self) -> typing.Optional[builtins.str]:
|
2627
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2627
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#id CloudAwsGovcloudIntegrations#id}.
|
2628
2628
|
|
2629
2629
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
2630
2630
|
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.
|
@@ -2636,7 +2636,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2636
2636
|
def lambda_(self) -> typing.Optional["CloudAwsGovcloudIntegrationsLambda"]:
|
2637
2637
|
'''lambda block.
|
2638
2638
|
|
2639
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2639
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#lambda CloudAwsGovcloudIntegrations#lambda}
|
2640
2640
|
'''
|
2641
2641
|
result = self._values.get("lambda_")
|
2642
2642
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsLambda"], result)
|
@@ -2645,7 +2645,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2645
2645
|
def rds(self) -> typing.Optional["CloudAwsGovcloudIntegrationsRds"]:
|
2646
2646
|
'''rds block.
|
2647
2647
|
|
2648
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2648
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#rds CloudAwsGovcloudIntegrations#rds}
|
2649
2649
|
'''
|
2650
2650
|
result = self._values.get("rds")
|
2651
2651
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsRds"], result)
|
@@ -2654,7 +2654,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2654
2654
|
def red_shift(self) -> typing.Optional["CloudAwsGovcloudIntegrationsRedShift"]:
|
2655
2655
|
'''red_shift block.
|
2656
2656
|
|
2657
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2657
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#red_shift CloudAwsGovcloudIntegrations#red_shift}
|
2658
2658
|
'''
|
2659
2659
|
result = self._values.get("red_shift")
|
2660
2660
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsRedShift"], result)
|
@@ -2663,7 +2663,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2663
2663
|
def route53(self) -> typing.Optional["CloudAwsGovcloudIntegrationsRoute53"]:
|
2664
2664
|
'''route53 block.
|
2665
2665
|
|
2666
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2666
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#route53 CloudAwsGovcloudIntegrations#route53}
|
2667
2667
|
'''
|
2668
2668
|
result = self._values.get("route53")
|
2669
2669
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsRoute53"], result)
|
@@ -2672,7 +2672,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2672
2672
|
def s3(self) -> typing.Optional["CloudAwsGovcloudIntegrationsS3"]:
|
2673
2673
|
'''s3 block.
|
2674
2674
|
|
2675
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2675
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#s3 CloudAwsGovcloudIntegrations#s3}
|
2676
2676
|
'''
|
2677
2677
|
result = self._values.get("s3")
|
2678
2678
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsS3"], result)
|
@@ -2681,7 +2681,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2681
2681
|
def sns(self) -> typing.Optional["CloudAwsGovcloudIntegrationsSns"]:
|
2682
2682
|
'''sns block.
|
2683
2683
|
|
2684
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2684
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sns CloudAwsGovcloudIntegrations#sns}
|
2685
2685
|
'''
|
2686
2686
|
result = self._values.get("sns")
|
2687
2687
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsSns"], result)
|
@@ -2690,7 +2690,7 @@ class CloudAwsGovcloudIntegrationsConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
2690
2690
|
def sqs(self) -> typing.Optional["CloudAwsGovcloudIntegrationsSqs"]:
|
2691
2691
|
'''sqs block.
|
2692
2692
|
|
2693
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2693
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#sqs CloudAwsGovcloudIntegrations#sqs}
|
2694
2694
|
'''
|
2695
2695
|
result = self._values.get("sqs")
|
2696
2696
|
return typing.cast(typing.Optional["CloudAwsGovcloudIntegrationsSqs"], result)
|
@@ -2731,12 +2731,12 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2731
2731
|
tag_value: typing.Optional[builtins.str] = None,
|
2732
2732
|
) -> None:
|
2733
2733
|
'''
|
2734
|
-
: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.
|
2735
|
-
: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.
|
2736
|
-
: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.
|
2737
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2738
|
-
: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.
|
2739
|
-
: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.
|
2734
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
2735
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
2736
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
2737
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
2738
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
2739
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
2740
2740
|
'''
|
2741
2741
|
if __debug__:
|
2742
2742
|
type_hints = typing.get_type_hints(_typecheckingstub__369da735db1dbe7da07401c2ef9a44b702b14988bbaaa41d38961f9159bcd7d0)
|
@@ -2764,7 +2764,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2764
2764
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
2765
2765
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
2766
2766
|
|
2767
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2767
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
2768
2768
|
'''
|
2769
2769
|
result = self._values.get("aws_regions")
|
2770
2770
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -2777,7 +2777,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2777
2777
|
|
2778
2778
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
2779
2779
|
|
2780
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2780
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
2781
2781
|
'''
|
2782
2782
|
result = self._values.get("fetch_extended_inventory")
|
2783
2783
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -2790,7 +2790,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2790
2790
|
|
2791
2791
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
2792
2792
|
|
2793
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2793
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
2794
2794
|
'''
|
2795
2795
|
result = self._values.get("fetch_tags")
|
2796
2796
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -2799,7 +2799,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2799
2799
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
2800
2800
|
'''The data polling interval in seconds.
|
2801
2801
|
|
2802
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2802
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
2803
2803
|
'''
|
2804
2804
|
result = self._values.get("metrics_polling_interval")
|
2805
2805
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -2808,7 +2808,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2808
2808
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
2809
2809
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2810
2810
|
|
2811
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2811
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
2812
2812
|
'''
|
2813
2813
|
result = self._values.get("tag_key")
|
2814
2814
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -2817,7 +2817,7 @@ class CloudAwsGovcloudIntegrationsDynamoDb:
|
|
2817
2817
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
2818
2818
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
2819
2819
|
|
2820
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
2820
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
2821
2821
|
'''
|
2822
2822
|
result = self._values.get("tag_value")
|
2823
2823
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3030,11 +3030,11 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3030
3030
|
tag_value: typing.Optional[builtins.str] = None,
|
3031
3031
|
) -> None:
|
3032
3032
|
'''
|
3033
|
-
: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.
|
3034
|
-
: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.
|
3035
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3036
|
-
: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.
|
3037
|
-
: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.
|
3033
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3034
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
3035
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3036
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3037
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3038
3038
|
'''
|
3039
3039
|
if __debug__:
|
3040
3040
|
type_hints = typing.get_type_hints(_typecheckingstub__1af26a76ff2dc7a309bae0cd55c2609a3c7c894089d59784fb2c392bdfdb2c62)
|
@@ -3059,7 +3059,7 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3059
3059
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3060
3060
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3061
3061
|
|
3062
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3062
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3063
3063
|
'''
|
3064
3064
|
result = self._values.get("aws_regions")
|
3065
3065
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3072,7 +3072,7 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3072
3072
|
|
3073
3073
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
3074
3074
|
|
3075
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3075
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
3076
3076
|
'''
|
3077
3077
|
result = self._values.get("fetch_extended_inventory")
|
3078
3078
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3081,7 +3081,7 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3081
3081
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3082
3082
|
'''The data polling interval in seconds.
|
3083
3083
|
|
3084
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3084
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3085
3085
|
'''
|
3086
3086
|
result = self._values.get("metrics_polling_interval")
|
3087
3087
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3090,7 +3090,7 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3090
3090
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
3091
3091
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3092
3092
|
|
3093
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3093
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3094
3094
|
'''
|
3095
3095
|
result = self._values.get("tag_key")
|
3096
3096
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3099,7 +3099,7 @@ class CloudAwsGovcloudIntegrationsEbs:
|
|
3099
3099
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
3100
3100
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3101
3101
|
|
3102
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3102
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3103
3103
|
'''
|
3104
3104
|
result = self._values.get("tag_value")
|
3105
3105
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3286,11 +3286,11 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3286
3286
|
tag_value: typing.Optional[builtins.str] = None,
|
3287
3287
|
) -> None:
|
3288
3288
|
'''
|
3289
|
-
: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.
|
3290
|
-
: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.
|
3291
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3292
|
-
: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.
|
3293
|
-
: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.
|
3289
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3290
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses}
|
3291
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3292
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3293
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3294
3294
|
'''
|
3295
3295
|
if __debug__:
|
3296
3296
|
type_hints = typing.get_type_hints(_typecheckingstub__8b30e14714e99d72581f3ba4dd21d11d27e87dfc1a26ee67b87f014f6ed39ae3)
|
@@ -3315,7 +3315,7 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3315
3315
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3316
3316
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3317
3317
|
|
3318
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3318
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3319
3319
|
'''
|
3320
3320
|
result = self._values.get("aws_regions")
|
3321
3321
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3326,7 +3326,7 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3326
3326
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3327
3327
|
'''Specify if IP addresses of ec2 instance should be collected.
|
3328
3328
|
|
3329
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3329
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_ip_addresses CloudAwsGovcloudIntegrations#fetch_ip_addresses}
|
3330
3330
|
'''
|
3331
3331
|
result = self._values.get("fetch_ip_addresses")
|
3332
3332
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3335,7 +3335,7 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3335
3335
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3336
3336
|
'''The data polling interval in seconds.
|
3337
3337
|
|
3338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3339
3339
|
'''
|
3340
3340
|
result = self._values.get("metrics_polling_interval")
|
3341
3341
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3344,7 +3344,7 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3344
3344
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
3345
3345
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3346
3346
|
|
3347
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3347
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3348
3348
|
'''
|
3349
3349
|
result = self._values.get("tag_key")
|
3350
3350
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3353,7 +3353,7 @@ class CloudAwsGovcloudIntegrationsEc2:
|
|
3353
3353
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
3354
3354
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3355
3355
|
|
3356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3357
3357
|
'''
|
3358
3358
|
result = self._values.get("tag_value")
|
3359
3359
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3540,11 +3540,11 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3540
3540
|
tag_value: typing.Optional[builtins.str] = None,
|
3541
3541
|
) -> None:
|
3542
3542
|
'''
|
3543
|
-
: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.
|
3544
|
-
:param fetch_nodes: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3545
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3546
|
-
: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.
|
3547
|
-
: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.
|
3543
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3544
|
+
:param fetch_nodes: Specify if IP addresses of ec2 instance should be collected. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes}
|
3545
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3546
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3547
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3548
3548
|
'''
|
3549
3549
|
if __debug__:
|
3550
3550
|
type_hints = typing.get_type_hints(_typecheckingstub__976a55d3e8593ec8ff86a393cf3d4c0c9ccd67968b991e917cbb1f4afae0475c)
|
@@ -3569,7 +3569,7 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3569
3569
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3570
3570
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3571
3571
|
|
3572
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3572
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3573
3573
|
'''
|
3574
3574
|
result = self._values.get("aws_regions")
|
3575
3575
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3580,7 +3580,7 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3580
3580
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
3581
3581
|
'''Specify if IP addresses of ec2 instance should be collected.
|
3582
3582
|
|
3583
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3583
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_nodes CloudAwsGovcloudIntegrations#fetch_nodes}
|
3584
3584
|
'''
|
3585
3585
|
result = self._values.get("fetch_nodes")
|
3586
3586
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3589,7 +3589,7 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3589
3589
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3590
3590
|
'''The data polling interval in seconds.
|
3591
3591
|
|
3592
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3592
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3593
3593
|
'''
|
3594
3594
|
result = self._values.get("metrics_polling_interval")
|
3595
3595
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -3598,7 +3598,7 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3598
3598
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
3599
3599
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3600
3600
|
|
3601
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3601
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
3602
3602
|
'''
|
3603
3603
|
result = self._values.get("tag_key")
|
3604
3604
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3607,7 +3607,7 @@ class CloudAwsGovcloudIntegrationsElasticSearch:
|
|
3607
3607
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
3608
3608
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
3609
3609
|
|
3610
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3610
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
3611
3611
|
'''
|
3612
3612
|
result = self._values.get("tag_value")
|
3613
3613
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -3792,10 +3792,10 @@ class CloudAwsGovcloudIntegrationsElb:
|
|
3792
3792
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
3793
3793
|
) -> None:
|
3794
3794
|
'''
|
3795
|
-
: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.
|
3796
|
-
: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.
|
3797
|
-
: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.
|
3798
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3795
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3796
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
3797
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
3798
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3799
3799
|
'''
|
3800
3800
|
if __debug__:
|
3801
3801
|
type_hints = typing.get_type_hints(_typecheckingstub__eda53f4a4b30871629329a7a13ebccee2521f4905abd3ab08fe947c296b131a9)
|
@@ -3817,7 +3817,7 @@ class CloudAwsGovcloudIntegrationsElb:
|
|
3817
3817
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
3818
3818
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
3819
3819
|
|
3820
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3820
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
3821
3821
|
'''
|
3822
3822
|
result = self._values.get("aws_regions")
|
3823
3823
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -3830,7 +3830,7 @@ class CloudAwsGovcloudIntegrationsElb:
|
|
3830
3830
|
|
3831
3831
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
3832
3832
|
|
3833
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3833
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
3834
3834
|
'''
|
3835
3835
|
result = self._values.get("fetch_extended_inventory")
|
3836
3836
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3843,7 +3843,7 @@ class CloudAwsGovcloudIntegrationsElb:
|
|
3843
3843
|
|
3844
3844
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
3845
3845
|
|
3846
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3846
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
3847
3847
|
'''
|
3848
3848
|
result = self._values.get("fetch_tags")
|
3849
3849
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -3852,7 +3852,7 @@ class CloudAwsGovcloudIntegrationsElb:
|
|
3852
3852
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
3853
3853
|
'''The data polling interval in seconds.
|
3854
3854
|
|
3855
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
3855
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
3856
3856
|
'''
|
3857
3857
|
result = self._values.get("metrics_polling_interval")
|
3858
3858
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4023,11 +4023,11 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4023
4023
|
tag_value: typing.Optional[builtins.str] = None,
|
4024
4024
|
) -> None:
|
4025
4025
|
'''
|
4026
|
-
: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.
|
4027
|
-
: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.
|
4028
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4029
|
-
: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.
|
4030
|
-
: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.
|
4026
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4027
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4028
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4029
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4030
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4031
4031
|
'''
|
4032
4032
|
if __debug__:
|
4033
4033
|
type_hints = typing.get_type_hints(_typecheckingstub__2ffd346cdb60df198343c865413dad68c2009fd5095cae18f677c44b87a68479)
|
@@ -4052,7 +4052,7 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4052
4052
|
def aws_regions(self) -> typing.Optional[builtins.str]:
|
4053
4053
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4054
4054
|
|
4055
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4055
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4056
4056
|
'''
|
4057
4057
|
result = self._values.get("aws_regions")
|
4058
4058
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4065,7 +4065,7 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4065
4065
|
|
4066
4066
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
4067
4067
|
|
4068
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4068
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4069
4069
|
'''
|
4070
4070
|
result = self._values.get("fetch_tags")
|
4071
4071
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -4074,7 +4074,7 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4074
4074
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4075
4075
|
'''The data polling interval in seconds.
|
4076
4076
|
|
4077
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4077
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4078
4078
|
'''
|
4079
4079
|
result = self._values.get("metrics_polling_interval")
|
4080
4080
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4083,7 +4083,7 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4083
4083
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
4084
4084
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4085
4085
|
|
4086
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4086
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4087
4087
|
'''
|
4088
4088
|
result = self._values.get("tag_key")
|
4089
4089
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4092,7 +4092,7 @@ class CloudAwsGovcloudIntegrationsEmr:
|
|
4092
4092
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
4093
4093
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4094
4094
|
|
4095
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4095
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4096
4096
|
'''
|
4097
4097
|
result = self._values.get("tag_value")
|
4098
4098
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4273,9 +4273,9 @@ class CloudAwsGovcloudIntegrationsIam:
|
|
4273
4273
|
tag_value: typing.Optional[builtins.str] = None,
|
4274
4274
|
) -> None:
|
4275
4275
|
'''
|
4276
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4277
|
-
: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.
|
4278
|
-
: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.
|
4276
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4277
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4278
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4279
4279
|
'''
|
4280
4280
|
if __debug__:
|
4281
4281
|
type_hints = typing.get_type_hints(_typecheckingstub__ff1d2078bbe54373546cd05ac14a3780f82eac9c224ff4aaeec0232debf38e5d)
|
@@ -4294,7 +4294,7 @@ class CloudAwsGovcloudIntegrationsIam:
|
|
4294
4294
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4295
4295
|
'''The data polling interval in seconds.
|
4296
4296
|
|
4297
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4297
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4298
4298
|
'''
|
4299
4299
|
result = self._values.get("metrics_polling_interval")
|
4300
4300
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4303,7 +4303,7 @@ class CloudAwsGovcloudIntegrationsIam:
|
|
4303
4303
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
4304
4304
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4305
4305
|
|
4306
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4306
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4307
4307
|
'''
|
4308
4308
|
result = self._values.get("tag_key")
|
4309
4309
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4312,7 +4312,7 @@ class CloudAwsGovcloudIntegrationsIam:
|
|
4312
4312
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
4313
4313
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4314
4314
|
|
4315
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4315
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4316
4316
|
'''
|
4317
4317
|
result = self._values.get("tag_value")
|
4318
4318
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4450,11 +4450,11 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4450
4450
|
tag_value: typing.Optional[builtins.str] = None,
|
4451
4451
|
) -> None:
|
4452
4452
|
'''
|
4453
|
-
: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.
|
4454
|
-
: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.
|
4455
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4456
|
-
: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.
|
4457
|
-
: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.
|
4453
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4454
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4455
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4456
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4457
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4458
4458
|
'''
|
4459
4459
|
if __debug__:
|
4460
4460
|
type_hints = typing.get_type_hints(_typecheckingstub__fd820aef904432036e66947e64324d505eecbc2aaad422a5aa200c65c304b587)
|
@@ -4479,7 +4479,7 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4479
4479
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4480
4480
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4481
4481
|
|
4482
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4482
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4483
4483
|
'''
|
4484
4484
|
result = self._values.get("aws_regions")
|
4485
4485
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4492,7 +4492,7 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4492
4492
|
|
4493
4493
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
4494
4494
|
|
4495
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4495
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4496
4496
|
'''
|
4497
4497
|
result = self._values.get("fetch_tags")
|
4498
4498
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -4501,7 +4501,7 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4501
4501
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4502
4502
|
'''The data polling interval in seconds.
|
4503
4503
|
|
4504
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4504
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4505
4505
|
'''
|
4506
4506
|
result = self._values.get("metrics_polling_interval")
|
4507
4507
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4510,7 +4510,7 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4510
4510
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
4511
4511
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4512
4512
|
|
4513
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4513
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4514
4514
|
'''
|
4515
4515
|
result = self._values.get("tag_key")
|
4516
4516
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4519,7 +4519,7 @@ class CloudAwsGovcloudIntegrationsLambda:
|
|
4519
4519
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
4520
4520
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4521
4521
|
|
4522
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4522
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4523
4523
|
'''
|
4524
4524
|
result = self._values.get("tag_value")
|
4525
4525
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4704,11 +4704,11 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4704
4704
|
tag_value: typing.Optional[builtins.str] = None,
|
4705
4705
|
) -> None:
|
4706
4706
|
'''
|
4707
|
-
: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.
|
4708
|
-
: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.
|
4709
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4710
|
-
: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.
|
4711
|
-
: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.
|
4707
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4708
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4709
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4710
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4711
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4712
4712
|
'''
|
4713
4713
|
if __debug__:
|
4714
4714
|
type_hints = typing.get_type_hints(_typecheckingstub__6b467006cde7fbb5c56b9532fd2884a0c9aabfb94d3818b23d9d20af2d2c889c)
|
@@ -4733,7 +4733,7 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4733
4733
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4734
4734
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4735
4735
|
|
4736
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4736
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4737
4737
|
'''
|
4738
4738
|
result = self._values.get("aws_regions")
|
4739
4739
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4746,7 +4746,7 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4746
4746
|
|
4747
4747
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
4748
4748
|
|
4749
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
4750
4750
|
'''
|
4751
4751
|
result = self._values.get("fetch_tags")
|
4752
4752
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -4755,7 +4755,7 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4755
4755
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4756
4756
|
'''The data polling interval in seconds.
|
4757
4757
|
|
4758
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4758
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4759
4759
|
'''
|
4760
4760
|
result = self._values.get("metrics_polling_interval")
|
4761
4761
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4764,7 +4764,7 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4764
4764
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
4765
4765
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4766
4766
|
|
4767
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4767
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4768
4768
|
'''
|
4769
4769
|
result = self._values.get("tag_key")
|
4770
4770
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4773,7 +4773,7 @@ class CloudAwsGovcloudIntegrationsRds:
|
|
4773
4773
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
4774
4774
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
4775
4775
|
|
4776
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4776
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4777
4777
|
'''
|
4778
4778
|
result = self._values.get("tag_value")
|
4779
4779
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -4956,10 +4956,10 @@ class CloudAwsGovcloudIntegrationsRedShift:
|
|
4956
4956
|
tag_value: typing.Optional[builtins.str] = None,
|
4957
4957
|
) -> None:
|
4958
4958
|
'''
|
4959
|
-
: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.
|
4960
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4961
|
-
: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.
|
4962
|
-
: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.
|
4959
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4960
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4961
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
4962
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
4963
4963
|
'''
|
4964
4964
|
if __debug__:
|
4965
4965
|
type_hints = typing.get_type_hints(_typecheckingstub__faa2b6446a47775bf06d1ab2e3297d98c0b74f935b010b9514b584fde9915417)
|
@@ -4981,7 +4981,7 @@ class CloudAwsGovcloudIntegrationsRedShift:
|
|
4981
4981
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
4982
4982
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
4983
4983
|
|
4984
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4984
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
4985
4985
|
'''
|
4986
4986
|
result = self._values.get("aws_regions")
|
4987
4987
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -4990,7 +4990,7 @@ class CloudAwsGovcloudIntegrationsRedShift:
|
|
4990
4990
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
4991
4991
|
'''The data polling interval in seconds.
|
4992
4992
|
|
4993
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4993
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
4994
4994
|
'''
|
4995
4995
|
result = self._values.get("metrics_polling_interval")
|
4996
4996
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -4999,7 +4999,7 @@ class CloudAwsGovcloudIntegrationsRedShift:
|
|
4999
4999
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
5000
5000
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5001
5001
|
|
5002
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5002
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
5003
5003
|
'''
|
5004
5004
|
result = self._values.get("tag_key")
|
5005
5005
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5008,7 +5008,7 @@ class CloudAwsGovcloudIntegrationsRedShift:
|
|
5008
5008
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
5009
5009
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5010
5010
|
|
5011
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5011
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
5012
5012
|
'''
|
5013
5013
|
result = self._values.get("tag_value")
|
5014
5014
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5161,8 +5161,8 @@ class CloudAwsGovcloudIntegrationsRoute53:
|
|
5161
5161
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5162
5162
|
) -> None:
|
5163
5163
|
'''
|
5164
|
-
: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.
|
5165
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5164
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5165
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5166
5166
|
'''
|
5167
5167
|
if __debug__:
|
5168
5168
|
type_hints = typing.get_type_hints(_typecheckingstub__dc423df6bc44af0ccea6175c05059961391289e8484072d7c12b6e18f4dd4686)
|
@@ -5182,7 +5182,7 @@ class CloudAwsGovcloudIntegrationsRoute53:
|
|
5182
5182
|
|
5183
5183
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5184
5184
|
|
5185
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5185
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5186
5186
|
'''
|
5187
5187
|
result = self._values.get("fetch_extended_inventory")
|
5188
5188
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5191,7 +5191,7 @@ class CloudAwsGovcloudIntegrationsRoute53:
|
|
5191
5191
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5192
5192
|
'''The data polling interval in seconds.
|
5193
5193
|
|
5194
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5194
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5195
5195
|
'''
|
5196
5196
|
result = self._values.get("metrics_polling_interval")
|
5197
5197
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5315,11 +5315,11 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5315
5315
|
tag_value: typing.Optional[builtins.str] = None,
|
5316
5316
|
) -> None:
|
5317
5317
|
'''
|
5318
|
-
: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.
|
5319
|
-
: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.
|
5320
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5321
|
-
: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.
|
5322
|
-
: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.
|
5318
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5319
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
5320
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5321
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
5322
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
5323
5323
|
'''
|
5324
5324
|
if __debug__:
|
5325
5325
|
type_hints = typing.get_type_hints(_typecheckingstub__46eeaedf0b60d122318da800106206618796d5633405d6fa32948d46adf77df3)
|
@@ -5348,7 +5348,7 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5348
5348
|
|
5349
5349
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5350
5350
|
|
5351
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5351
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5352
5352
|
'''
|
5353
5353
|
result = self._values.get("fetch_extended_inventory")
|
5354
5354
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5361,7 +5361,7 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5361
5361
|
|
5362
5362
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5363
5363
|
|
5364
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5364
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
5365
5365
|
'''
|
5366
5366
|
result = self._values.get("fetch_tags")
|
5367
5367
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5370,7 +5370,7 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5370
5370
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5371
5371
|
'''The data polling interval in seconds.
|
5372
5372
|
|
5373
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5373
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5374
5374
|
'''
|
5375
5375
|
result = self._values.get("metrics_polling_interval")
|
5376
5376
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5379,7 +5379,7 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5379
5379
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
5380
5380
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5381
5381
|
|
5382
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5382
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
5383
5383
|
'''
|
5384
5384
|
result = self._values.get("tag_key")
|
5385
5385
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5388,7 +5388,7 @@ class CloudAwsGovcloudIntegrationsS3:
|
|
5388
5388
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
5389
5389
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5390
5390
|
|
5391
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5391
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
5392
5392
|
'''
|
5393
5393
|
result = self._values.get("tag_value")
|
5394
5394
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5576,9 +5576,9 @@ class CloudAwsGovcloudIntegrationsSns:
|
|
5576
5576
|
metrics_polling_interval: typing.Optional[jsii.Number] = None,
|
5577
5577
|
) -> None:
|
5578
5578
|
'''
|
5579
|
-
: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.
|
5580
|
-
: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.
|
5581
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5579
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
5580
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5581
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5582
5582
|
'''
|
5583
5583
|
if __debug__:
|
5584
5584
|
type_hints = typing.get_type_hints(_typecheckingstub__de0a8d81b32ee67703acdff645ba65cdd045ffa23fa1bfe2739a995e728ee1ba)
|
@@ -5597,7 +5597,7 @@ class CloudAwsGovcloudIntegrationsSns:
|
|
5597
5597
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5598
5598
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5599
5599
|
|
5600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5600
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
5601
5601
|
'''
|
5602
5602
|
result = self._values.get("aws_regions")
|
5603
5603
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5610,7 +5610,7 @@ class CloudAwsGovcloudIntegrationsSns:
|
|
5610
5610
|
|
5611
5611
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5612
5612
|
|
5613
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5613
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5614
5614
|
'''
|
5615
5615
|
result = self._values.get("fetch_extended_inventory")
|
5616
5616
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5619,7 +5619,7 @@ class CloudAwsGovcloudIntegrationsSns:
|
|
5619
5619
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5620
5620
|
'''The data polling interval in seconds.
|
5621
5621
|
|
5622
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5622
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5623
5623
|
'''
|
5624
5624
|
result = self._values.get("metrics_polling_interval")
|
5625
5625
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5768,13 +5768,13 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5768
5768
|
tag_value: typing.Optional[builtins.str] = None,
|
5769
5769
|
) -> None:
|
5770
5770
|
'''
|
5771
|
-
: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.
|
5772
|
-
: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.
|
5773
|
-
: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.
|
5774
|
-
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5775
|
-
: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.
|
5776
|
-
: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.
|
5777
|
-
: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.
|
5771
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
5772
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5773
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
5774
|
+
:param metrics_polling_interval: The data polling interval in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5775
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes}
|
5776
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
5777
|
+
: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.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
5778
5778
|
'''
|
5779
5779
|
if __debug__:
|
5780
5780
|
type_hints = typing.get_type_hints(_typecheckingstub__68cae4d216a7702a7cbdc5367425e888b8454c9db2a0f47cf1aaa33c08380bf8)
|
@@ -5805,7 +5805,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5805
5805
|
def aws_regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
5806
5806
|
'''Specify each AWS region that includes the resources that you want to monitor.
|
5807
5807
|
|
5808
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5808
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#aws_regions CloudAwsGovcloudIntegrations#aws_regions}
|
5809
5809
|
'''
|
5810
5810
|
result = self._values.get("aws_regions")
|
5811
5811
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5818,7 +5818,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5818
5818
|
|
5819
5819
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5820
5820
|
|
5821
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5821
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_extended_inventory CloudAwsGovcloudIntegrations#fetch_extended_inventory}
|
5822
5822
|
'''
|
5823
5823
|
result = self._values.get("fetch_extended_inventory")
|
5824
5824
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5831,7 +5831,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5831
5831
|
|
5832
5832
|
May affect total data collection time and contribute to the Cloud provider API rate limit.
|
5833
5833
|
|
5834
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5834
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#fetch_tags CloudAwsGovcloudIntegrations#fetch_tags}
|
5835
5835
|
'''
|
5836
5836
|
result = self._values.get("fetch_tags")
|
5837
5837
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
@@ -5840,7 +5840,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5840
5840
|
def metrics_polling_interval(self) -> typing.Optional[jsii.Number]:
|
5841
5841
|
'''The data polling interval in seconds.
|
5842
5842
|
|
5843
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5843
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#metrics_polling_interval CloudAwsGovcloudIntegrations#metrics_polling_interval}
|
5844
5844
|
'''
|
5845
5845
|
result = self._values.get("metrics_polling_interval")
|
5846
5846
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -5849,7 +5849,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5849
5849
|
def queue_prefixes(self) -> typing.Optional[typing.List[builtins.str]]:
|
5850
5850
|
'''Specify each name or prefix for the Queues that you want to monitor. Filter values are case-sensitive.
|
5851
5851
|
|
5852
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5852
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#queue_prefixes CloudAwsGovcloudIntegrations#queue_prefixes}
|
5853
5853
|
'''
|
5854
5854
|
result = self._values.get("queue_prefixes")
|
5855
5855
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
@@ -5858,7 +5858,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5858
5858
|
def tag_key(self) -> typing.Optional[builtins.str]:
|
5859
5859
|
'''Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5860
5860
|
|
5861
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5861
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_key CloudAwsGovcloudIntegrations#tag_key}
|
5862
5862
|
'''
|
5863
5863
|
result = self._values.get("tag_key")
|
5864
5864
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -5867,7 +5867,7 @@ class CloudAwsGovcloudIntegrationsSqs:
|
|
5867
5867
|
def tag_value(self) -> typing.Optional[builtins.str]:
|
5868
5868
|
'''Specify a Tag value associated with the resources that you want to monitor. Filter values are case-sensitive.
|
5869
5869
|
|
5870
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
5870
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/cloud_aws_govcloud_integrations#tag_value CloudAwsGovcloudIntegrations#tag_value}
|
5871
5871
|
'''
|
5872
5872
|
result = self._values.get("tag_value")
|
5873
5873
|
return typing.cast(typing.Optional[builtins.str], result)
|