cdktf-cdktf-provider-newrelic 13.7.4__py3-none-any.whl → 13.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdktf_cdktf_provider_newrelic/__init__.py +3 -3
- cdktf_cdktf_provider_newrelic/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.8.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic/account_management/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/alert_channel/__init__.py +83 -83
- cdktf_cdktf_provider_newrelic/alert_condition/__init__.py +56 -56
- cdktf_cdktf_provider_newrelic/alert_muting_rule/__init__.py +61 -61
- cdktf_cdktf_provider_newrelic/alert_policy/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/alert_policy_channel/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/api_access_key/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/application_settings/__init__.py +65 -65
- cdktf_cdktf_provider_newrelic/browser_application/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_integrations/__init__.py +325 -325
- cdktf_cdktf_provider_newrelic/cloud_aws_govcloud_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_aws_integrations/__init__.py +688 -688
- cdktf_cdktf_provider_newrelic/cloud_aws_link_account/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/cloud_azure_integrations/__init__.py +313 -313
- cdktf_cdktf_provider_newrelic/cloud_azure_link_account/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/cloud_gcp_integrations/__init__.py +181 -181
- cdktf_cdktf_provider_newrelic/cloud_gcp_link_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/cloud_oci_link_account/__init__.py +52 -52
- cdktf_cdktf_provider_newrelic/data_newrelic_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_channel/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_alert_policy/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_application/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_authentication_domain/__init__.py +7 -7
- cdktf_cdktf_provider_newrelic/data_newrelic_cloud_account/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_entity/__init__.py +35 -35
- cdktf_cdktf_provider_newrelic/data_newrelic_group/__init__.py +10 -10
- cdktf_cdktf_provider_newrelic/data_newrelic_key_transaction/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_notification_destination/__init__.py +18 -18
- cdktf_cdktf_provider_newrelic/data_newrelic_obfuscation_expression/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_service_level_alert_helper/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_private_location/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_synthetics_secure_credential/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_newrelic_test_grok_pattern/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/data_newrelic_user/__init__.py +13 -13
- cdktf_cdktf_provider_newrelic/data_partition_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/entity_tags/__init__.py +23 -23
- cdktf_cdktf_provider_newrelic/events_to_metrics_rule/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/group/__init__.py +16 -16
- cdktf_cdktf_provider_newrelic/infra_alert_condition/__init__.py +70 -70
- cdktf_cdktf_provider_newrelic/insights_event/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/key_transaction/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/log_parsing_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/monitor_downtime/__init__.py +55 -55
- cdktf_cdktf_provider_newrelic/notification_channel/__init__.py +45 -45
- cdktf_cdktf_provider_newrelic/notification_destination/__init__.py +73 -73
- cdktf_cdktf_provider_newrelic/nrql_alert_condition/__init__.py +193 -193
- cdktf_cdktf_provider_newrelic/nrql_drop_rule/__init__.py +25 -25
- cdktf_cdktf_provider_newrelic/obfuscation_expression/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/obfuscation_rule/__init__.py +31 -31
- cdktf_cdktf_provider_newrelic/one_dashboard/__init__.py +1259 -1259
- cdktf_cdktf_provider_newrelic/one_dashboard_json/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/one_dashboard_raw/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/pipeline_cloud_rule/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/provider/__init__.py +46 -46
- cdktf_cdktf_provider_newrelic/service_level/__init__.py +109 -109
- cdktf_cdktf_provider_newrelic/synthetics_alert_condition/__init__.py +22 -22
- cdktf_cdktf_provider_newrelic/synthetics_broken_links_monitor/__init__.py +44 -44
- cdktf_cdktf_provider_newrelic/synthetics_cert_check_monitor/__init__.py +47 -47
- cdktf_cdktf_provider_newrelic/synthetics_monitor/__init__.py +84 -84
- cdktf_cdktf_provider_newrelic/synthetics_multilocation_alert_condition/__init__.py +37 -37
- cdktf_cdktf_provider_newrelic/synthetics_private_location/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/synthetics_script_monitor/__init__.py +69 -69
- cdktf_cdktf_provider_newrelic/synthetics_secure_credential/__init__.py +28 -28
- cdktf_cdktf_provider_newrelic/synthetics_step_monitor/__init__.py +63 -63
- cdktf_cdktf_provider_newrelic/user/__init__.py +19 -19
- cdktf_cdktf_provider_newrelic/workflow/__init__.py +64 -64
- cdktf_cdktf_provider_newrelic/workload/__init__.py +86 -86
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_newrelic-13.8.0.dist-info/RECORD +76 -0
- cdktf_cdktf_provider_newrelic/_jsii/provider-newrelic@13.7.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_newrelic-13.7.4.dist-info/RECORD +0 -76
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_newrelic-13.7.4.dist-info → cdktf_cdktf_provider_newrelic-13.8.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_alert_policy_channel`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_alert_policy_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_alert_policy_channel`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class AlertPolicyChannel(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.alertPolicyChannel.AlertPolicyChannel",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -64,15 +64,15 @@ class AlertPolicyChannel(
|
|
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.72.0/docs/resources/alert_policy_channel newrelic_alert_policy_channel} 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 channel_ids: Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
72
|
-
:param policy_id: The ID of the policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
-
:param account_id: The New Relic account ID where you want to link the channel to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
75
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
71
|
+
:param channel_ids: Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids}
|
72
|
+
:param policy_id: The ID of the policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id}
|
73
|
+
:param account_id: The New Relic account ID where you want to link the channel to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id}
|
74
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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.
|
75
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts}
|
76
76
|
:param connection:
|
77
77
|
:param count:
|
78
78
|
:param depends_on:
|
@@ -115,7 +115,7 @@ class AlertPolicyChannel(
|
|
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 AlertPolicyChannel to import.
|
118
|
-
:param import_from_id: The id of the existing AlertPolicyChannel 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 AlertPolicyChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#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 AlertPolicyChannel to import is found.
|
120
120
|
'''
|
121
121
|
if __debug__:
|
@@ -129,7 +129,7 @@ class AlertPolicyChannel(
|
|
129
129
|
@jsii.member(jsii_name="putTimeouts")
|
130
130
|
def put_timeouts(self, *, create: typing.Optional[builtins.str] = None) -> None:
|
131
131
|
'''
|
132
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
132
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}.
|
133
133
|
'''
|
134
134
|
value = AlertPolicyChannelTimeouts(create=create)
|
135
135
|
|
@@ -284,11 +284,11 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
284
284
|
:param lifecycle:
|
285
285
|
:param provider:
|
286
286
|
:param provisioners:
|
287
|
-
:param channel_ids: Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
288
|
-
:param policy_id: The ID of the policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
289
|
-
:param account_id: The New Relic account ID where you want to link the channel to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
290
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
291
|
-
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
287
|
+
:param channel_ids: Array of channel IDs to apply to the specified policy. We recommended sorting channel IDs in ascending order to avoid drift your Terraform state. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids}
|
288
|
+
:param policy_id: The ID of the policy. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id}
|
289
|
+
:param account_id: The New Relic account ID where you want to link the channel to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id}
|
290
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#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.
|
291
|
+
:param timeouts: timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts}
|
292
292
|
'''
|
293
293
|
if isinstance(lifecycle, dict):
|
294
294
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -403,7 +403,7 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
403
403
|
|
404
404
|
We recommended sorting channel IDs in ascending order to avoid drift your Terraform state.
|
405
405
|
|
406
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
406
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#channel_ids AlertPolicyChannel#channel_ids}
|
407
407
|
'''
|
408
408
|
result = self._values.get("channel_ids")
|
409
409
|
assert result is not None, "Required property 'channel_ids' is missing"
|
@@ -413,7 +413,7 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
413
413
|
def policy_id(self) -> jsii.Number:
|
414
414
|
'''The ID of the policy.
|
415
415
|
|
416
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
416
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#policy_id AlertPolicyChannel#policy_id}
|
417
417
|
'''
|
418
418
|
result = self._values.get("policy_id")
|
419
419
|
assert result is not None, "Required property 'policy_id' is missing"
|
@@ -423,14 +423,14 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
423
423
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
424
424
|
'''The New Relic account ID where you want to link the channel to.
|
425
425
|
|
426
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
426
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#account_id AlertPolicyChannel#account_id}
|
427
427
|
'''
|
428
428
|
result = self._values.get("account_id")
|
429
429
|
return typing.cast(typing.Optional[jsii.Number], result)
|
430
430
|
|
431
431
|
@builtins.property
|
432
432
|
def id(self) -> typing.Optional[builtins.str]:
|
433
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
433
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#id AlertPolicyChannel#id}.
|
434
434
|
|
435
435
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
436
436
|
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.
|
@@ -442,7 +442,7 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
442
442
|
def timeouts(self) -> typing.Optional["AlertPolicyChannelTimeouts"]:
|
443
443
|
'''timeouts block.
|
444
444
|
|
445
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
445
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#timeouts AlertPolicyChannel#timeouts}
|
446
446
|
'''
|
447
447
|
result = self._values.get("timeouts")
|
448
448
|
return typing.cast(typing.Optional["AlertPolicyChannelTimeouts"], result)
|
@@ -467,7 +467,7 @@ class AlertPolicyChannelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
467
467
|
class AlertPolicyChannelTimeouts:
|
468
468
|
def __init__(self, *, create: typing.Optional[builtins.str] = None) -> None:
|
469
469
|
'''
|
470
|
-
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
470
|
+
:param create: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}.
|
471
471
|
'''
|
472
472
|
if __debug__:
|
473
473
|
type_hints = typing.get_type_hints(_typecheckingstub__d507643c8528ae772f9e9ba4bd676c685047e191358956a39ae948dbaca74b9a)
|
@@ -478,7 +478,7 @@ class AlertPolicyChannelTimeouts:
|
|
478
478
|
|
479
479
|
@builtins.property
|
480
480
|
def create(self) -> typing.Optional[builtins.str]:
|
481
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
481
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/alert_policy_channel#create AlertPolicyChannel#create}.'''
|
482
482
|
result = self._values.get("create")
|
483
483
|
return typing.cast(typing.Optional[builtins.str], result)
|
484
484
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
r'''
|
2
2
|
# `newrelic_api_access_key`
|
3
3
|
|
4
|
-
Refer to the Terraform Registry for docs: [`newrelic_api_access_key`](https://registry.terraform.io/providers/newrelic/newrelic/3.
|
4
|
+
Refer to the Terraform Registry for docs: [`newrelic_api_access_key`](https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key).
|
5
5
|
'''
|
6
6
|
from pkgutil import extend_path
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
@@ -44,7 +44,7 @@ class ApiAccessKey(
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
45
45
|
jsii_type="@cdktf/provider-newrelic.apiAccessKey.ApiAccessKey",
|
46
46
|
):
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key newrelic_api_access_key}.'''
|
48
48
|
|
49
49
|
def __init__(
|
50
50
|
self,
|
@@ -66,17 +66,17 @@ class ApiAccessKey(
|
|
66
66
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
67
67
|
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,
|
68
68
|
) -> None:
|
69
|
-
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
69
|
+
'''Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key newrelic_api_access_key} Resource.
|
70
70
|
|
71
71
|
:param scope: The scope in which to define this construct.
|
72
72
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
73
|
-
:param key_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
74
|
-
:param account_id: 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.
|
76
|
-
:param ingest_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
77
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
78
|
-
:param notes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
79
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
73
|
+
:param key_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}.
|
74
|
+
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}.
|
75
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#id ApiAccessKey#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
|
+
:param ingest_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}.
|
77
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#name ApiAccessKey#name}.
|
78
|
+
:param notes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#notes ApiAccessKey#notes}.
|
79
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}.
|
80
80
|
:param connection:
|
81
81
|
:param count:
|
82
82
|
:param depends_on:
|
@@ -121,7 +121,7 @@ class ApiAccessKey(
|
|
121
121
|
|
122
122
|
:param scope: The scope in which to define this construct.
|
123
123
|
:param import_to_id: The construct id used in the generated config for the ApiAccessKey to import.
|
124
|
-
:param import_from_id: The id of the existing ApiAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
124
|
+
:param import_from_id: The id of the existing ApiAccessKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#import import section} in the documentation of this resource for the id to use
|
125
125
|
:param provider: ? Optional instance of the provider where the ApiAccessKey to import is found.
|
126
126
|
'''
|
127
127
|
if __debug__:
|
@@ -341,13 +341,13 @@ class ApiAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
341
341
|
:param lifecycle:
|
342
342
|
:param provider:
|
343
343
|
:param provisioners:
|
344
|
-
:param key_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
345
|
-
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
346
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
347
|
-
:param ingest_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
348
|
-
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
349
|
-
:param notes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
350
|
-
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
344
|
+
:param key_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}.
|
345
|
+
:param account_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}.
|
346
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#id ApiAccessKey#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.
|
347
|
+
:param ingest_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}.
|
348
|
+
:param name: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#name ApiAccessKey#name}.
|
349
|
+
:param notes: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#notes ApiAccessKey#notes}.
|
350
|
+
:param user_id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}.
|
351
351
|
'''
|
352
352
|
if isinstance(lifecycle, dict):
|
353
353
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
@@ -463,20 +463,20 @@ class ApiAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
463
463
|
|
464
464
|
@builtins.property
|
465
465
|
def key_type(self) -> builtins.str:
|
466
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
466
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#key_type ApiAccessKey#key_type}.'''
|
467
467
|
result = self._values.get("key_type")
|
468
468
|
assert result is not None, "Required property 'key_type' is missing"
|
469
469
|
return typing.cast(builtins.str, result)
|
470
470
|
|
471
471
|
@builtins.property
|
472
472
|
def account_id(self) -> typing.Optional[jsii.Number]:
|
473
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
473
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#account_id ApiAccessKey#account_id}.'''
|
474
474
|
result = self._values.get("account_id")
|
475
475
|
return typing.cast(typing.Optional[jsii.Number], result)
|
476
476
|
|
477
477
|
@builtins.property
|
478
478
|
def id(self) -> typing.Optional[builtins.str]:
|
479
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
479
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#id ApiAccessKey#id}.
|
480
480
|
|
481
481
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
482
482
|
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.
|
@@ -486,25 +486,25 @@ class ApiAccessKeyConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
486
486
|
|
487
487
|
@builtins.property
|
488
488
|
def ingest_type(self) -> typing.Optional[builtins.str]:
|
489
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
489
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#ingest_type ApiAccessKey#ingest_type}.'''
|
490
490
|
result = self._values.get("ingest_type")
|
491
491
|
return typing.cast(typing.Optional[builtins.str], result)
|
492
492
|
|
493
493
|
@builtins.property
|
494
494
|
def name(self) -> typing.Optional[builtins.str]:
|
495
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
495
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#name ApiAccessKey#name}.'''
|
496
496
|
result = self._values.get("name")
|
497
497
|
return typing.cast(typing.Optional[builtins.str], result)
|
498
498
|
|
499
499
|
@builtins.property
|
500
500
|
def notes(self) -> typing.Optional[builtins.str]:
|
501
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
501
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#notes ApiAccessKey#notes}.'''
|
502
502
|
result = self._values.get("notes")
|
503
503
|
return typing.cast(typing.Optional[builtins.str], result)
|
504
504
|
|
505
505
|
@builtins.property
|
506
506
|
def user_id(self) -> typing.Optional[jsii.Number]:
|
507
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
507
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.72.0/docs/resources/api_access_key#user_id ApiAccessKey#user_id}.'''
|
508
508
|
result = self._values.get("user_id")
|
509
509
|
return typing.cast(typing.Optional[jsii.Number], result)
|
510
510
|
|