@pulumi/aws 6.47.0-alpha.1722023655 → 6.47.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/appflow/flow.d.ts +12 -0
- package/appflow/flow.js +2 -0
- package/appflow/flow.js.map +1 -1
- package/batch/jobDefinition.d.ts +41 -41
- package/cloudwatch/eventBus.d.ts +12 -0
- package/cloudwatch/eventBus.js +2 -0
- package/cloudwatch/eventBus.js.map +1 -1
- package/cloudwatch/getEventBus.d.ts +4 -0
- package/cloudwatch/getEventBus.js.map +1 -1
- package/cur/getReportDefinition.d.ts +18 -0
- package/cur/getReportDefinition.js +1 -0
- package/cur/getReportDefinition.js.map +1 -1
- package/cur/reportDefinition.d.ts +34 -0
- package/cur/reportDefinition.js +4 -0
- package/cur/reportDefinition.js.map +1 -1
- package/ec2/launchTemplate.d.ts +6 -6
- package/ec2/securityGroup.d.ts +3 -1
- package/ec2/securityGroup.js +3 -1
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/securityGroupRule.d.ts +4 -6
- package/ec2/securityGroupRule.js +4 -6
- package/ec2/securityGroupRule.js.map +1 -1
- package/ecs/taskDefinition.d.ts +3 -3
- package/getServicePrincipal.d.ts +87 -0
- package/getServicePrincipal.js +56 -0
- package/getServicePrincipal.js.map +1 -0
- package/glue/classifier.d.ts +5 -5
- package/glue/classifier.js +2 -2
- package/glue/connection.d.ts +199 -28
- package/glue/connection.js +167 -8
- package/glue/connection.js.map +1 -1
- package/iam/getAccountAlias.d.ts +2 -2
- package/iam/getAccountAlias.js +2 -2
- package/index.d.ts +3 -0
- package/index.js +8 -5
- package/index.js.map +1 -1
- package/lambda/runtimeManagementConfig.d.ts +1 -1
- package/lambda/runtimeManagementConfig.js +1 -1
- package/mwaa/environment.d.ts +24 -6
- package/mwaa/environment.js.map +1 -1
- package/package.json +2 -2
- package/rds/cluster.d.ts +1 -1
- package/rds/clusterSnapshot.d.ts +12 -0
- package/rds/clusterSnapshot.js +2 -0
- package/rds/clusterSnapshot.js.map +1 -1
- package/rds/snapshotCopy.d.ts +12 -0
- package/rds/snapshotCopy.js +2 -0
- package/rds/snapshotCopy.js.map +1 -1
- package/sagemaker/space.d.ts +6 -6
- package/securitylake/subscriber.d.ts +15 -6
- package/securitylake/subscriber.js.map +1 -1
- package/sesv2/configurationSetEventDestination.d.ts +26 -4
- package/sesv2/configurationSetEventDestination.js +23 -1
- package/sesv2/configurationSetEventDestination.js.map +1 -1
- package/shield/index.d.ts +3 -0
- package/shield/index.js +6 -1
- package/shield/index.js.map +1 -1
- package/shield/subscription.d.ts +86 -0
- package/shield/subscription.js +77 -0
- package/shield/subscription.js.map +1 -0
- package/sns/topic.d.ts +3 -3
- package/types/input.d.ts +122 -44
- package/types/input.js.map +1 -1
- package/types/output.d.ts +122 -44
- package/types/output.js.map +1 -1
- package/vpc/securityGroupEgressRule.d.ts +3 -4
- package/vpc/securityGroupEgressRule.js +3 -4
- package/vpc/securityGroupEgressRule.js.map +1 -1
- package/vpc/securityGroupIngressRule.d.ts +3 -4
- package/vpc/securityGroupIngressRule.js +3 -4
- package/vpc/securityGroupIngressRule.js.map +1 -1
package/appflow/flow.d.ts
CHANGED
|
@@ -147,6 +147,10 @@ export declare class Flow extends pulumi.CustomResource {
|
|
|
147
147
|
* ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
148
148
|
*/
|
|
149
149
|
readonly kmsArn: pulumi.Output<string>;
|
|
150
|
+
/**
|
|
151
|
+
* A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
|
|
152
|
+
*/
|
|
153
|
+
readonly metadataCatalogConfig: pulumi.Output<outputs.appflow.FlowMetadataCatalogConfig>;
|
|
150
154
|
/**
|
|
151
155
|
* Name of the flow.
|
|
152
156
|
*/
|
|
@@ -210,6 +214,10 @@ export interface FlowState {
|
|
|
210
214
|
* ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
211
215
|
*/
|
|
212
216
|
kmsArn?: pulumi.Input<string>;
|
|
217
|
+
/**
|
|
218
|
+
* A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
|
|
219
|
+
*/
|
|
220
|
+
metadataCatalogConfig?: pulumi.Input<inputs.appflow.FlowMetadataCatalogConfig>;
|
|
213
221
|
/**
|
|
214
222
|
* Name of the flow.
|
|
215
223
|
*/
|
|
@@ -257,6 +265,10 @@ export interface FlowArgs {
|
|
|
257
265
|
* ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
258
266
|
*/
|
|
259
267
|
kmsArn?: pulumi.Input<string>;
|
|
268
|
+
/**
|
|
269
|
+
* A Catalog that determines the configuration that Amazon AppFlow uses when it catalogs the data that’s transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
|
|
270
|
+
*/
|
|
271
|
+
metadataCatalogConfig?: pulumi.Input<inputs.appflow.FlowMetadataCatalogConfig>;
|
|
260
272
|
/**
|
|
261
273
|
* Name of the flow.
|
|
262
274
|
*/
|
package/appflow/flow.js
CHANGED
|
@@ -148,6 +148,7 @@ class Flow extends pulumi.CustomResource {
|
|
|
148
148
|
resourceInputs["destinationFlowConfigs"] = state ? state.destinationFlowConfigs : undefined;
|
|
149
149
|
resourceInputs["flowStatus"] = state ? state.flowStatus : undefined;
|
|
150
150
|
resourceInputs["kmsArn"] = state ? state.kmsArn : undefined;
|
|
151
|
+
resourceInputs["metadataCatalogConfig"] = state ? state.metadataCatalogConfig : undefined;
|
|
151
152
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
152
153
|
resourceInputs["sourceFlowConfig"] = state ? state.sourceFlowConfig : undefined;
|
|
153
154
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
@@ -172,6 +173,7 @@ class Flow extends pulumi.CustomResource {
|
|
|
172
173
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
173
174
|
resourceInputs["destinationFlowConfigs"] = args ? args.destinationFlowConfigs : undefined;
|
|
174
175
|
resourceInputs["kmsArn"] = args ? args.kmsArn : undefined;
|
|
176
|
+
resourceInputs["metadataCatalogConfig"] = args ? args.metadataCatalogConfig : undefined;
|
|
175
177
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
176
178
|
resourceInputs["sourceFlowConfig"] = args ? args.sourceFlowConfig : undefined;
|
|
177
179
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
package/appflow/flow.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.js","sourceRoot":"","sources":["../../appflow/flow.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6GG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiB,EAAE,IAAmC;QAC/G,OAAO,IAAI,IAAI,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"flow.js","sourceRoot":"","sources":["../../appflow/flow.ts"],"names":[],"mappings":"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"}
|
package/batch/jobDefinition.d.ts
CHANGED
|
@@ -209,15 +209,15 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
209
209
|
*/
|
|
210
210
|
static isInstance(obj: any): obj is JobDefinition;
|
|
211
211
|
/**
|
|
212
|
-
*
|
|
212
|
+
* ARN of the job definition, includes revision (`:#`).
|
|
213
213
|
*/
|
|
214
214
|
readonly arn: pulumi.Output<string>;
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* ARN without the revision number.
|
|
217
217
|
*/
|
|
218
218
|
readonly arnPrefix: pulumi.Output<string>;
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* Valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
221
221
|
*/
|
|
222
222
|
readonly containerProperties: pulumi.Output<string | undefined>;
|
|
223
223
|
/**
|
|
@@ -225,41 +225,41 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
225
225
|
*/
|
|
226
226
|
readonly deregisterOnNewRevision: pulumi.Output<boolean | undefined>;
|
|
227
227
|
/**
|
|
228
|
-
*
|
|
228
|
+
* Valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
229
229
|
*/
|
|
230
230
|
readonly eksProperties: pulumi.Output<outputs.batch.JobDefinitionEksProperties | undefined>;
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* Name of the job definition.
|
|
233
233
|
*/
|
|
234
234
|
readonly name: pulumi.Output<string>;
|
|
235
235
|
/**
|
|
236
|
-
*
|
|
236
|
+
* Valid [node properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is required if the `type` parameter is `multinode`.
|
|
237
237
|
*/
|
|
238
238
|
readonly nodeProperties: pulumi.Output<string | undefined>;
|
|
239
239
|
/**
|
|
240
|
-
*
|
|
240
|
+
* Parameter substitution placeholders to set in the job definition.
|
|
241
241
|
*/
|
|
242
242
|
readonly parameters: pulumi.Output<{
|
|
243
243
|
[key: string]: string;
|
|
244
244
|
} | undefined>;
|
|
245
245
|
/**
|
|
246
|
-
*
|
|
246
|
+
* Platform capabilities required by the job definition. If no value is specified, it defaults to `EC2`. To run the job on Fargate resources, specify `FARGATE`.
|
|
247
247
|
*/
|
|
248
248
|
readonly platformCapabilities: pulumi.Output<string[] | undefined>;
|
|
249
249
|
/**
|
|
250
|
-
*
|
|
250
|
+
* Whether to propagate the tags from the job definition to the corresponding Amazon ECS task. Default is `false`.
|
|
251
251
|
*/
|
|
252
252
|
readonly propagateTags: pulumi.Output<boolean | undefined>;
|
|
253
253
|
/**
|
|
254
|
-
*
|
|
254
|
+
* Retry strategy to use for failed jobs that are submitted with this job definition. Maximum number of `retryStrategy` is `1`. Defined below.
|
|
255
255
|
*/
|
|
256
256
|
readonly retryStrategy: pulumi.Output<outputs.batch.JobDefinitionRetryStrategy | undefined>;
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* Revision of the job definition.
|
|
259
259
|
*/
|
|
260
260
|
readonly revision: pulumi.Output<number>;
|
|
261
261
|
/**
|
|
262
|
-
*
|
|
262
|
+
* Scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
263
263
|
*/
|
|
264
264
|
readonly schedulingPriority: pulumi.Output<number | undefined>;
|
|
265
265
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
269
269
|
[key: string]: string;
|
|
270
270
|
} | undefined>;
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
273
273
|
*
|
|
274
274
|
* @deprecated Please use `tags` instead.
|
|
275
275
|
*/
|
|
@@ -277,11 +277,11 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
277
277
|
[key: string]: string;
|
|
278
278
|
}>;
|
|
279
279
|
/**
|
|
280
|
-
*
|
|
280
|
+
* Timeout for jobs so that if a job runs longer, AWS Batch terminates the job. Maximum number of `timeout` is `1`. Defined below.
|
|
281
281
|
*/
|
|
282
282
|
readonly timeout: pulumi.Output<outputs.batch.JobDefinitionTimeout | undefined>;
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* Type of job definition. Must be `container` or `multinode`.
|
|
285
285
|
*
|
|
286
286
|
* The following arguments are optional:
|
|
287
287
|
*/
|
|
@@ -300,15 +300,15 @@ export declare class JobDefinition extends pulumi.CustomResource {
|
|
|
300
300
|
*/
|
|
301
301
|
export interface JobDefinitionState {
|
|
302
302
|
/**
|
|
303
|
-
*
|
|
303
|
+
* ARN of the job definition, includes revision (`:#`).
|
|
304
304
|
*/
|
|
305
305
|
arn?: pulumi.Input<string>;
|
|
306
306
|
/**
|
|
307
|
-
*
|
|
307
|
+
* ARN without the revision number.
|
|
308
308
|
*/
|
|
309
309
|
arnPrefix?: pulumi.Input<string>;
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
311
|
+
* Valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
312
312
|
*/
|
|
313
313
|
containerProperties?: pulumi.Input<string>;
|
|
314
314
|
/**
|
|
@@ -316,41 +316,41 @@ export interface JobDefinitionState {
|
|
|
316
316
|
*/
|
|
317
317
|
deregisterOnNewRevision?: pulumi.Input<boolean>;
|
|
318
318
|
/**
|
|
319
|
-
*
|
|
319
|
+
* Valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
320
320
|
*/
|
|
321
321
|
eksProperties?: pulumi.Input<inputs.batch.JobDefinitionEksProperties>;
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
* Name of the job definition.
|
|
324
324
|
*/
|
|
325
325
|
name?: pulumi.Input<string>;
|
|
326
326
|
/**
|
|
327
|
-
*
|
|
327
|
+
* Valid [node properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is required if the `type` parameter is `multinode`.
|
|
328
328
|
*/
|
|
329
329
|
nodeProperties?: pulumi.Input<string>;
|
|
330
330
|
/**
|
|
331
|
-
*
|
|
331
|
+
* Parameter substitution placeholders to set in the job definition.
|
|
332
332
|
*/
|
|
333
333
|
parameters?: pulumi.Input<{
|
|
334
334
|
[key: string]: pulumi.Input<string>;
|
|
335
335
|
}>;
|
|
336
336
|
/**
|
|
337
|
-
*
|
|
337
|
+
* Platform capabilities required by the job definition. If no value is specified, it defaults to `EC2`. To run the job on Fargate resources, specify `FARGATE`.
|
|
338
338
|
*/
|
|
339
339
|
platformCapabilities?: pulumi.Input<pulumi.Input<string>[]>;
|
|
340
340
|
/**
|
|
341
|
-
*
|
|
341
|
+
* Whether to propagate the tags from the job definition to the corresponding Amazon ECS task. Default is `false`.
|
|
342
342
|
*/
|
|
343
343
|
propagateTags?: pulumi.Input<boolean>;
|
|
344
344
|
/**
|
|
345
|
-
*
|
|
345
|
+
* Retry strategy to use for failed jobs that are submitted with this job definition. Maximum number of `retryStrategy` is `1`. Defined below.
|
|
346
346
|
*/
|
|
347
347
|
retryStrategy?: pulumi.Input<inputs.batch.JobDefinitionRetryStrategy>;
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
* Revision of the job definition.
|
|
350
350
|
*/
|
|
351
351
|
revision?: pulumi.Input<number>;
|
|
352
352
|
/**
|
|
353
|
-
*
|
|
353
|
+
* Scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
354
354
|
*/
|
|
355
355
|
schedulingPriority?: pulumi.Input<number>;
|
|
356
356
|
/**
|
|
@@ -360,7 +360,7 @@ export interface JobDefinitionState {
|
|
|
360
360
|
[key: string]: pulumi.Input<string>;
|
|
361
361
|
}>;
|
|
362
362
|
/**
|
|
363
|
-
*
|
|
363
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
364
364
|
*
|
|
365
365
|
* @deprecated Please use `tags` instead.
|
|
366
366
|
*/
|
|
@@ -368,11 +368,11 @@ export interface JobDefinitionState {
|
|
|
368
368
|
[key: string]: pulumi.Input<string>;
|
|
369
369
|
}>;
|
|
370
370
|
/**
|
|
371
|
-
*
|
|
371
|
+
* Timeout for jobs so that if a job runs longer, AWS Batch terminates the job. Maximum number of `timeout` is `1`. Defined below.
|
|
372
372
|
*/
|
|
373
373
|
timeout?: pulumi.Input<inputs.batch.JobDefinitionTimeout>;
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* Type of job definition. Must be `container` or `multinode`.
|
|
376
376
|
*
|
|
377
377
|
* The following arguments are optional:
|
|
378
378
|
*/
|
|
@@ -383,7 +383,7 @@ export interface JobDefinitionState {
|
|
|
383
383
|
*/
|
|
384
384
|
export interface JobDefinitionArgs {
|
|
385
385
|
/**
|
|
386
|
-
*
|
|
386
|
+
* Valid [container properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is only valid if the `type` parameter is `container`.
|
|
387
387
|
*/
|
|
388
388
|
containerProperties?: pulumi.Input<string>;
|
|
389
389
|
/**
|
|
@@ -391,37 +391,37 @@ export interface JobDefinitionArgs {
|
|
|
391
391
|
*/
|
|
392
392
|
deregisterOnNewRevision?: pulumi.Input<boolean>;
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* Valid eks properties. This parameter is only valid if the `type` parameter is `container`.
|
|
395
395
|
*/
|
|
396
396
|
eksProperties?: pulumi.Input<inputs.batch.JobDefinitionEksProperties>;
|
|
397
397
|
/**
|
|
398
|
-
*
|
|
398
|
+
* Name of the job definition.
|
|
399
399
|
*/
|
|
400
400
|
name?: pulumi.Input<string>;
|
|
401
401
|
/**
|
|
402
|
-
*
|
|
402
|
+
* Valid [node properties](http://docs.aws.amazon.com/batch/latest/APIReference/API_RegisterJobDefinition.html) provided as a single valid JSON document. This parameter is required if the `type` parameter is `multinode`.
|
|
403
403
|
*/
|
|
404
404
|
nodeProperties?: pulumi.Input<string>;
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* Parameter substitution placeholders to set in the job definition.
|
|
407
407
|
*/
|
|
408
408
|
parameters?: pulumi.Input<{
|
|
409
409
|
[key: string]: pulumi.Input<string>;
|
|
410
410
|
}>;
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* Platform capabilities required by the job definition. If no value is specified, it defaults to `EC2`. To run the job on Fargate resources, specify `FARGATE`.
|
|
413
413
|
*/
|
|
414
414
|
platformCapabilities?: pulumi.Input<pulumi.Input<string>[]>;
|
|
415
415
|
/**
|
|
416
|
-
*
|
|
416
|
+
* Whether to propagate the tags from the job definition to the corresponding Amazon ECS task. Default is `false`.
|
|
417
417
|
*/
|
|
418
418
|
propagateTags?: pulumi.Input<boolean>;
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* Retry strategy to use for failed jobs that are submitted with this job definition. Maximum number of `retryStrategy` is `1`. Defined below.
|
|
421
421
|
*/
|
|
422
422
|
retryStrategy?: pulumi.Input<inputs.batch.JobDefinitionRetryStrategy>;
|
|
423
423
|
/**
|
|
424
|
-
*
|
|
424
|
+
* Scheduling priority of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority. Allowed values `0` through `9999`.
|
|
425
425
|
*/
|
|
426
426
|
schedulingPriority?: pulumi.Input<number>;
|
|
427
427
|
/**
|
|
@@ -431,11 +431,11 @@ export interface JobDefinitionArgs {
|
|
|
431
431
|
[key: string]: pulumi.Input<string>;
|
|
432
432
|
}>;
|
|
433
433
|
/**
|
|
434
|
-
*
|
|
434
|
+
* Timeout for jobs so that if a job runs longer, AWS Batch terminates the job. Maximum number of `timeout` is `1`. Defined below.
|
|
435
435
|
*/
|
|
436
436
|
timeout?: pulumi.Input<inputs.batch.JobDefinitionTimeout>;
|
|
437
437
|
/**
|
|
438
|
-
*
|
|
438
|
+
* Type of job definition. Must be `container` or `multinode`.
|
|
439
439
|
*
|
|
440
440
|
* The following arguments are optional:
|
|
441
441
|
*/
|
package/cloudwatch/eventBus.d.ts
CHANGED
|
@@ -58,6 +58,10 @@ export declare class EventBus extends pulumi.CustomResource {
|
|
|
58
58
|
* The partner event source that the new event bus will be matched with. Must match `name`.
|
|
59
59
|
*/
|
|
60
60
|
readonly eventSourceName: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
|
|
63
|
+
*/
|
|
64
|
+
readonly kmsKeyIdentifier: pulumi.Output<string | undefined>;
|
|
61
65
|
/**
|
|
62
66
|
* The name of the new event bus. The names of custom event buses can't contain the / character. To create a partner event bus, ensure the `name` matches the `eventSourceName`.
|
|
63
67
|
*/
|
|
@@ -97,6 +101,10 @@ export interface EventBusState {
|
|
|
97
101
|
* The partner event source that the new event bus will be matched with. Must match `name`.
|
|
98
102
|
*/
|
|
99
103
|
eventSourceName?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
|
|
106
|
+
*/
|
|
107
|
+
kmsKeyIdentifier?: pulumi.Input<string>;
|
|
100
108
|
/**
|
|
101
109
|
* The name of the new event bus. The names of custom event buses can't contain the / character. To create a partner event bus, ensure the `name` matches the `eventSourceName`.
|
|
102
110
|
*/
|
|
@@ -124,6 +132,10 @@ export interface EventBusArgs {
|
|
|
124
132
|
* The partner event source that the new event bus will be matched with. Must match `name`.
|
|
125
133
|
*/
|
|
126
134
|
eventSourceName?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The identifier of the AWS KMS customer managed key for EventBridge to use, if you choose to use a customer managed key to encrypt events on this event bus. The identifier can be the key Amazon Resource Name (ARN), KeyId, key alias, or key alias ARN.
|
|
137
|
+
*/
|
|
138
|
+
kmsKeyIdentifier?: pulumi.Input<string>;
|
|
127
139
|
/**
|
|
128
140
|
* The name of the new event bus. The names of custom event buses can't contain the / character. To create a partner event bus, ensure the `name` matches the `eventSourceName`.
|
|
129
141
|
*/
|
package/cloudwatch/eventBus.js
CHANGED
|
@@ -70,6 +70,7 @@ class EventBus extends pulumi.CustomResource {
|
|
|
70
70
|
const state = argsOrState;
|
|
71
71
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
72
72
|
resourceInputs["eventSourceName"] = state ? state.eventSourceName : undefined;
|
|
73
|
+
resourceInputs["kmsKeyIdentifier"] = state ? state.kmsKeyIdentifier : undefined;
|
|
73
74
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
74
75
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
75
76
|
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
@@ -77,6 +78,7 @@ class EventBus extends pulumi.CustomResource {
|
|
|
77
78
|
else {
|
|
78
79
|
const args = argsOrState;
|
|
79
80
|
resourceInputs["eventSourceName"] = args ? args.eventSourceName : undefined;
|
|
81
|
+
resourceInputs["kmsKeyIdentifier"] = args ? args.kmsKeyIdentifier : undefined;
|
|
80
82
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
81
83
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
82
84
|
resourceInputs["arn"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventBus.js","sourceRoot":"","sources":["../../cloudwatch/eventBus.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"eventBus.js","sourceRoot":"","sources":["../../cloudwatch/eventBus.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAqCD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AArFL,4BAsFC;AAxEG,gBAAgB;AACO,qBAAY,GAAG,kCAAkC,CAAC"}
|
|
@@ -37,6 +37,10 @@ export interface GetEventBusResult {
|
|
|
37
37
|
* The provider-assigned unique ID for this managed resource.
|
|
38
38
|
*/
|
|
39
39
|
readonly id: string;
|
|
40
|
+
/**
|
|
41
|
+
* The identifier of the AWS KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified.
|
|
42
|
+
*/
|
|
43
|
+
readonly kmsKeyIdentifier: string;
|
|
40
44
|
readonly name: string;
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEventBus.js","sourceRoot":"","sources":["../../cloudwatch/getEventBus.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;
|
|
1
|
+
{"version":3,"file":"getEventBus.js","sourceRoot":"","sources":["../../cloudwatch/getEventBus.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AA8BD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -26,6 +26,12 @@ export interface GetReportDefinitionArgs {
|
|
|
26
26
|
* Name of the report definition to match.
|
|
27
27
|
*/
|
|
28
28
|
reportName: string;
|
|
29
|
+
/**
|
|
30
|
+
* Map of key-value pairs assigned to the resource.
|
|
31
|
+
*/
|
|
32
|
+
tags?: {
|
|
33
|
+
[key: string]: string;
|
|
34
|
+
};
|
|
29
35
|
}
|
|
30
36
|
/**
|
|
31
37
|
* A collection of values returned by getReportDefinition.
|
|
@@ -72,6 +78,12 @@ export interface GetReportDefinitionResult {
|
|
|
72
78
|
* Region of customer S3 bucket.
|
|
73
79
|
*/
|
|
74
80
|
readonly s3Region: string;
|
|
81
|
+
/**
|
|
82
|
+
* Map of key-value pairs assigned to the resource.
|
|
83
|
+
*/
|
|
84
|
+
readonly tags: {
|
|
85
|
+
[key: string]: string;
|
|
86
|
+
};
|
|
75
87
|
/**
|
|
76
88
|
* Frequency on which report data are measured and displayed.
|
|
77
89
|
*/
|
|
@@ -104,4 +116,10 @@ export interface GetReportDefinitionOutputArgs {
|
|
|
104
116
|
* Name of the report definition to match.
|
|
105
117
|
*/
|
|
106
118
|
reportName: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* Map of key-value pairs assigned to the resource.
|
|
121
|
+
*/
|
|
122
|
+
tags?: pulumi.Input<{
|
|
123
|
+
[key: string]: pulumi.Input<string>;
|
|
124
|
+
}>;
|
|
107
125
|
}
|
|
@@ -27,6 +27,7 @@ function getReportDefinition(args, opts) {
|
|
|
27
27
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
28
|
return pulumi.runtime.invoke("aws:cur/getReportDefinition:getReportDefinition", {
|
|
29
29
|
"reportName": args.reportName,
|
|
30
|
+
"tags": args.tags,
|
|
30
31
|
}, opts);
|
|
31
32
|
}
|
|
32
33
|
exports.getReportDefinition = getReportDefinition;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReportDefinition.js","sourceRoot":"","sources":["../../cur/getReportDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;
|
|
1
|
+
{"version":3,"file":"getReportDefinition.js","sourceRoot":"","sources":["../../cur/getReportDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAE1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAsED;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9E,CAAC;AAFD,8DAEC"}
|
|
@@ -96,6 +96,20 @@ export declare class ReportDefinition extends pulumi.CustomResource {
|
|
|
96
96
|
* Region of the existing S3 bucket to hold generated reports.
|
|
97
97
|
*/
|
|
98
98
|
readonly s3Region: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
101
|
+
*/
|
|
102
|
+
readonly tags: pulumi.Output<{
|
|
103
|
+
[key: string]: string;
|
|
104
|
+
} | undefined>;
|
|
105
|
+
/**
|
|
106
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
107
|
+
*
|
|
108
|
+
* @deprecated Please use `tags` instead.
|
|
109
|
+
*/
|
|
110
|
+
readonly tagsAll: pulumi.Output<{
|
|
111
|
+
[key: string]: string;
|
|
112
|
+
}>;
|
|
99
113
|
/**
|
|
100
114
|
* The frequency on which report data are measured and displayed. Valid values are: `DAILY`, `HOURLY`, `MONTHLY`.
|
|
101
115
|
*/
|
|
@@ -157,6 +171,20 @@ export interface ReportDefinitionState {
|
|
|
157
171
|
* Region of the existing S3 bucket to hold generated reports.
|
|
158
172
|
*/
|
|
159
173
|
s3Region?: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
176
|
+
*/
|
|
177
|
+
tags?: pulumi.Input<{
|
|
178
|
+
[key: string]: pulumi.Input<string>;
|
|
179
|
+
}>;
|
|
180
|
+
/**
|
|
181
|
+
* A map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
182
|
+
*
|
|
183
|
+
* @deprecated Please use `tags` instead.
|
|
184
|
+
*/
|
|
185
|
+
tagsAll?: pulumi.Input<{
|
|
186
|
+
[key: string]: pulumi.Input<string>;
|
|
187
|
+
}>;
|
|
160
188
|
/**
|
|
161
189
|
* The frequency on which report data are measured and displayed. Valid values are: `DAILY`, `HOURLY`, `MONTHLY`.
|
|
162
190
|
*/
|
|
@@ -206,6 +234,12 @@ export interface ReportDefinitionArgs {
|
|
|
206
234
|
* Region of the existing S3 bucket to hold generated reports.
|
|
207
235
|
*/
|
|
208
236
|
s3Region: pulumi.Input<string>;
|
|
237
|
+
/**
|
|
238
|
+
* Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
239
|
+
*/
|
|
240
|
+
tags?: pulumi.Input<{
|
|
241
|
+
[key: string]: pulumi.Input<string>;
|
|
242
|
+
}>;
|
|
209
243
|
/**
|
|
210
244
|
* The frequency on which report data are measured and displayed. Valid values are: `DAILY`, `HOURLY`, `MONTHLY`.
|
|
211
245
|
*/
|
package/cur/reportDefinition.js
CHANGED
|
@@ -81,6 +81,8 @@ class ReportDefinition extends pulumi.CustomResource {
|
|
|
81
81
|
resourceInputs["s3Bucket"] = state ? state.s3Bucket : undefined;
|
|
82
82
|
resourceInputs["s3Prefix"] = state ? state.s3Prefix : undefined;
|
|
83
83
|
resourceInputs["s3Region"] = state ? state.s3Region : undefined;
|
|
84
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
85
|
+
resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
|
|
84
86
|
resourceInputs["timeUnit"] = state ? state.timeUnit : undefined;
|
|
85
87
|
}
|
|
86
88
|
else {
|
|
@@ -116,8 +118,10 @@ class ReportDefinition extends pulumi.CustomResource {
|
|
|
116
118
|
resourceInputs["s3Bucket"] = args ? args.s3Bucket : undefined;
|
|
117
119
|
resourceInputs["s3Prefix"] = args ? args.s3Prefix : undefined;
|
|
118
120
|
resourceInputs["s3Region"] = args ? args.s3Region : undefined;
|
|
121
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
119
122
|
resourceInputs["timeUnit"] = args ? args.timeUnit : undefined;
|
|
120
123
|
resourceInputs["arn"] = undefined /*out*/;
|
|
124
|
+
resourceInputs["tagsAll"] = undefined /*out*/;
|
|
121
125
|
}
|
|
122
126
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
123
127
|
super(ReportDefinition.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportDefinition.js","sourceRoot":"","sources":["../../cur/reportDefinition.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"reportDefinition.js","sourceRoot":"","sources":["../../cur/reportDefinition.ts"],"names":[],"mappings":"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"}
|
package/ec2/launchTemplate.d.ts
CHANGED
|
@@ -59,12 +59,12 @@ export declare class LaunchTemplate extends pulumi.CustomResource {
|
|
|
59
59
|
*/
|
|
60
60
|
readonly description: pulumi.Output<string | undefined>;
|
|
61
61
|
/**
|
|
62
|
-
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
62
|
+
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).
|
|
63
63
|
*/
|
|
64
64
|
readonly disableApiStop: pulumi.Output<boolean | undefined>;
|
|
65
65
|
/**
|
|
66
66
|
* If `true`, enables [EC2 Instance
|
|
67
|
-
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
67
|
+
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)
|
|
68
68
|
*/
|
|
69
69
|
readonly disableApiTermination: pulumi.Output<boolean | undefined>;
|
|
70
70
|
/**
|
|
@@ -247,12 +247,12 @@ export interface LaunchTemplateState {
|
|
|
247
247
|
*/
|
|
248
248
|
description?: pulumi.Input<string>;
|
|
249
249
|
/**
|
|
250
|
-
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
250
|
+
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).
|
|
251
251
|
*/
|
|
252
252
|
disableApiStop?: pulumi.Input<boolean>;
|
|
253
253
|
/**
|
|
254
254
|
* If `true`, enables [EC2 Instance
|
|
255
|
-
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
255
|
+
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)
|
|
256
256
|
*/
|
|
257
257
|
disableApiTermination?: pulumi.Input<boolean>;
|
|
258
258
|
/**
|
|
@@ -423,12 +423,12 @@ export interface LaunchTemplateArgs {
|
|
|
423
423
|
*/
|
|
424
424
|
description?: pulumi.Input<string>;
|
|
425
425
|
/**
|
|
426
|
-
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
426
|
+
* If true, enables [EC2 Instance Stop Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html).
|
|
427
427
|
*/
|
|
428
428
|
disableApiStop?: pulumi.Input<boolean>;
|
|
429
429
|
/**
|
|
430
430
|
* If `true`, enables [EC2 Instance
|
|
431
|
-
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
431
|
+
* Termination Protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingDisableAPITermination.html)
|
|
432
432
|
*/
|
|
433
433
|
disableApiTermination?: pulumi.Input<boolean>;
|
|
434
434
|
/**
|
package/ec2/securityGroup.d.ts
CHANGED
|
@@ -4,7 +4,9 @@ import * as outputs from "../types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Provides a security group resource.
|
|
6
6
|
*
|
|
7
|
-
* > **NOTE
|
|
7
|
+
* > **NOTE:** Avoid using the `ingress` and `egress` arguments of the `aws.ec2.SecurityGroup` resource to configure in-line rules, as they struggle with managing multiple CIDR blocks, and, due to the historical lack of unique IDs, tags and descriptions. To avoid these problems, use the current best practice of the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources with one CIDR block per rule.
|
|
8
|
+
*
|
|
9
|
+
* !> **WARNING:** You should not use the `aws.ec2.SecurityGroup` resource with _in-line rules_ (using the `ingress` and `egress` arguments of `aws.ec2.SecurityGroup`) in conjunction with the `aws.vpc.SecurityGroupEgressRule` and `aws.vpc.SecurityGroupIngressRule` resources or the `aws.ec2.SecurityGroupRule` resource. Doing so may cause rule conflicts, perpetual differences, and result in rules being overwritten.
|
|
8
10
|
*
|
|
9
11
|
* > **NOTE:** Referencing Security Groups across VPC peering has certain restrictions. More information is available in the [VPC Peering User Guide](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html).
|
|
10
12
|
*
|