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_one_dashboard_json`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_json`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_json`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class OneDashboardJson(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.oneDashboardJson.OneDashboardJson",
|
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/one_dashboard_json newrelic_one_dashboard_json}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -63,14 +63,14 @@ class OneDashboardJson(
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
64
64
|
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,
|
65
65
|
) -> None:
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json newrelic_one_dashboard_json} Resource.
|
67
67
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
69
69
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
70
|
-
:param json: The dashboard's json. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
-
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
70
|
+
:param json: The dashboard's json. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#json OneDashboardJson#json}
|
71
|
+
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id}
|
72
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#id OneDashboardJson#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.
|
73
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts}
|
74
74
|
:param connection:
|
75
75
|
:param count:
|
76
76
|
:param depends_on:
|
@@ -112,7 +112,7 @@ class OneDashboardJson(
|
|
112
112
|
|
113
113
|
:param scope: The scope in which to define this construct.
|
114
114
|
:param import_to_id: The construct id used in the generated config for the OneDashboardJson to import.
|
115
|
-
:param import_from_id: The id of the existing OneDashboardJson that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
115
|
+
:param import_from_id: The id of the existing OneDashboardJson that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#import import section} in the documentation of this resource for the id to use
|
116
116
|
:param provider: ? Optional instance of the provider where the OneDashboardJson to import is found.
|
117
117
|
'''
|
118
118
|
if __debug__:
|
@@ -131,8 +131,8 @@ class OneDashboardJson(
|
|
131
131
|
update: typing.Optional[builtins.str] = None,
|
132
132
|
) -> None:
|
133
133
|
'''
|
134
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
135
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
134
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}.
|
135
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}.
|
136
136
|
'''
|
137
137
|
value = OneDashboardJsonTimeouts(create=create, update=update)
|
138
138
|
|
@@ -283,10 +283,10 @@ class OneDashboardJsonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
283
283
|
:param lifecycle:
|
284
284
|
:param provider:
|
285
285
|
:param provisioners:
|
286
|
-
:param json: The dashboard's json. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
287
|
-
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
288
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
289
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
286
|
+
:param json: The dashboard's json. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#json OneDashboardJson#json}
|
287
|
+
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id}
|
288
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#id OneDashboardJson#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.
|
289
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts}
|
290
290
|
'''
|
291
291
|
if isinstance(lifecycle, dict):
|
292
292
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -397,7 +397,7 @@ class OneDashboardJsonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
397
397
|
def json(self) -> builtins.str:
|
398
398
|
'''The dashboard's json.
|
399
399
|
|
400
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
400
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#json OneDashboardJson#json}
|
401
401
|
'''
|
402
402
|
result = self._values.get("json")
|
403
403
|
assert result is not None, "Required property 'json' is missing"
|
@@ -407,14 +407,14 @@ class OneDashboardJsonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
407
407
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
408
408
|
'''The New Relic account ID where you want to create the dashboard.
|
409
409
|
|
410
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
410
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#account_id OneDashboardJson#account_id}
|
411
411
|
'''
|
412
412
|
result = self._values.get("account_id")
|
413
413
|
return typing.cast(typing.Optional[jsii.Number], result)
|
414
414
|
|
415
415
|
@builtins.property
|
416
416
|
def id(self) -> typing.Optional[builtins.str]:
|
417
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
417
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#id OneDashboardJson#id}.
|
418
418
|
|
419
419
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
420
420
|
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.
|
@@ -426,7 +426,7 @@ class OneDashboardJsonConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
426
426
|
def timeouts(self) -> typing.Optional["OneDashboardJsonTimeouts"]:
|
427
427
|
'''timeouts block.
|
428
428
|
|
429
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
429
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#timeouts OneDashboardJson#timeouts}
|
430
430
|
'''
|
431
431
|
result = self._values.get("timeouts")
|
432
432
|
return typing.cast(typing.Optional["OneDashboardJsonTimeouts"], result)
|
@@ -456,8 +456,8 @@ class OneDashboardJsonTimeouts:
|
|
456
456
|
update: typing.Optional[builtins.str] = None,
|
457
457
|
) -> None:
|
458
458
|
'''
|
459
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
460
|
-
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
459
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}.
|
460
|
+
:param update: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}.
|
461
461
|
'''
|
462
462
|
if __debug__:
|
463
463
|
type_hints = typing.get_type_hints(_typecheckingstub__7eec0b48ef09fbddc71870a4f7b18dd0f7c0ece34a8c07365549e71a87bfd503)
|
@@ -471,13 +471,13 @@ class OneDashboardJsonTimeouts:
|
|
471
471
|
|
472
472
|
@builtins.property
|
473
473
|
def create(self) -> typing.Optional[builtins.str]:
|
474
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
474
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#create OneDashboardJson#create}.'''
|
475
475
|
result = self._values.get("create")
|
476
476
|
return typing.cast(typing.Optional[builtins.str], result)
|
477
477
|
|
478
478
|
@builtins.property
|
479
479
|
def update(self) -> typing.Optional[builtins.str]:
|
480
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
480
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_json#update OneDashboardJson#update}.'''
|
481
481
|
result = self._values.get("update")
|
482
482
|
return typing.cast(typing.Optional[builtins.str], result)
|
483
483
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_one_dashboard_raw`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_raw`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_one_dashboard_raw`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class OneDashboardRaw(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.oneDashboardRaw.OneDashboardRaw",
|
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/one_dashboard_raw newrelic_one_dashboard_raw}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -65,16 +65,16 @@ class OneDashboardRaw(
|
|
65
65
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
66
66
|
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,
|
67
67
|
) -> None:
|
68
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
68
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw newrelic_one_dashboard_raw} Resource.
|
69
69
|
|
70
70
|
:param scope: The scope in which to define this construct.
|
71
71
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
72
|
-
:param name: The dashboard's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param page: page block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param description: The dashboard's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
76
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param permissions: Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
+
:param name: The dashboard's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name}
|
73
|
+
:param page: page block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page}
|
74
|
+
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id}
|
75
|
+
:param description: The dashboard's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description}
|
76
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#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.
|
77
|
+
:param permissions: Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions}
|
78
78
|
:param connection:
|
79
79
|
:param count:
|
80
80
|
:param depends_on:
|
@@ -118,7 +118,7 @@ class OneDashboardRaw(
|
|
118
118
|
|
119
119
|
:param scope: The scope in which to define this construct.
|
120
120
|
:param import_to_id: The construct id used in the generated config for the OneDashboardRaw to import.
|
121
|
-
:param import_from_id: The id of the existing OneDashboardRaw that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
121
|
+
:param import_from_id: The id of the existing OneDashboardRaw that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#import import section} in the documentation of this resource for the id to use
|
122
122
|
:param provider: ? Optional instance of the provider where the OneDashboardRaw to import is found.
|
123
123
|
'''
|
124
124
|
if __debug__:
|
@@ -324,12 +324,12 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
324
324
|
:param lifecycle:
|
325
325
|
:param provider:
|
326
326
|
:param provisioners:
|
327
|
-
:param name: The dashboard's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
328
|
-
:param page: page block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
329
|
-
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
330
|
-
:param description: The dashboard's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
331
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
332
|
-
:param permissions: Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
327
|
+
:param name: The dashboard's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name}
|
328
|
+
:param page: page block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page}
|
329
|
+
:param account_id: The New Relic account ID where you want to create the dashboard. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id}
|
330
|
+
:param description: The dashboard's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description}
|
331
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#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.
|
332
|
+
:param permissions: Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions}
|
333
333
|
'''
|
334
334
|
if isinstance(lifecycle, dict):
|
335
335
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -443,7 +443,7 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
443
443
|
def name(self) -> builtins.str:
|
444
444
|
'''The dashboard's name.
|
445
445
|
|
446
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
446
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name}
|
447
447
|
'''
|
448
448
|
result = self._values.get("name")
|
449
449
|
assert result is not None, "Required property 'name' is missing"
|
@@ -455,7 +455,7 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
455
455
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["OneDashboardRawPage"]]:
|
456
456
|
'''page block.
|
457
457
|
|
458
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
458
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#page OneDashboardRaw#page}
|
459
459
|
'''
|
460
460
|
result = self._values.get("page")
|
461
461
|
assert result is not None, "Required property 'page' is missing"
|
@@ -465,7 +465,7 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
465
465
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
466
466
|
'''The New Relic account ID where you want to create the dashboard.
|
467
467
|
|
468
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
468
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#account_id OneDashboardRaw#account_id}
|
469
469
|
'''
|
470
470
|
result = self._values.get("account_id")
|
471
471
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -474,14 +474,14 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
474
474
|
def description(self) -> typing.Optional[builtins.str]:
|
475
475
|
'''The dashboard's description.
|
476
476
|
|
477
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
477
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description}
|
478
478
|
'''
|
479
479
|
result = self._values.get("description")
|
480
480
|
return typing.cast(typing.Optional[builtins.str], result)
|
481
481
|
|
482
482
|
@builtins.property
|
483
483
|
def id(self) -> typing.Optional[builtins.str]:
|
484
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
484
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#id OneDashboardRaw#id}.
|
485
485
|
|
486
486
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
487
487
|
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.
|
@@ -493,7 +493,7 @@ class OneDashboardRawConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
493
493
|
def permissions(self) -> typing.Optional[builtins.str]:
|
494
494
|
'''Determines who can see or edit the dashboard. Valid values are private, public_read_only, public_read_write. Defaults to public_read_only.
|
495
495
|
|
496
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
496
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#permissions OneDashboardRaw#permissions}
|
497
497
|
'''
|
498
498
|
result = self._values.get("permissions")
|
499
499
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -524,9 +524,9 @@ class OneDashboardRawPage:
|
|
524
524
|
widget: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["OneDashboardRawPageWidget", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
525
525
|
) -> None:
|
526
526
|
'''
|
527
|
-
:param name: The dashboard page's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
528
|
-
:param description: The dashboard page's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
529
|
-
:param widget: widget block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
527
|
+
:param name: The dashboard page's name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name}
|
528
|
+
:param description: The dashboard page's description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description}
|
529
|
+
:param widget: widget block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget}
|
530
530
|
'''
|
531
531
|
if __debug__:
|
532
532
|
type_hints = typing.get_type_hints(_typecheckingstub__7c4c9bc41032b0134a93370aab0505ad2bf2c0262c2ec0eea0c331647cd0b287)
|
@@ -545,7 +545,7 @@ class OneDashboardRawPage:
|
|
545
545
|
def name(self) -> builtins.str:
|
546
546
|
'''The dashboard page's name.
|
547
547
|
|
548
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
548
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#name OneDashboardRaw#name}
|
549
549
|
'''
|
550
550
|
result = self._values.get("name")
|
551
551
|
assert result is not None, "Required property 'name' is missing"
|
@@ -555,7 +555,7 @@ class OneDashboardRawPage:
|
|
555
555
|
def description(self) -> typing.Optional[builtins.str]:
|
556
556
|
'''The dashboard page's description.
|
557
557
|
|
558
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
558
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#description OneDashboardRaw#description}
|
559
559
|
'''
|
560
560
|
result = self._values.get("description")
|
561
561
|
return typing.cast(typing.Optional[builtins.str], result)
|
@@ -566,7 +566,7 @@ class OneDashboardRawPage:
|
|
566
566
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["OneDashboardRawPageWidget"]]]:
|
567
567
|
'''widget block.
|
568
568
|
|
569
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
569
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#widget OneDashboardRaw#widget}
|
570
570
|
'''
|
571
571
|
result = self._values.get("widget")
|
572
572
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["OneDashboardRawPageWidget"]]], result)
|
@@ -817,14 +817,14 @@ class OneDashboardRawPageWidget:
|
|
817
817
|
width: typing.Optional[jsii.Number] = None,
|
818
818
|
) -> None:
|
819
819
|
'''
|
820
|
-
:param column: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
821
|
-
:param configuration: The configuration of the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
822
|
-
:param row: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
823
|
-
:param title: A title for the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
824
|
-
:param visualization_id: The visualization ID of the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
825
|
-
:param height: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
826
|
-
:param linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
827
|
-
:param width: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
820
|
+
:param column: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}.
|
821
|
+
:param configuration: The configuration of the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration}
|
822
|
+
:param row: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}.
|
823
|
+
:param title: A title for the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title}
|
824
|
+
:param visualization_id: The visualization ID of the widget. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id}
|
825
|
+
:param height: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}.
|
826
|
+
:param linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids}
|
827
|
+
:param width: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}.
|
828
828
|
'''
|
829
829
|
if __debug__:
|
830
830
|
type_hints = typing.get_type_hints(_typecheckingstub__f0b8787d72b50b47b369df5c7aca8f56d70939db74c64204bf28e7359488d338)
|
@@ -852,7 +852,7 @@ class OneDashboardRawPageWidget:
|
|
852
852
|
|
853
853
|
@builtins.property
|
854
854
|
def column(self) -> jsii.Number:
|
855
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
855
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#column OneDashboardRaw#column}.'''
|
856
856
|
result = self._values.get("column")
|
857
857
|
assert result is not None, "Required property 'column' is missing"
|
858
858
|
return typing.cast(jsii.Number, result)
|
@@ -861,7 +861,7 @@ class OneDashboardRawPageWidget:
|
|
861
861
|
def configuration(self) -> builtins.str:
|
862
862
|
'''The configuration of the widget.
|
863
863
|
|
864
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
864
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#configuration OneDashboardRaw#configuration}
|
865
865
|
'''
|
866
866
|
result = self._values.get("configuration")
|
867
867
|
assert result is not None, "Required property 'configuration' is missing"
|
@@ -869,7 +869,7 @@ class OneDashboardRawPageWidget:
|
|
869
869
|
|
870
870
|
@builtins.property
|
871
871
|
def row(self) -> jsii.Number:
|
872
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
872
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#row OneDashboardRaw#row}.'''
|
873
873
|
result = self._values.get("row")
|
874
874
|
assert result is not None, "Required property 'row' is missing"
|
875
875
|
return typing.cast(jsii.Number, result)
|
@@ -878,7 +878,7 @@ class OneDashboardRawPageWidget:
|
|
878
878
|
def title(self) -> builtins.str:
|
879
879
|
'''A title for the widget.
|
880
880
|
|
881
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
881
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#title OneDashboardRaw#title}
|
882
882
|
'''
|
883
883
|
result = self._values.get("title")
|
884
884
|
assert result is not None, "Required property 'title' is missing"
|
@@ -888,7 +888,7 @@ class OneDashboardRawPageWidget:
|
|
888
888
|
def visualization_id(self) -> builtins.str:
|
889
889
|
'''The visualization ID of the widget.
|
890
890
|
|
891
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
891
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#visualization_id OneDashboardRaw#visualization_id}
|
892
892
|
'''
|
893
893
|
result = self._values.get("visualization_id")
|
894
894
|
assert result is not None, "Required property 'visualization_id' is missing"
|
@@ -896,7 +896,7 @@ class OneDashboardRawPageWidget:
|
|
896
896
|
|
897
897
|
@builtins.property
|
898
898
|
def height(self) -> typing.Optional[jsii.Number]:
|
899
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
899
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#height OneDashboardRaw#height}.'''
|
900
900
|
result = self._values.get("height")
|
901
901
|
return typing.cast(typing.Optional[jsii.Number], result)
|
902
902
|
|
@@ -904,14 +904,14 @@ class OneDashboardRawPageWidget:
|
|
904
904
|
def linked_entity_guids(self) -> typing.Optional[typing.List[builtins.str]]:
|
905
905
|
'''(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
|
906
906
|
|
907
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
907
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#linked_entity_guids OneDashboardRaw#linked_entity_guids}
|
908
908
|
'''
|
909
909
|
result = self._values.get("linked_entity_guids")
|
910
910
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
911
911
|
|
912
912
|
@builtins.property
|
913
913
|
def width(self) -> typing.Optional[jsii.Number]:
|
914
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
914
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/one_dashboard_raw#width OneDashboardRaw#width}.'''
|
915
915
|
result = self._values.get("width")
|
916
916
|
return typing.cast(typing.Optional[jsii.Number], result)
|
917
917
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_pipeline_cloud_rule`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_pipeline_cloud_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_pipeline_cloud_rule`](https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class PipelineCloudRule(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.pipelineCloudRule.PipelineCloudRule",
|
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/pipeline_cloud_rule newrelic_pipeline_cloud_rule}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -64,15 +64,15 @@ class PipelineCloudRule(
|
|
64
64
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
65
65
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
66
66
|
) -> None:
|
67
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
67
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule newrelic_pipeline_cloud_rule} Resource.
|
68
68
|
|
69
69
|
:param scope: The scope in which to define this construct.
|
70
70
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
71
|
-
:param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param nrql: The NRQL query that defines which data will be processed by this pipeline cloud rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param account_id: The account ID where the Pipeline Cloud rule will be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
:param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#name PipelineCloudRule#name}
|
72
|
+
:param nrql: The NRQL query that defines which data will be processed by this pipeline cloud rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#nrql PipelineCloudRule#nrql}
|
73
|
+
:param account_id: The account ID where the Pipeline Cloud rule will be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#account_id PipelineCloudRule#account_id}
|
74
|
+
:param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#description PipelineCloudRule#description}
|
75
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#id PipelineCloudRule#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.
|
76
76
|
:param connection:
|
77
77
|
:param count:
|
78
78
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class PipelineCloudRule(
|
|
115
115
|
|
116
116
|
:param scope: The scope in which to define this construct.
|
117
117
|
:param import_to_id: The construct id used in the generated config for the PipelineCloudRule to import.
|
118
|
-
:param import_from_id: The id of the existing PipelineCloudRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
118
|
+
:param import_from_id: The id of the existing PipelineCloudRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#import import section} in the documentation of this resource for the id to use
|
119
119
|
:param provider: ? Optional instance of the provider where the PipelineCloudRule to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -280,11 +280,11 @@ class PipelineCloudRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
280
280
|
:param lifecycle:
|
281
281
|
:param provider:
|
282
282
|
:param provisioners:
|
283
|
-
:param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
284
|
-
:param nrql: The NRQL query that defines which data will be processed by this pipeline cloud rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
285
|
-
:param account_id: The account ID where the Pipeline Cloud rule will be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
286
|
-
:param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
287
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
283
|
+
:param name: The name of the rule. This must be unique within an account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#name PipelineCloudRule#name}
|
284
|
+
:param nrql: The NRQL query that defines which data will be processed by this pipeline cloud rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#nrql PipelineCloudRule#nrql}
|
285
|
+
:param account_id: The account ID where the Pipeline Cloud rule will be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#account_id PipelineCloudRule#account_id}
|
286
|
+
:param description: Provides additional information about the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#description PipelineCloudRule#description}
|
287
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#id PipelineCloudRule#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.
|
288
288
|
'''
|
289
289
|
if isinstance(lifecycle, dict):
|
290
290
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -395,7 +395,7 @@ class PipelineCloudRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
395
395
|
def name(self) -> builtins.str:
|
396
396
|
'''The name of the rule. This must be unique within an account.
|
397
397
|
|
398
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
398
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#name PipelineCloudRule#name}
|
399
399
|
'''
|
400
400
|
result = self._values.get("name")
|
401
401
|
assert result is not None, "Required property 'name' is missing"
|
@@ -405,7 +405,7 @@ class PipelineCloudRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
405
405
|
def nrql(self) -> builtins.str:
|
406
406
|
'''The NRQL query that defines which data will be processed by this pipeline cloud rule.
|
407
407
|
|
408
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
408
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#nrql PipelineCloudRule#nrql}
|
409
409
|
'''
|
410
410
|
result = self._values.get("nrql")
|
411
411
|
assert result is not None, "Required property 'nrql' is missing"
|
@@ -415,7 +415,7 @@ class PipelineCloudRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
415
415
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
416
416
|
'''The account ID where the Pipeline Cloud rule will be created.
|
417
417
|
|
418
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
418
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#account_id PipelineCloudRule#account_id}
|
419
419
|
'''
|
420
420
|
result = self._values.get("account_id")
|
421
421
|
return typing.cast(typing.Optional[jsii.Number], result)
|
@@ -424,14 +424,14 @@ class PipelineCloudRuleConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
424
424
|
def description(self) -> typing.Optional[builtins.str]:
|
425
425
|
'''Provides additional information about the rule.
|
426
426
|
|
427
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
427
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#description PipelineCloudRule#description}
|
428
428
|
'''
|
429
429
|
result = self._values.get("description")
|
430
430
|
return typing.cast(typing.Optional[builtins.str], result)
|
431
431
|
|
432
432
|
@builtins.property
|
433
433
|
def id(self) -> typing.Optional[builtins.str]:
|
434
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
434
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.70.2/docs/resources/pipeline_cloud_rule#id PipelineCloudRule#id}.
|
435
435
|
|
436
436
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
437
437
|
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.
|