@pulumi/aws 5.12.1 → 5.13.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/accessanalyzer/archiveRule.d.ts +1 -1
- package/accessanalyzer/archiveRule.js +1 -1
- package/ec2/getNetworkInsightsAnalysis.d.ts +112 -0
- package/ec2/getNetworkInsightsAnalysis.js +39 -0
- package/ec2/getNetworkInsightsAnalysis.js.map +1 -0
- package/ec2/getNetworkInsightsPath.d.ts +101 -0
- package/ec2/getNetworkInsightsPath.js +39 -0
- package/ec2/getNetworkInsightsPath.js.map +1 -0
- package/ec2/index.d.ts +3 -0
- package/ec2/index.js +7 -0
- package/ec2/index.js.map +1 -1
- package/ec2/launchConfiguration.d.ts +12 -0
- package/ec2/launchConfiguration.js.map +1 -1
- package/ec2/networkInsightsAnalysis.d.ts +214 -0
- package/ec2/networkInsightsAnalysis.js +105 -0
- package/ec2/networkInsightsAnalysis.js.map +1 -0
- package/ec2/vpc.d.ts +12 -0
- package/ec2/vpc.js.map +1 -1
- package/ec2transitgateway/getAttachment.d.ts +110 -0
- package/ec2transitgateway/getAttachment.js +48 -0
- package/ec2transitgateway/getAttachment.js.map +1 -0
- package/ec2transitgateway/index.d.ts +3 -0
- package/ec2transitgateway/index.js +11 -0
- package/ec2transitgateway/index.js.map +1 -1
- package/ec2transitgateway/policyTable.d.ts +107 -0
- package/ec2transitgateway/policyTable.js +85 -0
- package/ec2transitgateway/policyTable.js.map +1 -0
- package/ec2transitgateway/policyTableAssociation.d.ts +99 -0
- package/ec2transitgateway/policyTableAssociation.js +84 -0
- package/ec2transitgateway/policyTableAssociation.js.map +1 -0
- package/elasticache/cluster.d.ts +6 -0
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/securityGroup.d.ts +0 -7
- package/elasticache/securityGroup.js +0 -7
- package/elasticache/securityGroup.js.map +1 -1
- package/grafana/index.d.ts +1 -0
- package/grafana/index.js +5 -0
- package/grafana/index.js.map +1 -1
- package/grafana/workspaceApiKey.d.ts +110 -0
- package/grafana/workspaceApiKey.js +87 -0
- package/grafana/workspaceApiKey.js.map +1 -0
- package/kendra/index_.d.ts +474 -16
- package/kendra/index_.js +455 -1
- package/kendra/index_.js.map +1 -1
- package/location/getTrackerAssociation.d.ts +56 -0
- package/location/getTrackerAssociation.js +39 -0
- package/location/getTrackerAssociation.js.map +1 -0
- package/location/index.d.ts +1 -0
- package/location/index.js +1 -0
- package/location/index.js.map +1 -1
- package/networkmanager/index.d.ts +2 -0
- package/networkmanager/index.js +10 -0
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/transitGatewayPeering.d.ts +157 -0
- package/networkmanager/transitGatewayPeering.js +98 -0
- package/networkmanager/transitGatewayPeering.js.map +1 -0
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +181 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +104 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -0
- package/networkmanager/vpcAttachment.d.ts +1 -1
- package/networkmanager/vpcAttachment.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/getInstance.d.ts +4 -0
- package/rds/getInstance.js.map +1 -1
- package/rds/getOrderableDbInstance.d.ts +4 -0
- package/rds/getOrderableDbInstance.js.map +1 -1
- package/rds/getSubnetGroup.d.ts +5 -1
- package/rds/getSubnetGroup.js.map +1 -1
- package/rds/instance.d.ts +18 -0
- package/rds/instance.js +2 -0
- package/rds/instance.js.map +1 -1
- package/rds/securityGroup.d.ts +0 -5
- package/rds/securityGroup.js +0 -5
- package/rds/securityGroup.js.map +1 -1
- package/rds/subnetGroup.d.ts +8 -0
- package/rds/subnetGroup.js +2 -0
- package/rds/subnetGroup.js.map +1 -1
- package/redshift/cluster.d.ts +6 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/securityGroup.d.ts +0 -2
- package/redshift/securityGroup.js +0 -2
- package/redshift/securityGroup.js.map +1 -1
- package/redshiftserverless/index.d.ts +1 -0
- package/redshiftserverless/index.js +5 -0
- package/redshiftserverless/index.js.map +1 -1
- package/redshiftserverless/namespace.d.ts +2 -2
- package/redshiftserverless/namespace.js +1 -1
- package/redshiftserverless/workgroup.d.ts +181 -0
- package/redshiftserverless/workgroup.js +100 -0
- package/redshiftserverless/workgroup.js.map +1 -0
- package/route53/record.d.ts +5 -3
- package/route53/record.js +2 -0
- package/route53/record.js.map +1 -1
- package/types/input.d.ts +994 -133
- package/types/output.d.ts +2277 -687
package/kendra/index_.d.ts
CHANGED
|
@@ -47,6 +47,460 @@ import { input as inputs, output as outputs } from "../types";
|
|
|
47
47
|
* },
|
|
48
48
|
* });
|
|
49
49
|
* ```
|
|
50
|
+
* ### With Document Metadata Configuration Updates
|
|
51
|
+
* ### Specifying the predefined elements
|
|
52
|
+
*
|
|
53
|
+
* ```typescript
|
|
54
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
55
|
+
* import * as aws from "@pulumi/aws";
|
|
56
|
+
*
|
|
57
|
+
* const example = new aws.kendra.Index("example", {
|
|
58
|
+
* roleArn: aws_iam_role["this"].arn,
|
|
59
|
+
* documentMetadataConfigurationUpdates: [
|
|
60
|
+
* {
|
|
61
|
+
* name: "_authors",
|
|
62
|
+
* type: "STRING_LIST_VALUE",
|
|
63
|
+
* search: {
|
|
64
|
+
* displayable: false,
|
|
65
|
+
* facetable: false,
|
|
66
|
+
* searchable: false,
|
|
67
|
+
* sortable: false,
|
|
68
|
+
* },
|
|
69
|
+
* relevance: {
|
|
70
|
+
* importance: 1,
|
|
71
|
+
* },
|
|
72
|
+
* },
|
|
73
|
+
* {
|
|
74
|
+
* name: "_category",
|
|
75
|
+
* type: "STRING_VALUE",
|
|
76
|
+
* search: {
|
|
77
|
+
* displayable: false,
|
|
78
|
+
* facetable: false,
|
|
79
|
+
* searchable: false,
|
|
80
|
+
* sortable: true,
|
|
81
|
+
* },
|
|
82
|
+
* relevance: {
|
|
83
|
+
* importance: 1,
|
|
84
|
+
* valuesImportanceMap: {},
|
|
85
|
+
* },
|
|
86
|
+
* },
|
|
87
|
+
* {
|
|
88
|
+
* name: "_created_at",
|
|
89
|
+
* type: "DATE_VALUE",
|
|
90
|
+
* search: {
|
|
91
|
+
* displayable: false,
|
|
92
|
+
* facetable: false,
|
|
93
|
+
* searchable: false,
|
|
94
|
+
* sortable: true,
|
|
95
|
+
* },
|
|
96
|
+
* relevance: {
|
|
97
|
+
* freshness: false,
|
|
98
|
+
* importance: 1,
|
|
99
|
+
* duration: "25920000s",
|
|
100
|
+
* rankOrder: "ASCENDING",
|
|
101
|
+
* },
|
|
102
|
+
* },
|
|
103
|
+
* {
|
|
104
|
+
* name: "_data_source_id",
|
|
105
|
+
* type: "STRING_VALUE",
|
|
106
|
+
* search: {
|
|
107
|
+
* displayable: false,
|
|
108
|
+
* facetable: false,
|
|
109
|
+
* searchable: false,
|
|
110
|
+
* sortable: true,
|
|
111
|
+
* },
|
|
112
|
+
* relevance: {
|
|
113
|
+
* importance: 1,
|
|
114
|
+
* valuesImportanceMap: {},
|
|
115
|
+
* },
|
|
116
|
+
* },
|
|
117
|
+
* {
|
|
118
|
+
* name: "_document_title",
|
|
119
|
+
* type: "STRING_VALUE",
|
|
120
|
+
* search: {
|
|
121
|
+
* displayable: true,
|
|
122
|
+
* facetable: false,
|
|
123
|
+
* searchable: true,
|
|
124
|
+
* sortable: true,
|
|
125
|
+
* },
|
|
126
|
+
* relevance: {
|
|
127
|
+
* importance: 2,
|
|
128
|
+
* valuesImportanceMap: {},
|
|
129
|
+
* },
|
|
130
|
+
* },
|
|
131
|
+
* {
|
|
132
|
+
* name: "_excerpt_page_number",
|
|
133
|
+
* type: "LONG_VALUE",
|
|
134
|
+
* search: {
|
|
135
|
+
* displayable: false,
|
|
136
|
+
* facetable: false,
|
|
137
|
+
* searchable: false,
|
|
138
|
+
* sortable: false,
|
|
139
|
+
* },
|
|
140
|
+
* relevance: {
|
|
141
|
+
* importance: 2,
|
|
142
|
+
* rankOrder: "ASCENDING",
|
|
143
|
+
* },
|
|
144
|
+
* },
|
|
145
|
+
* {
|
|
146
|
+
* name: "_faq_id",
|
|
147
|
+
* type: "STRING_VALUE",
|
|
148
|
+
* search: {
|
|
149
|
+
* displayable: false,
|
|
150
|
+
* facetable: false,
|
|
151
|
+
* searchable: false,
|
|
152
|
+
* sortable: true,
|
|
153
|
+
* },
|
|
154
|
+
* relevance: {
|
|
155
|
+
* importance: 1,
|
|
156
|
+
* valuesImportanceMap: {},
|
|
157
|
+
* },
|
|
158
|
+
* },
|
|
159
|
+
* {
|
|
160
|
+
* name: "_file_type",
|
|
161
|
+
* type: "STRING_VALUE",
|
|
162
|
+
* search: {
|
|
163
|
+
* displayable: false,
|
|
164
|
+
* facetable: false,
|
|
165
|
+
* searchable: false,
|
|
166
|
+
* sortable: true,
|
|
167
|
+
* },
|
|
168
|
+
* relevance: {
|
|
169
|
+
* importance: 1,
|
|
170
|
+
* valuesImportanceMap: {},
|
|
171
|
+
* },
|
|
172
|
+
* },
|
|
173
|
+
* {
|
|
174
|
+
* name: "_language_code",
|
|
175
|
+
* type: "STRING_VALUE",
|
|
176
|
+
* search: {
|
|
177
|
+
* displayable: false,
|
|
178
|
+
* facetable: false,
|
|
179
|
+
* searchable: false,
|
|
180
|
+
* sortable: true,
|
|
181
|
+
* },
|
|
182
|
+
* relevance: {
|
|
183
|
+
* importance: 1,
|
|
184
|
+
* valuesImportanceMap: {},
|
|
185
|
+
* },
|
|
186
|
+
* },
|
|
187
|
+
* {
|
|
188
|
+
* name: "_last_updated_at",
|
|
189
|
+
* type: "DATE_VALUE",
|
|
190
|
+
* search: {
|
|
191
|
+
* displayable: false,
|
|
192
|
+
* facetable: false,
|
|
193
|
+
* searchable: false,
|
|
194
|
+
* sortable: true,
|
|
195
|
+
* },
|
|
196
|
+
* relevance: {
|
|
197
|
+
* freshness: false,
|
|
198
|
+
* importance: 1,
|
|
199
|
+
* duration: "25920000s",
|
|
200
|
+
* rankOrder: "ASCENDING",
|
|
201
|
+
* },
|
|
202
|
+
* },
|
|
203
|
+
* {
|
|
204
|
+
* name: "_source_uri",
|
|
205
|
+
* type: "STRING_VALUE",
|
|
206
|
+
* search: {
|
|
207
|
+
* displayable: true,
|
|
208
|
+
* facetable: false,
|
|
209
|
+
* searchable: false,
|
|
210
|
+
* sortable: false,
|
|
211
|
+
* },
|
|
212
|
+
* relevance: {
|
|
213
|
+
* importance: 1,
|
|
214
|
+
* valuesImportanceMap: {},
|
|
215
|
+
* },
|
|
216
|
+
* },
|
|
217
|
+
* {
|
|
218
|
+
* name: "_version",
|
|
219
|
+
* type: "STRING_VALUE",
|
|
220
|
+
* search: {
|
|
221
|
+
* displayable: false,
|
|
222
|
+
* facetable: false,
|
|
223
|
+
* searchable: false,
|
|
224
|
+
* sortable: true,
|
|
225
|
+
* },
|
|
226
|
+
* relevance: {
|
|
227
|
+
* importance: 1,
|
|
228
|
+
* valuesImportanceMap: {},
|
|
229
|
+
* },
|
|
230
|
+
* },
|
|
231
|
+
* {
|
|
232
|
+
* name: "_view_count",
|
|
233
|
+
* type: "LONG_VALUE",
|
|
234
|
+
* search: {
|
|
235
|
+
* displayable: false,
|
|
236
|
+
* facetable: false,
|
|
237
|
+
* searchable: false,
|
|
238
|
+
* sortable: true,
|
|
239
|
+
* },
|
|
240
|
+
* relevance: {
|
|
241
|
+
* importance: 1,
|
|
242
|
+
* rankOrder: "ASCENDING",
|
|
243
|
+
* },
|
|
244
|
+
* },
|
|
245
|
+
* ],
|
|
246
|
+
* });
|
|
247
|
+
* ```
|
|
248
|
+
* ### Appending additional elements
|
|
249
|
+
*
|
|
250
|
+
* The example below shows additional elements with names, `example-string-value`, `example-long-value`, `example-string-list-value`, `example-date-value` representing the 4 types of `STRING_VALUE`, `LONG_VALUE`, `STRING_LIST_VALUE`, `DATE_VALUE` respectively.
|
|
251
|
+
*
|
|
252
|
+
* ```typescript
|
|
253
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
254
|
+
* import * as aws from "@pulumi/aws";
|
|
255
|
+
*
|
|
256
|
+
* const example = new aws.kendra.Index("example", {
|
|
257
|
+
* roleArn: aws_iam_role["this"].arn,
|
|
258
|
+
* documentMetadataConfigurationUpdates: [
|
|
259
|
+
* {
|
|
260
|
+
* name: "_authors",
|
|
261
|
+
* type: "STRING_LIST_VALUE",
|
|
262
|
+
* search: {
|
|
263
|
+
* displayable: false,
|
|
264
|
+
* facetable: false,
|
|
265
|
+
* searchable: false,
|
|
266
|
+
* sortable: false,
|
|
267
|
+
* },
|
|
268
|
+
* relevance: {
|
|
269
|
+
* importance: 1,
|
|
270
|
+
* },
|
|
271
|
+
* },
|
|
272
|
+
* {
|
|
273
|
+
* name: "_category",
|
|
274
|
+
* type: "STRING_VALUE",
|
|
275
|
+
* search: {
|
|
276
|
+
* displayable: false,
|
|
277
|
+
* facetable: false,
|
|
278
|
+
* searchable: false,
|
|
279
|
+
* sortable: true,
|
|
280
|
+
* },
|
|
281
|
+
* relevance: {
|
|
282
|
+
* importance: 1,
|
|
283
|
+
* valuesImportanceMap: {},
|
|
284
|
+
* },
|
|
285
|
+
* },
|
|
286
|
+
* {
|
|
287
|
+
* name: "_created_at",
|
|
288
|
+
* type: "DATE_VALUE",
|
|
289
|
+
* search: {
|
|
290
|
+
* displayable: false,
|
|
291
|
+
* facetable: false,
|
|
292
|
+
* searchable: false,
|
|
293
|
+
* sortable: true,
|
|
294
|
+
* },
|
|
295
|
+
* relevance: {
|
|
296
|
+
* freshness: false,
|
|
297
|
+
* importance: 1,
|
|
298
|
+
* duration: "25920000s",
|
|
299
|
+
* rankOrder: "ASCENDING",
|
|
300
|
+
* },
|
|
301
|
+
* },
|
|
302
|
+
* {
|
|
303
|
+
* name: "_data_source_id",
|
|
304
|
+
* type: "STRING_VALUE",
|
|
305
|
+
* search: {
|
|
306
|
+
* displayable: false,
|
|
307
|
+
* facetable: false,
|
|
308
|
+
* searchable: false,
|
|
309
|
+
* sortable: true,
|
|
310
|
+
* },
|
|
311
|
+
* relevance: {
|
|
312
|
+
* importance: 1,
|
|
313
|
+
* valuesImportanceMap: {},
|
|
314
|
+
* },
|
|
315
|
+
* },
|
|
316
|
+
* {
|
|
317
|
+
* name: "_document_title",
|
|
318
|
+
* type: "STRING_VALUE",
|
|
319
|
+
* search: {
|
|
320
|
+
* displayable: true,
|
|
321
|
+
* facetable: false,
|
|
322
|
+
* searchable: true,
|
|
323
|
+
* sortable: true,
|
|
324
|
+
* },
|
|
325
|
+
* relevance: {
|
|
326
|
+
* importance: 2,
|
|
327
|
+
* valuesImportanceMap: {},
|
|
328
|
+
* },
|
|
329
|
+
* },
|
|
330
|
+
* {
|
|
331
|
+
* name: "_excerpt_page_number",
|
|
332
|
+
* type: "LONG_VALUE",
|
|
333
|
+
* search: {
|
|
334
|
+
* displayable: false,
|
|
335
|
+
* facetable: false,
|
|
336
|
+
* searchable: false,
|
|
337
|
+
* sortable: false,
|
|
338
|
+
* },
|
|
339
|
+
* relevance: {
|
|
340
|
+
* importance: 2,
|
|
341
|
+
* rankOrder: "ASCENDING",
|
|
342
|
+
* },
|
|
343
|
+
* },
|
|
344
|
+
* {
|
|
345
|
+
* name: "_faq_id",
|
|
346
|
+
* type: "STRING_VALUE",
|
|
347
|
+
* search: {
|
|
348
|
+
* displayable: false,
|
|
349
|
+
* facetable: false,
|
|
350
|
+
* searchable: false,
|
|
351
|
+
* sortable: true,
|
|
352
|
+
* },
|
|
353
|
+
* relevance: {
|
|
354
|
+
* importance: 1,
|
|
355
|
+
* valuesImportanceMap: {},
|
|
356
|
+
* },
|
|
357
|
+
* },
|
|
358
|
+
* {
|
|
359
|
+
* name: "_file_type",
|
|
360
|
+
* type: "STRING_VALUE",
|
|
361
|
+
* search: {
|
|
362
|
+
* displayable: false,
|
|
363
|
+
* facetable: false,
|
|
364
|
+
* searchable: false,
|
|
365
|
+
* sortable: true,
|
|
366
|
+
* },
|
|
367
|
+
* relevance: {
|
|
368
|
+
* importance: 1,
|
|
369
|
+
* valuesImportanceMap: {},
|
|
370
|
+
* },
|
|
371
|
+
* },
|
|
372
|
+
* {
|
|
373
|
+
* name: "_language_code",
|
|
374
|
+
* type: "STRING_VALUE",
|
|
375
|
+
* search: {
|
|
376
|
+
* displayable: false,
|
|
377
|
+
* facetable: false,
|
|
378
|
+
* searchable: false,
|
|
379
|
+
* sortable: true,
|
|
380
|
+
* },
|
|
381
|
+
* relevance: {
|
|
382
|
+
* importance: 1,
|
|
383
|
+
* valuesImportanceMap: {},
|
|
384
|
+
* },
|
|
385
|
+
* },
|
|
386
|
+
* {
|
|
387
|
+
* name: "_last_updated_at",
|
|
388
|
+
* type: "DATE_VALUE",
|
|
389
|
+
* search: {
|
|
390
|
+
* displayable: false,
|
|
391
|
+
* facetable: false,
|
|
392
|
+
* searchable: false,
|
|
393
|
+
* sortable: true,
|
|
394
|
+
* },
|
|
395
|
+
* relevance: {
|
|
396
|
+
* freshness: false,
|
|
397
|
+
* importance: 1,
|
|
398
|
+
* duration: "25920000s",
|
|
399
|
+
* rankOrder: "ASCENDING",
|
|
400
|
+
* },
|
|
401
|
+
* },
|
|
402
|
+
* {
|
|
403
|
+
* name: "_source_uri",
|
|
404
|
+
* type: "STRING_VALUE",
|
|
405
|
+
* search: {
|
|
406
|
+
* displayable: true,
|
|
407
|
+
* facetable: false,
|
|
408
|
+
* searchable: false,
|
|
409
|
+
* sortable: false,
|
|
410
|
+
* },
|
|
411
|
+
* relevance: {
|
|
412
|
+
* importance: 1,
|
|
413
|
+
* valuesImportanceMap: {},
|
|
414
|
+
* },
|
|
415
|
+
* },
|
|
416
|
+
* {
|
|
417
|
+
* name: "_version",
|
|
418
|
+
* type: "STRING_VALUE",
|
|
419
|
+
* search: {
|
|
420
|
+
* displayable: false,
|
|
421
|
+
* facetable: false,
|
|
422
|
+
* searchable: false,
|
|
423
|
+
* sortable: true,
|
|
424
|
+
* },
|
|
425
|
+
* relevance: {
|
|
426
|
+
* importance: 1,
|
|
427
|
+
* valuesImportanceMap: {},
|
|
428
|
+
* },
|
|
429
|
+
* },
|
|
430
|
+
* {
|
|
431
|
+
* name: "_view_count",
|
|
432
|
+
* type: "LONG_VALUE",
|
|
433
|
+
* search: {
|
|
434
|
+
* displayable: false,
|
|
435
|
+
* facetable: false,
|
|
436
|
+
* searchable: false,
|
|
437
|
+
* sortable: true,
|
|
438
|
+
* },
|
|
439
|
+
* relevance: {
|
|
440
|
+
* importance: 1,
|
|
441
|
+
* rankOrder: "ASCENDING",
|
|
442
|
+
* },
|
|
443
|
+
* },
|
|
444
|
+
* {
|
|
445
|
+
* name: "example-string-value",
|
|
446
|
+
* type: "STRING_VALUE",
|
|
447
|
+
* search: {
|
|
448
|
+
* displayable: true,
|
|
449
|
+
* facetable: true,
|
|
450
|
+
* searchable: true,
|
|
451
|
+
* sortable: true,
|
|
452
|
+
* },
|
|
453
|
+
* relevance: {
|
|
454
|
+
* importance: 1,
|
|
455
|
+
* valuesImportanceMap: {},
|
|
456
|
+
* },
|
|
457
|
+
* },
|
|
458
|
+
* {
|
|
459
|
+
* name: "example-long-value",
|
|
460
|
+
* type: "LONG_VALUE",
|
|
461
|
+
* search: {
|
|
462
|
+
* displayable: true,
|
|
463
|
+
* facetable: true,
|
|
464
|
+
* searchable: false,
|
|
465
|
+
* sortable: true,
|
|
466
|
+
* },
|
|
467
|
+
* relevance: {
|
|
468
|
+
* importance: 1,
|
|
469
|
+
* rankOrder: "ASCENDING",
|
|
470
|
+
* },
|
|
471
|
+
* },
|
|
472
|
+
* {
|
|
473
|
+
* name: "example-string-list-value",
|
|
474
|
+
* type: "STRING_LIST_VALUE",
|
|
475
|
+
* search: {
|
|
476
|
+
* displayable: true,
|
|
477
|
+
* facetable: true,
|
|
478
|
+
* searchable: true,
|
|
479
|
+
* sortable: false,
|
|
480
|
+
* },
|
|
481
|
+
* relevance: {
|
|
482
|
+
* importance: 1,
|
|
483
|
+
* },
|
|
484
|
+
* },
|
|
485
|
+
* {
|
|
486
|
+
* name: "example-date-value",
|
|
487
|
+
* type: "DATE_VALUE",
|
|
488
|
+
* search: {
|
|
489
|
+
* displayable: true,
|
|
490
|
+
* facetable: true,
|
|
491
|
+
* searchable: false,
|
|
492
|
+
* sortable: false,
|
|
493
|
+
* },
|
|
494
|
+
* relevance: {
|
|
495
|
+
* freshness: false,
|
|
496
|
+
* importance: 1,
|
|
497
|
+
* duration: "25920000s",
|
|
498
|
+
* rankOrder: "ASCENDING",
|
|
499
|
+
* },
|
|
500
|
+
* },
|
|
501
|
+
* ],
|
|
502
|
+
* });
|
|
503
|
+
* ```
|
|
50
504
|
* ### With JSON token type configuration
|
|
51
505
|
*
|
|
52
506
|
* ```typescript
|
|
@@ -93,7 +547,7 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
93
547
|
*/
|
|
94
548
|
readonly arn: pulumi.Output<string>;
|
|
95
549
|
/**
|
|
96
|
-
* A block that sets the number of additional document storage and query capacity units that should be used by the index.
|
|
550
|
+
* A block that sets the number of additional document storage and query capacity units that should be used by the index. Detailed below.
|
|
97
551
|
*/
|
|
98
552
|
readonly capacityUnits: pulumi.Output<outputs.kendra.IndexCapacityUnits>;
|
|
99
553
|
/**
|
|
@@ -105,7 +559,7 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
105
559
|
*/
|
|
106
560
|
readonly description: pulumi.Output<string | undefined>;
|
|
107
561
|
/**
|
|
108
|
-
* One or more blocks that specify the configuration settings for any metadata applied to the documents in the index.
|
|
562
|
+
* One or more blocks that specify the configuration settings for any metadata applied to the documents in the index. Minimum number of 0 items. Maximum number of 500 items. If specified, you must define all elements, including those that are provided by default. These index fields are documented at [Amazon Kendra Index documentation](https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html). For an example resource that defines these default index fields, refer to the default example above. For an example resource that appends additional index fields, refer to the append example above. All arguments for each block must be specified. Note that blocks cannot be removed since index fields cannot be deleted. This argument is detailed below.
|
|
109
563
|
*/
|
|
110
564
|
readonly documentMetadataConfigurationUpdates: pulumi.Output<outputs.kendra.IndexDocumentMetadataConfigurationUpdate[]>;
|
|
111
565
|
/**
|
|
@@ -117,7 +571,7 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
117
571
|
*/
|
|
118
572
|
readonly errorMessage: pulumi.Output<string>;
|
|
119
573
|
/**
|
|
120
|
-
* A block that provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
|
574
|
+
* A block that provides information about the number of FAQ questions and answers and the number of text documents indexed. Detailed below.
|
|
121
575
|
*/
|
|
122
576
|
readonly indexStatistics: pulumi.Output<outputs.kendra.IndexIndexStatistic[]>;
|
|
123
577
|
/**
|
|
@@ -129,7 +583,7 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
129
583
|
*/
|
|
130
584
|
readonly roleArn: pulumi.Output<string>;
|
|
131
585
|
/**
|
|
132
|
-
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
|
|
586
|
+
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.
|
|
133
587
|
*/
|
|
134
588
|
readonly serverSideEncryptionConfiguration: pulumi.Output<outputs.kendra.IndexServerSideEncryptionConfiguration | undefined>;
|
|
135
589
|
/**
|
|
@@ -151,11 +605,11 @@ export declare class Index extends pulumi.CustomResource {
|
|
|
151
605
|
*/
|
|
152
606
|
readonly userContextPolicy: pulumi.Output<string | undefined>;
|
|
153
607
|
/**
|
|
154
|
-
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html).
|
|
608
|
+
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). Detailed below.
|
|
155
609
|
*/
|
|
156
610
|
readonly userGroupResolutionConfiguration: pulumi.Output<outputs.kendra.IndexUserGroupResolutionConfiguration | undefined>;
|
|
157
611
|
/**
|
|
158
|
-
* A block that specifies the user token configuration.
|
|
612
|
+
* A block that specifies the user token configuration. Detailed below.
|
|
159
613
|
*/
|
|
160
614
|
readonly userTokenConfigurations: pulumi.Output<outputs.kendra.IndexUserTokenConfigurations | undefined>;
|
|
161
615
|
/**
|
|
@@ -176,7 +630,7 @@ export interface IndexState {
|
|
|
176
630
|
*/
|
|
177
631
|
arn?: pulumi.Input<string>;
|
|
178
632
|
/**
|
|
179
|
-
* A block that sets the number of additional document storage and query capacity units that should be used by the index.
|
|
633
|
+
* A block that sets the number of additional document storage and query capacity units that should be used by the index. Detailed below.
|
|
180
634
|
*/
|
|
181
635
|
capacityUnits?: pulumi.Input<inputs.kendra.IndexCapacityUnits>;
|
|
182
636
|
/**
|
|
@@ -188,7 +642,7 @@ export interface IndexState {
|
|
|
188
642
|
*/
|
|
189
643
|
description?: pulumi.Input<string>;
|
|
190
644
|
/**
|
|
191
|
-
* One or more blocks that specify the configuration settings for any metadata applied to the documents in the index.
|
|
645
|
+
* One or more blocks that specify the configuration settings for any metadata applied to the documents in the index. Minimum number of 0 items. Maximum number of 500 items. If specified, you must define all elements, including those that are provided by default. These index fields are documented at [Amazon Kendra Index documentation](https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html). For an example resource that defines these default index fields, refer to the default example above. For an example resource that appends additional index fields, refer to the append example above. All arguments for each block must be specified. Note that blocks cannot be removed since index fields cannot be deleted. This argument is detailed below.
|
|
192
646
|
*/
|
|
193
647
|
documentMetadataConfigurationUpdates?: pulumi.Input<pulumi.Input<inputs.kendra.IndexDocumentMetadataConfigurationUpdate>[]>;
|
|
194
648
|
/**
|
|
@@ -200,7 +654,7 @@ export interface IndexState {
|
|
|
200
654
|
*/
|
|
201
655
|
errorMessage?: pulumi.Input<string>;
|
|
202
656
|
/**
|
|
203
|
-
* A block that provides information about the number of FAQ questions and answers and the number of text documents indexed.
|
|
657
|
+
* A block that provides information about the number of FAQ questions and answers and the number of text documents indexed. Detailed below.
|
|
204
658
|
*/
|
|
205
659
|
indexStatistics?: pulumi.Input<pulumi.Input<inputs.kendra.IndexIndexStatistic>[]>;
|
|
206
660
|
/**
|
|
@@ -212,7 +666,7 @@ export interface IndexState {
|
|
|
212
666
|
*/
|
|
213
667
|
roleArn?: pulumi.Input<string>;
|
|
214
668
|
/**
|
|
215
|
-
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
|
|
669
|
+
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.
|
|
216
670
|
*/
|
|
217
671
|
serverSideEncryptionConfiguration?: pulumi.Input<inputs.kendra.IndexServerSideEncryptionConfiguration>;
|
|
218
672
|
/**
|
|
@@ -234,11 +688,11 @@ export interface IndexState {
|
|
|
234
688
|
*/
|
|
235
689
|
userContextPolicy?: pulumi.Input<string>;
|
|
236
690
|
/**
|
|
237
|
-
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html).
|
|
691
|
+
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). Detailed below.
|
|
238
692
|
*/
|
|
239
693
|
userGroupResolutionConfiguration?: pulumi.Input<inputs.kendra.IndexUserGroupResolutionConfiguration>;
|
|
240
694
|
/**
|
|
241
|
-
* A block that specifies the user token configuration.
|
|
695
|
+
* A block that specifies the user token configuration. Detailed below.
|
|
242
696
|
*/
|
|
243
697
|
userTokenConfigurations?: pulumi.Input<inputs.kendra.IndexUserTokenConfigurations>;
|
|
244
698
|
}
|
|
@@ -247,13 +701,17 @@ export interface IndexState {
|
|
|
247
701
|
*/
|
|
248
702
|
export interface IndexArgs {
|
|
249
703
|
/**
|
|
250
|
-
* A block that sets the number of additional document storage and query capacity units that should be used by the index.
|
|
704
|
+
* A block that sets the number of additional document storage and query capacity units that should be used by the index. Detailed below.
|
|
251
705
|
*/
|
|
252
706
|
capacityUnits?: pulumi.Input<inputs.kendra.IndexCapacityUnits>;
|
|
253
707
|
/**
|
|
254
708
|
* The description of the Index.
|
|
255
709
|
*/
|
|
256
710
|
description?: pulumi.Input<string>;
|
|
711
|
+
/**
|
|
712
|
+
* One or more blocks that specify the configuration settings for any metadata applied to the documents in the index. Minimum number of 0 items. Maximum number of 500 items. If specified, you must define all elements, including those that are provided by default. These index fields are documented at [Amazon Kendra Index documentation](https://docs.aws.amazon.com/kendra/latest/dg/hiw-index.html). For an example resource that defines these default index fields, refer to the default example above. For an example resource that appends additional index fields, refer to the append example above. All arguments for each block must be specified. Note that blocks cannot be removed since index fields cannot be deleted. This argument is detailed below.
|
|
713
|
+
*/
|
|
714
|
+
documentMetadataConfigurationUpdates?: pulumi.Input<pulumi.Input<inputs.kendra.IndexDocumentMetadataConfigurationUpdate>[]>;
|
|
257
715
|
/**
|
|
258
716
|
* The Amazon Kendra edition to use for the index. Choose `DEVELOPER_EDITION` for indexes intended for development, testing, or proof of concept. Use `ENTERPRISE_EDITION` for your production databases. Once you set the edition for an index, it can't be changed. Defaults to `ENTERPRISE_EDITION`
|
|
259
717
|
*/
|
|
@@ -267,7 +725,7 @@ export interface IndexArgs {
|
|
|
267
725
|
*/
|
|
268
726
|
roleArn: pulumi.Input<string>;
|
|
269
727
|
/**
|
|
270
|
-
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
|
|
728
|
+
* A block that specifies the identifier of the AWS KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs. Detailed below.
|
|
271
729
|
*/
|
|
272
730
|
serverSideEncryptionConfiguration?: pulumi.Input<inputs.kendra.IndexServerSideEncryptionConfiguration>;
|
|
273
731
|
tags?: pulumi.Input<{
|
|
@@ -278,11 +736,11 @@ export interface IndexArgs {
|
|
|
278
736
|
*/
|
|
279
737
|
userContextPolicy?: pulumi.Input<string>;
|
|
280
738
|
/**
|
|
281
|
-
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html).
|
|
739
|
+
* A block that enables fetching access levels of groups and users from an AWS Single Sign-On identity source. To configure this, see [UserGroupResolutionConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_UserGroupResolutionConfiguration.html). Detailed below.
|
|
282
740
|
*/
|
|
283
741
|
userGroupResolutionConfiguration?: pulumi.Input<inputs.kendra.IndexUserGroupResolutionConfiguration>;
|
|
284
742
|
/**
|
|
285
|
-
* A block that specifies the user token configuration.
|
|
743
|
+
* A block that specifies the user token configuration. Detailed below.
|
|
286
744
|
*/
|
|
287
745
|
userTokenConfigurations?: pulumi.Input<inputs.kendra.IndexUserTokenConfigurations>;
|
|
288
746
|
}
|