@cdktn/provider-newrelic 15.0.5 → 15.2.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.
Files changed (174) hide show
  1. package/.jsii +32021 -24172
  2. package/README.md +3 -3
  3. package/lib/account-management/index.d.ts +10 -10
  4. package/lib/account-management/index.js +9 -9
  5. package/lib/alert-channel/index.d.ts +30 -30
  6. package/lib/alert-channel/index.js +9 -9
  7. package/lib/alert-compound-condition/index.d.ts +17 -17
  8. package/lib/alert-compound-condition/index.js +13 -13
  9. package/lib/alert-condition/index.d.ts +23 -23
  10. package/lib/alert-condition/index.js +10 -10
  11. package/lib/alert-muting-rule/index.d.ts +23 -23
  12. package/lib/alert-muting-rule/index.js +16 -16
  13. package/lib/alert-policy/index.d.ts +8 -8
  14. package/lib/alert-policy/index.js +6 -6
  15. package/lib/alert-policy-channel/index.d.ts +9 -9
  16. package/lib/alert-policy-channel/index.js +9 -9
  17. package/lib/api-access-key/index.d.ts +10 -10
  18. package/lib/api-access-key/index.js +6 -6
  19. package/lib/application-settings/index.d.ts +27 -27
  20. package/lib/application-settings/index.js +21 -21
  21. package/lib/aws-connection/index.d.ts +326 -0
  22. package/lib/aws-connection/index.js +750 -0
  23. package/lib/browser-application/index.d.ts +12 -12
  24. package/lib/browser-application/index.js +9 -9
  25. package/lib/cardinality-management/index.d.ts +9 -9
  26. package/lib/cardinality-management/index.js +10 -10
  27. package/lib/cloud-aws-eu-sovereign-integrations/index.d.ts +14 -14
  28. package/lib/cloud-aws-eu-sovereign-integrations/index.js +15 -15
  29. package/lib/cloud-aws-eu-sovereign-link-account/index.d.ts +8 -8
  30. package/lib/cloud-aws-eu-sovereign-link-account/index.js +6 -6
  31. package/lib/cloud-aws-govcloud-integrations/index.d.ts +110 -110
  32. package/lib/cloud-aws-govcloud-integrations/index.js +66 -66
  33. package/lib/cloud-aws-govcloud-link-account/index.d.ts +8 -8
  34. package/lib/cloud-aws-govcloud-link-account/index.js +6 -6
  35. package/lib/cloud-aws-integrations/index.d.ts +234 -234
  36. package/lib/cloud-aws-integrations/index.js +168 -168
  37. package/lib/cloud-aws-link-account/index.d.ts +8 -8
  38. package/lib/cloud-aws-link-account/index.js +6 -6
  39. package/lib/cloud-azure-integrations/index.d.ts +109 -109
  40. package/lib/cloud-azure-integrations/index.js +105 -105
  41. package/lib/cloud-azure-link-account/index.d.ts +10 -10
  42. package/lib/cloud-azure-link-account/index.js +6 -6
  43. package/lib/cloud-gcp-integrations/index.d.ts +62 -62
  44. package/lib/cloud-gcp-integrations/index.js +84 -84
  45. package/lib/cloud-gcp-link-account/index.d.ts +7 -7
  46. package/lib/cloud-gcp-link-account/index.js +6 -6
  47. package/lib/cloud-oci-link-account/index.d.ts +40 -18
  48. package/lib/cloud-oci-link-account/index.js +48 -6
  49. package/lib/data-newrelic-account/index.d.ts +7 -7
  50. package/lib/data-newrelic-account/index.js +6 -6
  51. package/lib/data-newrelic-alert-channel/index.d.ts +6 -6
  52. package/lib/data-newrelic-alert-channel/index.js +10 -10
  53. package/lib/data-newrelic-alert-policy/index.d.ts +7 -7
  54. package/lib/data-newrelic-alert-policy/index.js +6 -6
  55. package/lib/data-newrelic-application/index.d.ts +5 -5
  56. package/lib/data-newrelic-application/index.js +6 -6
  57. package/lib/data-newrelic-authentication-domain/index.d.ts +4 -4
  58. package/lib/data-newrelic-authentication-domain/index.js +6 -6
  59. package/lib/data-newrelic-cloud-account/index.d.ts +7 -7
  60. package/lib/data-newrelic-cloud-account/index.js +6 -6
  61. package/lib/data-newrelic-entity/index.d.ts +14 -14
  62. package/lib/data-newrelic-entity/index.js +10 -10
  63. package/lib/data-newrelic-fleet-configuration/index.d.ts +8 -8
  64. package/lib/data-newrelic-fleet-configuration/index.js +6 -6
  65. package/lib/data-newrelic-fleet-members/index.d.ts +6 -6
  66. package/lib/data-newrelic-fleet-members/index.js +10 -10
  67. package/lib/data-newrelic-group/index.d.ts +5 -5
  68. package/lib/data-newrelic-group/index.js +6 -6
  69. package/lib/data-newrelic-key-transaction/index.d.ts +7 -7
  70. package/lib/data-newrelic-key-transaction/index.js +6 -6
  71. package/lib/data-newrelic-notification-destination/index.d.ts +12 -12
  72. package/lib/data-newrelic-notification-destination/index.js +17 -17
  73. package/lib/data-newrelic-obfuscation-expression/index.d.ts +6 -6
  74. package/lib/data-newrelic-obfuscation-expression/index.js +6 -6
  75. package/lib/data-newrelic-service-level-alert-helper/index.d.ts +11 -11
  76. package/lib/data-newrelic-service-level-alert-helper/index.js +6 -6
  77. package/lib/data-newrelic-synthetics-private-location/index.d.ts +7 -7
  78. package/lib/data-newrelic-synthetics-private-location/index.js +6 -6
  79. package/lib/data-newrelic-synthetics-secure-credential/index.d.ts +6 -6
  80. package/lib/data-newrelic-synthetics-secure-credential/index.js +6 -6
  81. package/lib/data-newrelic-test-grok-pattern/index.d.ts +7 -7
  82. package/lib/data-newrelic-test-grok-pattern/index.js +14 -14
  83. package/lib/data-newrelic-user/index.d.ts +6 -6
  84. package/lib/data-newrelic-user/index.js +6 -6
  85. package/lib/data-partition-rule/index.d.ts +12 -12
  86. package/lib/data-partition-rule/index.js +9 -9
  87. package/lib/entity-tags/index.d.ts +10 -10
  88. package/lib/entity-tags/index.js +13 -13
  89. package/lib/events-to-metrics-rule/index.d.ts +9 -9
  90. package/lib/events-to-metrics-rule/index.js +6 -6
  91. package/lib/federated-logs-partition/index.d.ts +418 -0
  92. package/lib/federated-logs-partition/index.js +1046 -0
  93. package/lib/federated-logs-setup/index.d.ts +550 -0
  94. package/lib/federated-logs-setup/index.js +1414 -0
  95. package/lib/fleet/index.d.ts +10 -10
  96. package/lib/fleet/index.js +6 -6
  97. package/lib/fleet-configuration/index.d.ts +11 -11
  98. package/lib/fleet-configuration/index.js +10 -10
  99. package/lib/fleet-deployment/index.d.ts +13 -13
  100. package/lib/fleet-deployment/index.js +10 -10
  101. package/lib/fleet-members/index.d.ts +8 -8
  102. package/lib/fleet-members/index.js +10 -10
  103. package/lib/group/index.d.ts +7 -7
  104. package/lib/group/index.js +6 -6
  105. package/lib/index.d.ts +3 -0
  106. package/lib/index.js +6 -3
  107. package/lib/infra-alert-condition/index.d.ts +25 -25
  108. package/lib/infra-alert-condition/index.js +12 -12
  109. package/lib/insights-event/index.d.ts +11 -11
  110. package/lib/insights-event/index.js +14 -14
  111. package/lib/key-transaction/index.d.ts +9 -9
  112. package/lib/key-transaction/index.js +6 -6
  113. package/lib/lazy-index.js +4 -1
  114. package/lib/log-parsing-rule/index.d.ts +12 -12
  115. package/lib/log-parsing-rule/index.js +6 -6
  116. package/lib/metric-pruning-rule/index.d.ts +7 -7
  117. package/lib/metric-pruning-rule/index.js +6 -6
  118. package/lib/monitor-downtime/index.d.ts +20 -20
  119. package/lib/monitor-downtime/index.js +15 -15
  120. package/lib/notification-channel/index.d.ts +18 -18
  121. package/lib/notification-channel/index.js +13 -13
  122. package/lib/notification-destination/index.d.ts +31 -31
  123. package/lib/notification-destination/index.js +29 -29
  124. package/lib/nrql-alert-condition/index.d.ts +75 -75
  125. package/lib/nrql-alert-condition/index.js +37 -37
  126. package/lib/nrql-drop-rule/index.d.ts +10 -10
  127. package/lib/nrql-drop-rule/index.js +9 -9
  128. package/lib/obfuscation-expression/index.d.ts +8 -8
  129. package/lib/obfuscation-expression/index.js +6 -6
  130. package/lib/obfuscation-rule/index.d.ts +13 -13
  131. package/lib/obfuscation-rule/index.js +10 -10
  132. package/lib/one-dashboard/index-structs/structs0.d.ts +364 -364
  133. package/lib/one-dashboard/index-structs/structs0.js +401 -401
  134. package/lib/one-dashboard/index-structs/structs400.d.ts +286 -286
  135. package/lib/one-dashboard/index-structs/structs400.js +278 -278
  136. package/lib/one-dashboard/index.d.ts +10 -10
  137. package/lib/one-dashboard/index.js +6 -6
  138. package/lib/one-dashboard-json/index.d.ts +9 -9
  139. package/lib/one-dashboard-json/index.js +9 -9
  140. package/lib/one-dashboard-raw/index.d.ts +20 -20
  141. package/lib/one-dashboard-raw/index.js +14 -14
  142. package/lib/pipeline-cloud-rule/index.d.ts +8 -8
  143. package/lib/pipeline-cloud-rule/index.js +6 -6
  144. package/lib/provider/index.d.ts +17 -17
  145. package/lib/provider/index.js +6 -6
  146. package/lib/service-level/index.d.ts +38 -38
  147. package/lib/service-level/index.js +36 -36
  148. package/lib/synthetics-alert-condition/index.d.ts +9 -9
  149. package/lib/synthetics-alert-condition/index.js +6 -6
  150. package/lib/synthetics-broken-links-monitor/index.d.ts +17 -17
  151. package/lib/synthetics-broken-links-monitor/index.js +10 -10
  152. package/lib/synthetics-cert-check-monitor/index.d.ts +18 -18
  153. package/lib/synthetics-cert-check-monitor/index.js +10 -10
  154. package/lib/synthetics-monitor/index.d.ts +31 -31
  155. package/lib/synthetics-monitor/index.js +14 -14
  156. package/lib/synthetics-multilocation-alert-condition/index.d.ts +14 -14
  157. package/lib/synthetics-multilocation-alert-condition/index.js +12 -12
  158. package/lib/synthetics-private-location/index.d.ts +9 -9
  159. package/lib/synthetics-private-location/index.js +6 -6
  160. package/lib/synthetics-script-monitor/index.d.ts +26 -26
  161. package/lib/synthetics-script-monitor/index.js +14 -14
  162. package/lib/synthetics-secure-credential/index.d.ts +11 -11
  163. package/lib/synthetics-secure-credential/index.js +9 -9
  164. package/lib/synthetics-step-monitor/index.d.ts +25 -25
  165. package/lib/synthetics-step-monitor/index.js +18 -18
  166. package/lib/user/index.d.ts +8 -8
  167. package/lib/user/index.js +6 -6
  168. package/lib/workflow/index.d.ts +26 -26
  169. package/lib/workflow/index.js +28 -28
  170. package/lib/workflow-automation/index.d.ts +8 -8
  171. package/lib/workflow-automation/index.js +6 -6
  172. package/lib/workload/index.d.ts +32 -32
  173. package/lib/workload/index.js +33 -33
  174. package/package.json +6 -6
@@ -0,0 +1,326 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2026
3
+ * SPDX-License-Identifier: MPL-2.0
4
+ */
5
+ import { Construct } from 'constructs';
6
+ import * as cdktn from 'cdktn';
7
+ export interface AwsConnectionConfig extends cdktn.TerraformMetaArguments {
8
+ /**
9
+ * The account ID where the AWS connection will be created. Used when scope_type is ACCOUNT.
10
+ *
11
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#account_id AwsConnection#account_id}
12
+ */
13
+ readonly accountId?: number;
14
+ /**
15
+ * The description of the AWS connection.
16
+ *
17
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#description AwsConnection#description}
18
+ */
19
+ readonly description?: string;
20
+ /**
21
+ * Flag to indicate if the connection is enabled. True by default.
22
+ *
23
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#enabled AwsConnection#enabled}
24
+ */
25
+ readonly enabled?: boolean | cdktn.IResolvable;
26
+ /**
27
+ * Optional field representing an identifier managed by the consumer.
28
+ *
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#external_id AwsConnection#external_id}
30
+ */
31
+ readonly externalId?: string;
32
+ /**
33
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#id AwsConnection#id}
34
+ *
35
+ * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
36
+ * 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.
37
+ */
38
+ readonly id?: string;
39
+ /**
40
+ * The name of the AWS connection.
41
+ *
42
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#name AwsConnection#name}
43
+ */
44
+ readonly name: string;
45
+ /**
46
+ * Default region for this connection.
47
+ *
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#region AwsConnection#region}
49
+ */
50
+ readonly region?: string;
51
+ /**
52
+ * The scope ID (account ID or organization ID) for the AWS connection.
53
+ *
54
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#scope_id AwsConnection#scope_id}
55
+ */
56
+ readonly scopeId?: string;
57
+ /**
58
+ * The scope type for the AWS connection. Valid values are ACCOUNT and ORGANIZATION.
59
+ *
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#scope_type AwsConnection#scope_type}
61
+ */
62
+ readonly scopeType?: string;
63
+ /**
64
+ * credential block
65
+ *
66
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#credential AwsConnection#credential}
67
+ */
68
+ readonly credential: AwsConnectionCredential;
69
+ /**
70
+ * settings block
71
+ *
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#settings AwsConnection#settings}
73
+ */
74
+ readonly settings?: AwsConnectionSettings[] | cdktn.IResolvable;
75
+ /**
76
+ * tag block
77
+ *
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#tag AwsConnection#tag}
79
+ */
80
+ readonly tag?: AwsConnectionTag[] | cdktn.IResolvable;
81
+ }
82
+ export interface AwsConnectionCredentialAssumeRole {
83
+ /**
84
+ * External ID supplied by New Relic during AssumeRole.
85
+ *
86
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#external_id AwsConnection#external_id}
87
+ */
88
+ readonly externalId?: string;
89
+ /**
90
+ * ARN of the IAM role New Relic should assume.
91
+ *
92
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#role_arn AwsConnection#role_arn}
93
+ */
94
+ readonly roleArn: string;
95
+ }
96
+ export declare function awsConnectionCredentialAssumeRoleToTerraform(struct?: AwsConnectionCredentialAssumeRoleOutputReference | AwsConnectionCredentialAssumeRole): any;
97
+ export declare function awsConnectionCredentialAssumeRoleToHclTerraform(struct?: AwsConnectionCredentialAssumeRoleOutputReference | AwsConnectionCredentialAssumeRole): any;
98
+ export declare class AwsConnectionCredentialAssumeRoleOutputReference extends cdktn.ComplexObject {
99
+ private isEmptyObject;
100
+ /**
101
+ * @param terraformResource The parent resource
102
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
103
+ */
104
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
105
+ get internalValue(): AwsConnectionCredentialAssumeRole | undefined;
106
+ set internalValue(value: AwsConnectionCredentialAssumeRole | undefined);
107
+ private _externalId?;
108
+ get externalId(): string;
109
+ set externalId(value: string);
110
+ resetExternalId(): void;
111
+ get externalIdInput(): string | undefined;
112
+ private _roleArn?;
113
+ get roleArn(): string;
114
+ set roleArn(value: string);
115
+ get roleArnInput(): string | undefined;
116
+ }
117
+ export interface AwsConnectionCredential {
118
+ /**
119
+ * assume_role block
120
+ *
121
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#assume_role AwsConnection#assume_role}
122
+ */
123
+ readonly assumeRole: AwsConnectionCredentialAssumeRole;
124
+ }
125
+ export declare function awsConnectionCredentialToTerraform(struct?: AwsConnectionCredentialOutputReference | AwsConnectionCredential): any;
126
+ export declare function awsConnectionCredentialToHclTerraform(struct?: AwsConnectionCredentialOutputReference | AwsConnectionCredential): any;
127
+ export declare class AwsConnectionCredentialOutputReference extends cdktn.ComplexObject {
128
+ private isEmptyObject;
129
+ /**
130
+ * @param terraformResource The parent resource
131
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
132
+ */
133
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string);
134
+ get internalValue(): AwsConnectionCredential | undefined;
135
+ set internalValue(value: AwsConnectionCredential | undefined);
136
+ private _assumeRole;
137
+ get assumeRole(): AwsConnectionCredentialAssumeRoleOutputReference;
138
+ putAssumeRole(value: AwsConnectionCredentialAssumeRole): void;
139
+ get assumeRoleInput(): AwsConnectionCredentialAssumeRole | undefined;
140
+ }
141
+ export interface AwsConnectionSettings {
142
+ /**
143
+ * The key or name of the setting.
144
+ *
145
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#key AwsConnection#key}
146
+ */
147
+ readonly key: string;
148
+ /**
149
+ * The value of the setting.
150
+ *
151
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#value AwsConnection#value}
152
+ */
153
+ readonly value: string;
154
+ }
155
+ export declare function awsConnectionSettingsToTerraform(struct?: AwsConnectionSettings | cdktn.IResolvable): any;
156
+ export declare function awsConnectionSettingsToHclTerraform(struct?: AwsConnectionSettings | cdktn.IResolvable): any;
157
+ export declare class AwsConnectionSettingsOutputReference extends cdktn.ComplexObject {
158
+ private isEmptyObject;
159
+ private resolvableValue?;
160
+ /**
161
+ * @param terraformResource The parent resource
162
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
163
+ * @param complexObjectIndex the index of this item in the list
164
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
165
+ */
166
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
167
+ get internalValue(): AwsConnectionSettings | cdktn.IResolvable | undefined;
168
+ set internalValue(value: AwsConnectionSettings | cdktn.IResolvable | undefined);
169
+ private _key?;
170
+ get key(): string;
171
+ set key(value: string);
172
+ get keyInput(): string | undefined;
173
+ private _value?;
174
+ get value(): string;
175
+ set value(value: string);
176
+ get valueInput(): string | undefined;
177
+ }
178
+ export declare class AwsConnectionSettingsList extends cdktn.ComplexList {
179
+ internalValue?: AwsConnectionSettings[] | cdktn.IResolvable;
180
+ /**
181
+ * @param terraformResource The parent resource
182
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
183
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
184
+ */
185
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
186
+ /**
187
+ * @param index the index of the item to return
188
+ */
189
+ get(index: number): AwsConnectionSettingsOutputReference;
190
+ }
191
+ export interface AwsConnectionTag {
192
+ /**
193
+ * The tag key.
194
+ *
195
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#key AwsConnection#key}
196
+ */
197
+ readonly key: string;
198
+ /**
199
+ * The tag values.
200
+ *
201
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#values AwsConnection#values}
202
+ */
203
+ readonly values: string[];
204
+ }
205
+ export declare function awsConnectionTagToTerraform(struct?: AwsConnectionTag | cdktn.IResolvable): any;
206
+ export declare function awsConnectionTagToHclTerraform(struct?: AwsConnectionTag | cdktn.IResolvable): any;
207
+ export declare class AwsConnectionTagOutputReference extends cdktn.ComplexObject {
208
+ private isEmptyObject;
209
+ private resolvableValue?;
210
+ /**
211
+ * @param terraformResource The parent resource
212
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
213
+ * @param complexObjectIndex the index of this item in the list
214
+ * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
215
+ */
216
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
217
+ get internalValue(): AwsConnectionTag | cdktn.IResolvable | undefined;
218
+ set internalValue(value: AwsConnectionTag | cdktn.IResolvable | undefined);
219
+ private _key?;
220
+ get key(): string;
221
+ set key(value: string);
222
+ get keyInput(): string | undefined;
223
+ private _values?;
224
+ get values(): string[];
225
+ set values(value: string[]);
226
+ get valuesInput(): string[] | undefined;
227
+ }
228
+ export declare class AwsConnectionTagList extends cdktn.ComplexList {
229
+ internalValue?: AwsConnectionTag[] | cdktn.IResolvable;
230
+ /**
231
+ * @param terraformResource The parent resource
232
+ * @param terraformAttribute The attribute on the parent resource this class is referencing
233
+ * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
234
+ */
235
+ constructor(terraformResource: cdktn.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
236
+ /**
237
+ * @param index the index of the item to return
238
+ */
239
+ get(index: number): AwsConnectionTagOutputReference;
240
+ }
241
+ /**
242
+ * Represents a {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection newrelic_aws_connection}
243
+ */
244
+ export declare class AwsConnection extends cdktn.TerraformResource {
245
+ static readonly tfResourceType = "newrelic_aws_connection";
246
+ /**
247
+ * Generates CDKTN code for importing a AwsConnection resource upon running "cdktn plan <stack-name>"
248
+ * @param scope The scope in which to define this construct
249
+ * @param importToId The construct id used in the generated config for the AwsConnection to import
250
+ * @param importFromId The id of the existing AwsConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection#import import section} in the documentation of this resource for the id to use
251
+ * @param provider? Optional instance of the provider where the AwsConnection to import is found
252
+ */
253
+ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktn.TerraformProvider): cdktn.ImportableResource;
254
+ /**
255
+ * Create a new {@link https://registry.terraform.io/providers/newrelic/newrelic/3.92.0/docs/resources/aws_connection newrelic_aws_connection} Resource
256
+ *
257
+ * @param scope The scope in which to define this construct
258
+ * @param id The scoped construct ID. Must be unique amongst siblings in the same scope
259
+ * @param options AwsConnectionConfig
260
+ */
261
+ constructor(scope: Construct, id: string, config: AwsConnectionConfig);
262
+ private _accountId?;
263
+ get accountId(): number;
264
+ set accountId(value: number);
265
+ resetAccountId(): void;
266
+ get accountIdInput(): number | undefined;
267
+ private _description?;
268
+ get description(): string;
269
+ set description(value: string);
270
+ resetDescription(): void;
271
+ get descriptionInput(): string | undefined;
272
+ private _enabled?;
273
+ get enabled(): boolean | cdktn.IResolvable;
274
+ set enabled(value: boolean | cdktn.IResolvable);
275
+ resetEnabled(): void;
276
+ get enabledInput(): boolean | cdktn.IResolvable | undefined;
277
+ private _externalId?;
278
+ get externalId(): string;
279
+ set externalId(value: string);
280
+ resetExternalId(): void;
281
+ get externalIdInput(): string | undefined;
282
+ private _id?;
283
+ get id(): string;
284
+ set id(value: string);
285
+ resetId(): void;
286
+ get idInput(): string | undefined;
287
+ private _name?;
288
+ get name(): string;
289
+ set name(value: string);
290
+ get nameInput(): string | undefined;
291
+ private _region?;
292
+ get region(): string;
293
+ set region(value: string);
294
+ resetRegion(): void;
295
+ get regionInput(): string | undefined;
296
+ private _scopeId?;
297
+ get scopeId(): string;
298
+ set scopeId(value: string);
299
+ resetScopeId(): void;
300
+ get scopeIdInput(): string | undefined;
301
+ private _scopeType?;
302
+ get scopeType(): string;
303
+ set scopeType(value: string);
304
+ resetScopeType(): void;
305
+ get scopeTypeInput(): string | undefined;
306
+ private _credential;
307
+ get credential(): AwsConnectionCredentialOutputReference;
308
+ putCredential(value: AwsConnectionCredential): void;
309
+ get credentialInput(): AwsConnectionCredential | undefined;
310
+ private _settings;
311
+ get settings(): AwsConnectionSettingsList;
312
+ putSettings(value: AwsConnectionSettings[] | cdktn.IResolvable): void;
313
+ resetSettings(): void;
314
+ get settingsInput(): cdktn.IResolvable | AwsConnectionSettings[] | undefined;
315
+ private _tag;
316
+ get tag(): AwsConnectionTagList;
317
+ putTag(value: AwsConnectionTag[] | cdktn.IResolvable): void;
318
+ resetTag(): void;
319
+ get tagInput(): cdktn.IResolvable | AwsConnectionTag[] | undefined;
320
+ protected synthesizeAttributes(): {
321
+ [name: string]: any;
322
+ };
323
+ protected synthesizeHclAttributes(): {
324
+ [name: string]: any;
325
+ };
326
+ }