@cdktn/provider-newrelic 15.5.2 → 16.0.0
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.
- package/.jsii +10781 -2932
- package/README.md +3 -3
- package/lib/account-management/index.d.ts +10 -10
- package/lib/account-management/index.js +64 -18
- package/lib/alert-channel/index.d.ts +30 -30
- package/lib/alert-channel/index.js +101 -18
- package/lib/alert-compound-condition/index.d.ts +17 -17
- package/lib/alert-compound-condition/index.js +83 -25
- package/lib/alert-condition/index.d.ts +23 -23
- package/lib/alert-condition/index.js +90 -20
- package/lib/alert-muting-rule/index.d.ts +23 -23
- package/lib/alert-muting-rule/index.js +96 -30
- package/lib/alert-policy/index.d.ts +8 -8
- package/lib/alert-policy/index.js +57 -13
- package/lib/alert-policy-channel/index.d.ts +9 -9
- package/lib/alert-policy-channel/index.js +62 -18
- package/lib/api-access-key/index.d.ts +10 -10
- package/lib/api-access-key/index.js +61 -13
- package/lib/application-settings/index.d.ts +27 -27
- package/lib/application-settings/index.js +112 -39
- package/lib/aws-connection/index.d.ts +22 -22
- package/lib/aws-connection/index.js +99 -37
- package/lib/browser-application/index.d.ts +12 -12
- package/lib/browser-application/index.js +68 -18
- package/lib/cardinality-management/index.d.ts +9 -9
- package/lib/cardinality-management/index.js +64 -20
- package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +14 -14
- package/lib/cloud-aws-eu-sovereign-integrations/index.js +75 -28
- package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-eu-sovereign-link-account/index.js +57 -13
- package/lib/cloud-aws-govcloud-integrations/index.d.ts +110 -110
- package/lib/cloud-aws-govcloud-integrations/index.js +301 -113
- package/lib/cloud-aws-govcloud-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-govcloud-link-account/index.js +57 -13
- package/lib/cloud-aws-integrations/index.d.ts +234 -234
- package/lib/cloud-aws-integrations/index.js +617 -283
- package/lib/cloud-aws-link-account/index.d.ts +8 -8
- package/lib/cloud-aws-link-account/index.js +57 -13
- package/lib/cloud-azure-integrations/index.d.ts +109 -109
- package/lib/cloud-azure-integrations/index.js +325 -178
- package/lib/cloud-azure-link-account/index.d.ts +10 -10
- package/lib/cloud-azure-link-account/index.js +61 -13
- package/lib/cloud-gcp-dm-integrations/index.d.ts +1293 -0
- package/lib/cloud-gcp-dm-integrations/index.js +3572 -0
- package/lib/cloud-gcp-integrations/index.d.ts +62 -62
- package/lib/cloud-gcp-integrations/index.js +217 -143
- package/lib/cloud-gcp-link-account/index.d.ts +40 -7
- package/lib/cloud-gcp-link-account/index.js +124 -13
- package/lib/cloud-oci-link-account/index.d.ts +20 -20
- package/lib/cloud-oci-link-account/index.js +81 -13
- package/lib/data-newrelic-account/index.d.ts +7 -7
- package/lib/data-newrelic-account/index.js +55 -13
- package/lib/data-newrelic-alert-channel/index.d.ts +6 -6
- package/lib/data-newrelic-alert-channel/index.js +62 -24
- package/lib/data-newrelic-alert-policy/index.d.ts +7 -7
- package/lib/data-newrelic-alert-policy/index.js +55 -13
- package/lib/data-newrelic-api-access-key/index.d.ts +10 -10
- package/lib/data-newrelic-api-access-key/index.js +61 -13
- package/lib/data-newrelic-application/index.d.ts +5 -5
- package/lib/data-newrelic-application/index.js +48 -13
- package/lib/data-newrelic-authentication-domain/index.d.ts +4 -4
- package/lib/data-newrelic-authentication-domain/index.js +46 -13
- package/lib/data-newrelic-cloud-account/index.d.ts +18 -7
- package/lib/data-newrelic-cloud-account/index.js +78 -13
- package/lib/data-newrelic-entity/index.d.ts +14 -14
- package/lib/data-newrelic-entity/index.js +74 -20
- package/lib/data-newrelic-fleet-configuration/index.d.ts +8 -8
- package/lib/data-newrelic-fleet-configuration/index.js +54 -13
- package/lib/data-newrelic-fleet-members/index.d.ts +6 -6
- package/lib/data-newrelic-fleet-members/index.js +58 -20
- package/lib/data-newrelic-group/index.d.ts +5 -5
- package/lib/data-newrelic-group/index.js +51 -13
- package/lib/data-newrelic-key-transaction/index.d.ts +7 -7
- package/lib/data-newrelic-key-transaction/index.js +55 -13
- package/lib/data-newrelic-notification-destination/index.d.ts +12 -12
- package/lib/data-newrelic-notification-destination/index.js +77 -32
- package/lib/data-newrelic-obfuscation-expression/index.d.ts +6 -6
- package/lib/data-newrelic-obfuscation-expression/index.js +53 -13
- package/lib/data-newrelic-service-level-alert-helper/index.d.ts +11 -11
- package/lib/data-newrelic-service-level-alert-helper/index.js +63 -13
- package/lib/data-newrelic-synthetics-private-location/index.d.ts +7 -7
- package/lib/data-newrelic-synthetics-private-location/index.js +55 -13
- package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +6 -6
- package/lib/data-newrelic-synthetics-secure-credential/index.js +53 -13
- package/lib/data-newrelic-test-grok-pattern/index.d.ts +7 -7
- package/lib/data-newrelic-test-grok-pattern/index.js +65 -27
- package/lib/data-newrelic-user/index.d.ts +6 -6
- package/lib/data-newrelic-user/index.js +53 -13
- package/lib/data-partition-rule/index.d.ts +12 -12
- package/lib/data-partition-rule/index.js +68 -18
- package/lib/entity-tags/index.d.ts +10 -10
- package/lib/entity-tags/index.js +69 -25
- package/lib/events-to-metrics-rule/index.d.ts +9 -9
- package/lib/events-to-metrics-rule/index.js +59 -13
- package/lib/federated-logs-partition/index.d.ts +20 -20
- package/lib/federated-logs-partition/index.js +111 -66
- package/lib/federated-logs-setup/index.d.ts +29 -29
- package/lib/federated-logs-setup/index.js +135 -81
- package/lib/fleet/index.d.ts +10 -10
- package/lib/fleet/index.js +61 -13
- package/lib/fleet-configuration/index.d.ts +10 -10
- package/lib/fleet-configuration/index.js +61 -13
- package/lib/fleet-deployment/index.d.ts +13 -13
- package/lib/fleet-deployment/index.js +69 -20
- package/lib/fleet-members/index.d.ts +8 -8
- package/lib/fleet-members/index.js +62 -20
- package/lib/group/index.d.ts +7 -7
- package/lib/group/index.js +55 -13
- package/lib/index.d.ts +1 -0
- package/lib/index.js +120 -86
- package/lib/infra-alert-condition/index.d.ts +25 -25
- package/lib/infra-alert-condition/index.js +95 -23
- package/lib/insights-event/index.d.ts +11 -11
- package/lib/insights-event/index.js +73 -27
- package/lib/key-transaction/index.d.ts +9 -9
- package/lib/key-transaction/index.js +59 -13
- package/lib/lazy-index.d.ts +1 -0
- package/lib/lazy-index.js +3 -1
- package/lib/log-parsing-rule/index.d.ts +12 -12
- package/lib/log-parsing-rule/index.js +65 -13
- package/lib/metric-pruning-rule/index.d.ts +7 -7
- package/lib/metric-pruning-rule/index.js +55 -13
- package/lib/monitor-downtime/index.d.ts +20 -20
- package/lib/monitor-downtime/index.js +87 -28
- package/lib/notification-channel/index.d.ts +18 -18
- package/lib/notification-channel/index.js +85 -25
- package/lib/notification-destination/index.d.ts +31 -31
- package/lib/notification-destination/index.js +124 -52
- package/lib/nrql-alert-condition/index.d.ts +78 -78
- package/lib/nrql-alert-condition/index.js +221 -65
- package/lib/nrql-drop-rule/index.d.ts +10 -10
- package/lib/nrql-drop-rule/index.js +64 -18
- package/lib/obfuscation-expression/index.d.ts +8 -8
- package/lib/obfuscation-expression/index.js +57 -13
- package/lib/obfuscation-rule/index.d.ts +13 -13
- package/lib/obfuscation-rule/index.js +72 -20
- package/lib/one-dashboard/index-structs/structs0.d.ts +364 -364
- package/lib/one-dashboard/index-structs/structs0.js +1207 -669
- package/lib/one-dashboard/index-structs/structs400.d.ts +286 -286
- package/lib/one-dashboard/index-structs/structs400.js +920 -505
- package/lib/one-dashboard/index.d.ts +10 -10
- package/lib/one-dashboard/index.js +50 -17
- package/lib/one-dashboard-json/index.d.ts +9 -9
- package/lib/one-dashboard-json/index.js +62 -18
- package/lib/one-dashboard-raw/index.d.ts +20 -20
- package/lib/one-dashboard-raw/index.js +91 -27
- package/lib/pipeline-cloud-rule/index.d.ts +8 -8
- package/lib/pipeline-cloud-rule/index.js +57 -13
- package/lib/provider/index.d.ts +17 -17
- package/lib/provider/index.js +75 -13
- package/lib/service-level/index.d.ts +38 -38
- package/lib/service-level/index.js +137 -63
- package/lib/synthetics-alert-condition/index.d.ts +9 -9
- package/lib/synthetics-alert-condition/index.js +59 -13
- package/lib/synthetics-broken-links-monitor/index.d.ts +17 -17
- package/lib/synthetics-broken-links-monitor/index.js +80 -20
- package/lib/synthetics-cert-check-monitor/index.d.ts +18 -18
- package/lib/synthetics-cert-check-monitor/index.js +82 -20
- package/lib/synthetics-monitor/index.d.ts +31 -31
- package/lib/synthetics-monitor/index.js +113 -27
- package/lib/synthetics-multilocation-alert-condition/index.d.ts +14 -14
- package/lib/synthetics-multilocation-alert-condition/index.js +73 -23
- package/lib/synthetics-private-location/index.d.ts +9 -9
- package/lib/synthetics-private-location/index.js +59 -13
- package/lib/synthetics-script-monitor/index.d.ts +26 -26
- package/lib/synthetics-script-monitor/index.js +103 -27
- package/lib/synthetics-secure-credential/index.d.ts +11 -11
- package/lib/synthetics-secure-credential/index.js +66 -18
- package/lib/synthetics-step-monitor/index.d.ts +25 -25
- package/lib/synthetics-step-monitor/index.js +106 -34
- package/lib/user/index.d.ts +8 -8
- package/lib/user/index.js +57 -13
- package/lib/workflow/index.d.ts +26 -26
- package/lib/workflow/index.js +117 -51
- package/lib/workflow-automation/index.d.ts +8 -8
- package/lib/workflow-automation/index.js +57 -13
- package/lib/workload/index.d.ts +37 -37
- package/lib/workload/index.js +147 -71
- package/package.json +64 -60
- package/pnpm-workspace.yaml +10 -0
|
@@ -8,23 +8,23 @@ export interface AlertCompoundConditionConfig extends cdktn.TerraformMetaArgumen
|
|
|
8
8
|
/**
|
|
9
9
|
* The New Relic account ID for managing your compound alert conditions.
|
|
10
10
|
*
|
|
11
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#account_id AlertCompoundCondition#account_id}
|
|
12
12
|
*/
|
|
13
13
|
readonly accountId?: number;
|
|
14
14
|
/**
|
|
15
15
|
* Whether or not to enable the alert condition.
|
|
16
16
|
*
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#enabled AlertCompoundCondition#enabled}
|
|
18
18
|
*/
|
|
19
19
|
readonly enabled: boolean | cdktn.IResolvable;
|
|
20
20
|
/**
|
|
21
21
|
* How the compound condition will take into account the component conditions' facets during evaluation. Valid values: 'FACETS_IGNORED' (default) - facets are not taken into consideration when determining when the compound alert condition activates; 'FACETS_MATCH' - the compound alert condition will activate only when shared facets have matching values.
|
|
22
22
|
*
|
|
23
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
23
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#facet_matching_behavior AlertCompoundCondition#facet_matching_behavior}
|
|
24
24
|
*/
|
|
25
25
|
readonly facetMatchingBehavior?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
27
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#id AlertCompoundCondition#id}
|
|
28
28
|
*
|
|
29
29
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
30
30
|
* 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.
|
|
@@ -33,43 +33,43 @@ export interface AlertCompoundConditionConfig extends cdktn.TerraformMetaArgumen
|
|
|
33
33
|
/**
|
|
34
34
|
* The title of the compound alert condition.
|
|
35
35
|
*
|
|
36
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#name AlertCompoundCondition#name}
|
|
37
37
|
*/
|
|
38
38
|
readonly name: string;
|
|
39
39
|
/**
|
|
40
40
|
* The ID of the policy where this condition should be used.
|
|
41
41
|
*
|
|
42
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
42
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#policy_id AlertCompoundCondition#policy_id}
|
|
43
43
|
*/
|
|
44
44
|
readonly policyId: number;
|
|
45
45
|
/**
|
|
46
46
|
* Runbook URL to display in notifications.
|
|
47
47
|
*
|
|
48
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#runbook_url AlertCompoundCondition#runbook_url}
|
|
49
49
|
*/
|
|
50
50
|
readonly runbookUrl?: string;
|
|
51
51
|
/**
|
|
52
52
|
* The duration, in seconds, that the trigger expression must be true before the compound alert condition will activate. Between 30-86400 seconds.
|
|
53
53
|
*
|
|
54
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
54
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#threshold_duration AlertCompoundCondition#threshold_duration}
|
|
55
55
|
*/
|
|
56
56
|
readonly thresholdDuration?: number;
|
|
57
57
|
/**
|
|
58
58
|
* Expression that defines how component condition evaluations are combined. Valid operators are 'AND', 'OR', 'NOT'. For more complex expressions, use parentheses. Simple example: 'A AND B'. Complex example: 'A AND (B OR C) AND NOT D'.
|
|
59
59
|
*
|
|
60
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#trigger_expression AlertCompoundCondition#trigger_expression}
|
|
61
61
|
*/
|
|
62
62
|
readonly triggerExpression: string;
|
|
63
63
|
/**
|
|
64
64
|
* component_conditions block
|
|
65
65
|
*
|
|
66
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
66
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#component_conditions AlertCompoundCondition#component_conditions}
|
|
67
67
|
*/
|
|
68
68
|
readonly componentConditions: AlertCompoundConditionComponentConditions[] | cdktn.IResolvable;
|
|
69
69
|
/**
|
|
70
70
|
* timeouts block
|
|
71
71
|
*
|
|
72
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
72
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#timeouts AlertCompoundCondition#timeouts}
|
|
73
73
|
*/
|
|
74
74
|
readonly timeouts?: AlertCompoundConditionTimeouts;
|
|
75
75
|
}
|
|
@@ -77,13 +77,13 @@ export interface AlertCompoundConditionComponentConditions {
|
|
|
77
77
|
/**
|
|
78
78
|
* The identifier that will be used in the compound alert condition's trigger_expression (e.g., 'A', 'B', 'C').
|
|
79
79
|
*
|
|
80
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
80
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#alias AlertCompoundCondition#alias}
|
|
81
81
|
*/
|
|
82
82
|
readonly alias: string;
|
|
83
83
|
/**
|
|
84
84
|
* The ID of the existing alert condition to use as a component.
|
|
85
85
|
*
|
|
86
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
86
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#id AlertCompoundCondition#id}
|
|
87
87
|
*
|
|
88
88
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
89
89
|
* 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.
|
|
@@ -128,7 +128,7 @@ export declare class AlertCompoundConditionComponentConditionsList extends cdktn
|
|
|
128
128
|
}
|
|
129
129
|
export interface AlertCompoundConditionTimeouts {
|
|
130
130
|
/**
|
|
131
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
131
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#create AlertCompoundCondition#create}
|
|
132
132
|
*/
|
|
133
133
|
readonly create?: string;
|
|
134
134
|
}
|
|
@@ -151,7 +151,7 @@ export declare class AlertCompoundConditionTimeoutsOutputReference extends cdktn
|
|
|
151
151
|
get createInput(): string | undefined;
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
|
-
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
154
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition newrelic_alert_compound_condition}
|
|
155
155
|
*/
|
|
156
156
|
export declare class AlertCompoundCondition extends cdktn.TerraformResource {
|
|
157
157
|
static readonly tfResourceType = "newrelic_alert_compound_condition";
|
|
@@ -159,12 +159,12 @@ export declare class AlertCompoundCondition extends cdktn.TerraformResource {
|
|
|
159
159
|
* Generates CDKTN code for importing a AlertCompoundCondition resource upon running "cdktn plan <stack-name>"
|
|
160
160
|
* @param scope The scope in which to define this construct
|
|
161
161
|
* @param importToId The construct id used in the generated config for the AlertCompoundCondition to import
|
|
162
|
-
* @param importFromId The id of the existing AlertCompoundCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
162
|
+
* @param importFromId The id of the existing AlertCompoundCondition that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition#import import section} in the documentation of this resource for the id to use
|
|
163
163
|
* @param provider? Optional instance of the provider where the AlertCompoundCondition to import is found
|
|
164
164
|
*/
|
|
165
165
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
|
|
166
166
|
/**
|
|
167
|
-
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.
|
|
167
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.96.1/docs/resources/alert_compound_condition newrelic_alert_compound_condition} Resource
|
|
168
168
|
*
|
|
169
169
|
* @param scope The scope in which to define this construct
|
|
170
170
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|