@cdktf-providers/newrelic 3.75.4
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/LICENSE +355 -0
- package/README.md +19 -0
- package/dist/account-management/index.d.ts +64 -0
- package/dist/account-management/index.js +131 -0
- package/dist/alert-channel/index.d.ts +347 -0
- package/dist/alert-channel/index.js +810 -0
- package/dist/alert-condition/index.d.ts +267 -0
- package/dist/alert-condition/index.js +587 -0
- package/dist/alert-muting-rule/index.d.ts +305 -0
- package/dist/alert-muting-rule/index.js +731 -0
- package/dist/alert-policy/index.d.ts +87 -0
- package/dist/alert-policy/index.js +180 -0
- package/dist/alert-policy-channel/index.d.ts +110 -0
- package/dist/alert-policy-channel/index.js +260 -0
- package/dist/api-access-key/index.d.ts +98 -0
- package/dist/api-access-key/index.js +230 -0
- package/dist/application-settings/index.d.ts +410 -0
- package/dist/application-settings/index.js +966 -0
- package/dist/browser-application/index.d.ts +101 -0
- package/dist/browser-application/index.js +215 -0
- package/dist/cloud-aws-govcloud-integrations/index.d.ts +1519 -0
- package/dist/cloud-aws-govcloud-integrations/index.js +3846 -0
- package/dist/cloud-aws-govcloud-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-govcloud-link-account/index.js +177 -0
- package/dist/cloud-aws-integrations/index.d.ts +3294 -0
- package/dist/cloud-aws-integrations/index.js +8554 -0
- package/dist/cloud-aws-link-account/index.d.ts +86 -0
- package/dist/cloud-aws-link-account/index.js +177 -0
- package/dist/cloud-azure-integrations/index.d.ts +1662 -0
- package/dist/cloud-azure-integrations/index.js +4338 -0
- package/dist/cloud-azure-link-account/index.d.ts +105 -0
- package/dist/cloud-azure-link-account/index.js +214 -0
- package/dist/cloud-gcp-integrations/index.d.ts +1045 -0
- package/dist/cloud-gcp-integrations/index.js +2742 -0
- package/dist/cloud-gcp-link-account/index.d.ts +75 -0
- package/dist/cloud-gcp-link-account/index.js +154 -0
- package/dist/cloud-oci-link-account/index.d.ts +191 -0
- package/dist/cloud-oci-link-account/index.js +392 -0
- package/dist/data-newrelic-account/index.d.ts +77 -0
- package/dist/data-newrelic-account/index.js +160 -0
- package/dist/data-newrelic-alert-channel/index.d.ts +122 -0
- package/dist/data-newrelic-alert-channel/index.js +295 -0
- package/dist/data-newrelic-alert-policy/index.d.ts +78 -0
- package/dist/data-newrelic-alert-policy/index.js +165 -0
- package/dist/data-newrelic-application/index.d.ts +56 -0
- package/dist/data-newrelic-application/index.js +119 -0
- package/dist/data-newrelic-authentication-domain/index.d.ts +43 -0
- package/dist/data-newrelic-authentication-domain/index.js +92 -0
- package/dist/data-newrelic-cloud-account/index.d.ts +75 -0
- package/dist/data-newrelic-cloud-account/index.js +154 -0
- package/dist/data-newrelic-entity/index.d.ts +185 -0
- package/dist/data-newrelic-entity/index.js +414 -0
- package/dist/data-newrelic-group/index.d.ts +54 -0
- package/dist/data-newrelic-group/index.js +116 -0
- package/dist/data-newrelic-key-transaction/index.d.ts +78 -0
- package/dist/data-newrelic-key-transaction/index.js +165 -0
- package/dist/data-newrelic-notification-destination/index.d.ts +161 -0
- package/dist/data-newrelic-notification-destination/index.js +368 -0
- package/dist/data-newrelic-obfuscation-expression/index.d.ts +65 -0
- package/dist/data-newrelic-obfuscation-expression/index.js +134 -0
- package/dist/data-newrelic-service-level-alert-helper/index.d.ts +107 -0
- package/dist/data-newrelic-service-level-alert-helper/index.js +256 -0
- package/dist/data-newrelic-synthetics-private-location/index.d.ts +76 -0
- package/dist/data-newrelic-synthetics-private-location/index.js +157 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.d.ts +67 -0
- package/dist/data-newrelic-synthetics-secure-credential/index.js +142 -0
- package/dist/data-newrelic-test-grok-pattern/index.d.ts +145 -0
- package/dist/data-newrelic-test-grok-pattern/index.js +312 -0
- package/dist/data-newrelic-user/index.d.ts +65 -0
- package/dist/data-newrelic-user/index.js +138 -0
- package/dist/data-partition-rule/index.d.ts +142 -0
- package/dist/data-partition-rule/index.js +327 -0
- package/dist/entity-tags/index.d.ts +152 -0
- package/dist/entity-tags/index.js +367 -0
- package/dist/events-to-metrics-rule/index.d.ts +98 -0
- package/dist/events-to-metrics-rule/index.js +204 -0
- package/dist/group/index.d.ts +75 -0
- package/dist/group/index.js +154 -0
- package/dist/index.d.ts +67 -0
- package/dist/index.js +68 -0
- package/dist/infra-alert-condition/index.d.ts +289 -0
- package/dist/infra-alert-condition/index.js +691 -0
- package/dist/insights-event/index.d.ts +182 -0
- package/dist/insights-event/index.js +427 -0
- package/dist/key-transaction/index.d.ts +96 -0
- package/dist/key-transaction/index.js +199 -0
- package/dist/lazy-index.d.ts +0 -0
- package/dist/lazy-index.js +68 -0
- package/dist/log-parsing-rule/index.d.ts +128 -0
- package/dist/log-parsing-rule/index.js +264 -0
- package/dist/monitor-downtime/index.d.ts +255 -0
- package/dist/monitor-downtime/index.js +603 -0
- package/dist/notification-channel/index.d.ts +236 -0
- package/dist/notification-channel/index.js +561 -0
- package/dist/notification-destination/index.d.ts +402 -0
- package/dist/notification-destination/index.js +1039 -0
- package/dist/nrql-alert-condition/index.d.ts +892 -0
- package/dist/nrql-alert-condition/index.js +2177 -0
- package/dist/nrql-drop-rule/index.d.ts +123 -0
- package/dist/nrql-drop-rule/index.js +291 -0
- package/dist/obfuscation-expression/index.d.ts +86 -0
- package/dist/obfuscation-expression/index.js +177 -0
- package/dist/obfuscation-rule/index.d.ts +169 -0
- package/dist/obfuscation-rule/index.js +372 -0
- package/dist/one-dashboard/index-structs/index.d.ts +2 -0
- package/dist/one-dashboard/index-structs/index.js +2 -0
- package/dist/one-dashboard/index-structs/structs0.d.ts +6996 -0
- package/dist/one-dashboard/index-structs/structs0.js +18191 -0
- package/dist/one-dashboard/index-structs/structs400.d.ts +3699 -0
- package/dist/one-dashboard/index-structs/structs400.js +9611 -0
- package/dist/one-dashboard/index.d.ts +112 -0
- package/dist/one-dashboard/index.js +232 -0
- package/dist/one-dashboard-json/index.d.ts +112 -0
- package/dist/one-dashboard-json/index.js +280 -0
- package/dist/one-dashboard-raw/index.d.ts +274 -0
- package/dist/one-dashboard-raw/index.js +666 -0
- package/dist/pipeline-cloud-rule/index.d.ts +86 -0
- package/dist/pipeline-cloud-rule/index.js +177 -0
- package/dist/provider/index.d.ts +160 -0
- package/dist/provider/index.js +378 -0
- package/dist/service-level/index.d.ts +501 -0
- package/dist/service-level/index.js +1425 -0
- package/dist/synthetics-alert-condition/index.d.ts +97 -0
- package/dist/synthetics-alert-condition/index.js +201 -0
- package/dist/synthetics-broken-links-monitor/index.d.ts +217 -0
- package/dist/synthetics-broken-links-monitor/index.js +474 -0
- package/dist/synthetics-cert-check-monitor/index.d.ts +222 -0
- package/dist/synthetics-cert-check-monitor/index.js +490 -0
- package/dist/synthetics-monitor/index.d.ts +404 -0
- package/dist/synthetics-monitor/index.js +885 -0
- package/dist/synthetics-multilocation-alert-condition/index.d.ts +177 -0
- package/dist/synthetics-multilocation-alert-condition/index.js +407 -0
- package/dist/synthetics-private-location/index.d.ts +90 -0
- package/dist/synthetics-private-location/index.js +193 -0
- package/dist/synthetics-script-monitor/index.d.ts +348 -0
- package/dist/synthetics-script-monitor/index.js +768 -0
- package/dist/synthetics-secure-credential/index.d.ts +132 -0
- package/dist/synthetics-secure-credential/index.js +306 -0
- package/dist/synthetics-step-monitor/index.d.ts +368 -0
- package/dist/synthetics-step-monitor/index.js +834 -0
- package/dist/user/index.d.ts +85 -0
- package/dist/user/index.js +174 -0
- package/dist/workflow/index.d.ts +441 -0
- package/dist/workflow/index.js +1066 -0
- package/dist/workload/index.d.ts +514 -0
- package/dist/workload/index.js +1283 -0
- package/package.json +50 -0
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
import { Construct } from 'constructs';
|
|
2
|
+
import * as cdktf from 'cdktf';
|
|
3
|
+
export interface AlertChannelConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
+
/**
|
|
5
|
+
* The New Relic account ID where you want to create alert channels.
|
|
6
|
+
*
|
|
7
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#account_id AlertChannel#account_id}
|
|
8
|
+
*/
|
|
9
|
+
readonly accountId?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#id AlertChannel#id}
|
|
12
|
+
*
|
|
13
|
+
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
readonly id?: string;
|
|
17
|
+
/**
|
|
18
|
+
* (Required) The name of the channel.
|
|
19
|
+
*
|
|
20
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#name AlertChannel#name}
|
|
21
|
+
*/
|
|
22
|
+
readonly name: string;
|
|
23
|
+
/**
|
|
24
|
+
* (Required) The type of channel. One of: (pagerduty, slack, user, victorops, webhook, email, opsgenie).
|
|
25
|
+
*
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#type AlertChannel#type}
|
|
27
|
+
*/
|
|
28
|
+
readonly type: string;
|
|
29
|
+
/**
|
|
30
|
+
* config block
|
|
31
|
+
*
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#config AlertChannel#config}
|
|
33
|
+
*/
|
|
34
|
+
readonly config?: AlertChannelConfigA;
|
|
35
|
+
}
|
|
36
|
+
export interface AlertChannelConfigA {
|
|
37
|
+
/**
|
|
38
|
+
* The API key for integrating with OpsGenie.
|
|
39
|
+
*
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#api_key AlertChannel#api_key}
|
|
41
|
+
*/
|
|
42
|
+
readonly apiKey?: string;
|
|
43
|
+
/**
|
|
44
|
+
* Specifies an authentication password for use with a channel. Supported by the webhook channel type.
|
|
45
|
+
*
|
|
46
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#auth_password AlertChannel#auth_password}
|
|
47
|
+
*/
|
|
48
|
+
readonly authPassword?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Specifies an authentication method for use with a channel. Supported by the webhook channel type. Only HTTP basic authentication is currently supported via the value BASIC.
|
|
51
|
+
*
|
|
52
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#auth_type AlertChannel#auth_type}
|
|
53
|
+
*/
|
|
54
|
+
readonly authType?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Specifies an authentication username for use with a channel. Supported by the webhook channel type.
|
|
57
|
+
*
|
|
58
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#auth_username AlertChannel#auth_username}
|
|
59
|
+
*/
|
|
60
|
+
readonly authUsername?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The base URL of the webhook destination.
|
|
63
|
+
*
|
|
64
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#base_url AlertChannel#base_url}
|
|
65
|
+
*/
|
|
66
|
+
readonly baseUrl?: string;
|
|
67
|
+
/**
|
|
68
|
+
* The Slack channel to send notifications to.
|
|
69
|
+
*
|
|
70
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#channel AlertChannel#channel}
|
|
71
|
+
*/
|
|
72
|
+
readonly channel?: string;
|
|
73
|
+
/**
|
|
74
|
+
* A map of key/value pairs that represents extra HTTP headers to be sent along with the webhook payload.
|
|
75
|
+
*
|
|
76
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#headers AlertChannel#headers}
|
|
77
|
+
*/
|
|
78
|
+
readonly headers?: {
|
|
79
|
+
[key: string]: string;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Use instead of headers if the desired payload is more complex than a list of key/value pairs (e.g. a set of headers that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with headers.
|
|
83
|
+
*
|
|
84
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#headers_string AlertChannel#headers_string}
|
|
85
|
+
*/
|
|
86
|
+
readonly headersString?: string;
|
|
87
|
+
/**
|
|
88
|
+
* true or false. Flag for whether or not to attach a JSON document containing information about the associated alert to the email that is sent to recipients.
|
|
89
|
+
*
|
|
90
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#include_json_attachment AlertChannel#include_json_attachment}
|
|
91
|
+
*/
|
|
92
|
+
readonly includeJsonAttachment?: string;
|
|
93
|
+
/**
|
|
94
|
+
* The key for integrating with VictorOps.
|
|
95
|
+
*
|
|
96
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#key AlertChannel#key}
|
|
97
|
+
*/
|
|
98
|
+
readonly key?: string;
|
|
99
|
+
/**
|
|
100
|
+
* A map of key/value pairs that represents the webhook payload. Must provide payload_type if setting this argument.
|
|
101
|
+
*
|
|
102
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#payload AlertChannel#payload}
|
|
103
|
+
*/
|
|
104
|
+
readonly payload?: {
|
|
105
|
+
[key: string]: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Use instead of payload if the desired payload is more complex than a list of key/value pairs (e.g. a payload that makes use of nested objects). The value provided should be a valid JSON string with escaped double quotes. Conflicts with payload.
|
|
109
|
+
*
|
|
110
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#payload_string AlertChannel#payload_string}
|
|
111
|
+
*/
|
|
112
|
+
readonly payloadString?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Can either be application/json or application/x-www-form-urlencoded. The payload_type argument is required if payload is set.
|
|
115
|
+
*
|
|
116
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#payload_type AlertChannel#payload_type}
|
|
117
|
+
*/
|
|
118
|
+
readonly payloadType?: string;
|
|
119
|
+
/**
|
|
120
|
+
* A set of recipients for targeting notifications. Multiple values are comma separated.
|
|
121
|
+
*
|
|
122
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#recipients AlertChannel#recipients}
|
|
123
|
+
*/
|
|
124
|
+
readonly recipients?: string;
|
|
125
|
+
/**
|
|
126
|
+
* The data center region to store your data. Valid values are US and EU. Default is US.
|
|
127
|
+
*
|
|
128
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#region AlertChannel#region}
|
|
129
|
+
*/
|
|
130
|
+
readonly region?: string;
|
|
131
|
+
/**
|
|
132
|
+
* The route key for integrating with VictorOps.
|
|
133
|
+
*
|
|
134
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#route_key AlertChannel#route_key}
|
|
135
|
+
*/
|
|
136
|
+
readonly routeKey?: string;
|
|
137
|
+
/**
|
|
138
|
+
* Specifies the service key for integrating with Pagerduty.
|
|
139
|
+
*
|
|
140
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#service_key AlertChannel#service_key}
|
|
141
|
+
*/
|
|
142
|
+
readonly serviceKey?: string;
|
|
143
|
+
/**
|
|
144
|
+
* A set of tags for targeting notifications. Multiple values are comma separated.
|
|
145
|
+
*
|
|
146
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#tags AlertChannel#tags}
|
|
147
|
+
*/
|
|
148
|
+
readonly tags?: string;
|
|
149
|
+
/**
|
|
150
|
+
* A set of teams for targeting notifications. Multiple values are comma separated.
|
|
151
|
+
*
|
|
152
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#teams AlertChannel#teams}
|
|
153
|
+
*/
|
|
154
|
+
readonly teams?: string;
|
|
155
|
+
/**
|
|
156
|
+
* Your organization's Slack URL.
|
|
157
|
+
*
|
|
158
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#url AlertChannel#url}
|
|
159
|
+
*/
|
|
160
|
+
readonly url?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The user ID for use with the user channel type.
|
|
163
|
+
*
|
|
164
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#user_id AlertChannel#user_id}
|
|
165
|
+
*/
|
|
166
|
+
readonly userId?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare function alertChannelConfigAToTerraform(struct?: AlertChannelConfigAOutputReference | AlertChannelConfigA): any;
|
|
169
|
+
export declare function alertChannelConfigAToHclTerraform(struct?: AlertChannelConfigAOutputReference | AlertChannelConfigA): any;
|
|
170
|
+
export declare class AlertChannelConfigAOutputReference extends cdktf.ComplexObject {
|
|
171
|
+
private isEmptyObject;
|
|
172
|
+
/**
|
|
173
|
+
* @param terraformResource The parent resource
|
|
174
|
+
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
175
|
+
*/
|
|
176
|
+
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
177
|
+
get internalValue(): AlertChannelConfigA | undefined;
|
|
178
|
+
set internalValue(value: AlertChannelConfigA | undefined);
|
|
179
|
+
private _apiKey?;
|
|
180
|
+
get apiKey(): string;
|
|
181
|
+
set apiKey(value: string);
|
|
182
|
+
resetApiKey(): void;
|
|
183
|
+
get apiKeyInput(): string;
|
|
184
|
+
private _authPassword?;
|
|
185
|
+
get authPassword(): string;
|
|
186
|
+
set authPassword(value: string);
|
|
187
|
+
resetAuthPassword(): void;
|
|
188
|
+
get authPasswordInput(): string;
|
|
189
|
+
private _authType?;
|
|
190
|
+
get authType(): string;
|
|
191
|
+
set authType(value: string);
|
|
192
|
+
resetAuthType(): void;
|
|
193
|
+
get authTypeInput(): string;
|
|
194
|
+
private _authUsername?;
|
|
195
|
+
get authUsername(): string;
|
|
196
|
+
set authUsername(value: string);
|
|
197
|
+
resetAuthUsername(): void;
|
|
198
|
+
get authUsernameInput(): string;
|
|
199
|
+
private _baseUrl?;
|
|
200
|
+
get baseUrl(): string;
|
|
201
|
+
set baseUrl(value: string);
|
|
202
|
+
resetBaseUrl(): void;
|
|
203
|
+
get baseUrlInput(): string;
|
|
204
|
+
private _channel?;
|
|
205
|
+
get channel(): string;
|
|
206
|
+
set channel(value: string);
|
|
207
|
+
resetChannel(): void;
|
|
208
|
+
get channelInput(): string;
|
|
209
|
+
private _headers?;
|
|
210
|
+
get headers(): {
|
|
211
|
+
[key: string]: string;
|
|
212
|
+
};
|
|
213
|
+
set headers(value: {
|
|
214
|
+
[key: string]: string;
|
|
215
|
+
});
|
|
216
|
+
resetHeaders(): void;
|
|
217
|
+
get headersInput(): {
|
|
218
|
+
[key: string]: string;
|
|
219
|
+
};
|
|
220
|
+
private _headersString?;
|
|
221
|
+
get headersString(): string;
|
|
222
|
+
set headersString(value: string);
|
|
223
|
+
resetHeadersString(): void;
|
|
224
|
+
get headersStringInput(): string;
|
|
225
|
+
private _includeJsonAttachment?;
|
|
226
|
+
get includeJsonAttachment(): string;
|
|
227
|
+
set includeJsonAttachment(value: string);
|
|
228
|
+
resetIncludeJsonAttachment(): void;
|
|
229
|
+
get includeJsonAttachmentInput(): string;
|
|
230
|
+
private _key?;
|
|
231
|
+
get key(): string;
|
|
232
|
+
set key(value: string);
|
|
233
|
+
resetKey(): void;
|
|
234
|
+
get keyInput(): string;
|
|
235
|
+
private _payload?;
|
|
236
|
+
get payload(): {
|
|
237
|
+
[key: string]: string;
|
|
238
|
+
};
|
|
239
|
+
set payload(value: {
|
|
240
|
+
[key: string]: string;
|
|
241
|
+
});
|
|
242
|
+
resetPayload(): void;
|
|
243
|
+
get payloadInput(): {
|
|
244
|
+
[key: string]: string;
|
|
245
|
+
};
|
|
246
|
+
private _payloadString?;
|
|
247
|
+
get payloadString(): string;
|
|
248
|
+
set payloadString(value: string);
|
|
249
|
+
resetPayloadString(): void;
|
|
250
|
+
get payloadStringInput(): string;
|
|
251
|
+
private _payloadType?;
|
|
252
|
+
get payloadType(): string;
|
|
253
|
+
set payloadType(value: string);
|
|
254
|
+
resetPayloadType(): void;
|
|
255
|
+
get payloadTypeInput(): string;
|
|
256
|
+
private _recipients?;
|
|
257
|
+
get recipients(): string;
|
|
258
|
+
set recipients(value: string);
|
|
259
|
+
resetRecipients(): void;
|
|
260
|
+
get recipientsInput(): string;
|
|
261
|
+
private _region?;
|
|
262
|
+
get region(): string;
|
|
263
|
+
set region(value: string);
|
|
264
|
+
resetRegion(): void;
|
|
265
|
+
get regionInput(): string;
|
|
266
|
+
private _routeKey?;
|
|
267
|
+
get routeKey(): string;
|
|
268
|
+
set routeKey(value: string);
|
|
269
|
+
resetRouteKey(): void;
|
|
270
|
+
get routeKeyInput(): string;
|
|
271
|
+
private _serviceKey?;
|
|
272
|
+
get serviceKey(): string;
|
|
273
|
+
set serviceKey(value: string);
|
|
274
|
+
resetServiceKey(): void;
|
|
275
|
+
get serviceKeyInput(): string;
|
|
276
|
+
private _tags?;
|
|
277
|
+
get tags(): string;
|
|
278
|
+
set tags(value: string);
|
|
279
|
+
resetTags(): void;
|
|
280
|
+
get tagsInput(): string;
|
|
281
|
+
private _teams?;
|
|
282
|
+
get teams(): string;
|
|
283
|
+
set teams(value: string);
|
|
284
|
+
resetTeams(): void;
|
|
285
|
+
get teamsInput(): string;
|
|
286
|
+
private _url?;
|
|
287
|
+
get url(): string;
|
|
288
|
+
set url(value: string);
|
|
289
|
+
resetUrl(): void;
|
|
290
|
+
get urlInput(): string;
|
|
291
|
+
private _userId?;
|
|
292
|
+
get userId(): string;
|
|
293
|
+
set userId(value: string);
|
|
294
|
+
resetUserId(): void;
|
|
295
|
+
get userIdInput(): string;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel newrelic_alert_channel}
|
|
299
|
+
*/
|
|
300
|
+
export declare class AlertChannel extends cdktf.TerraformResource {
|
|
301
|
+
static readonly tfResourceType = "newrelic_alert_channel";
|
|
302
|
+
/**
|
|
303
|
+
* Generates CDKTF code for importing a AlertChannel resource upon running "cdktf plan <stack-name>"
|
|
304
|
+
* @param scope The scope in which to define this construct
|
|
305
|
+
* @param importToId The construct id used in the generated config for the AlertChannel to import
|
|
306
|
+
* @param importFromId The id of the existing AlertChannel that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel#import import section} in the documentation of this resource for the id to use
|
|
307
|
+
* @param provider? Optional instance of the provider where the AlertChannel to import is found
|
|
308
|
+
*/
|
|
309
|
+
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
310
|
+
/**
|
|
311
|
+
* Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.75.4/docs/resources/alert_channel newrelic_alert_channel} Resource
|
|
312
|
+
*
|
|
313
|
+
* @param scope The scope in which to define this construct
|
|
314
|
+
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
315
|
+
* @param options AlertChannelConfig
|
|
316
|
+
*/
|
|
317
|
+
constructor(scope: Construct, id: string, config: AlertChannelConfig);
|
|
318
|
+
private _accountId?;
|
|
319
|
+
get accountId(): number;
|
|
320
|
+
set accountId(value: number);
|
|
321
|
+
resetAccountId(): void;
|
|
322
|
+
get accountIdInput(): number;
|
|
323
|
+
private _id?;
|
|
324
|
+
get id(): string;
|
|
325
|
+
set id(value: string);
|
|
326
|
+
resetId(): void;
|
|
327
|
+
get idInput(): string;
|
|
328
|
+
private _name?;
|
|
329
|
+
get name(): string;
|
|
330
|
+
set name(value: string);
|
|
331
|
+
get nameInput(): string;
|
|
332
|
+
private _type?;
|
|
333
|
+
get type(): string;
|
|
334
|
+
set type(value: string);
|
|
335
|
+
get typeInput(): string;
|
|
336
|
+
private _config;
|
|
337
|
+
get config(): AlertChannelConfigAOutputReference;
|
|
338
|
+
putConfig(value: AlertChannelConfigA): void;
|
|
339
|
+
resetConfig(): void;
|
|
340
|
+
get configInput(): AlertChannelConfigA;
|
|
341
|
+
protected synthesizeAttributes(): {
|
|
342
|
+
[name: string]: any;
|
|
343
|
+
};
|
|
344
|
+
protected synthesizeHclAttributes(): {
|
|
345
|
+
[name: string]: any;
|
|
346
|
+
};
|
|
347
|
+
}
|