@btc-embedded/cdk-extensions 0.17.1 → 0.18.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 (42) hide show
  1. package/.jsii +87 -173
  2. package/API.md +19 -86
  3. package/CHANGELOG.md +8 -0
  4. package/lib/constructs/EventPipe.js +1 -1
  5. package/lib/constructs/S3Bucket.js +1 -1
  6. package/lib/constructs/SecureRestApi.js +1 -1
  7. package/lib/constructs/SecureRestApiV2.js +1 -1
  8. package/lib/extensions/ApiGatewayExtension.js +1 -1
  9. package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
  10. package/lib/extensions/ApplicationLoadBalancerExtensionV2.d.ts +0 -2
  11. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +3 -3
  12. package/lib/extensions/CloudMapExtension.js +1 -1
  13. package/lib/extensions/DeactivatableServiceExtension.js +1 -1
  14. package/lib/extensions/DocumentDbAccessExtension.js +1 -1
  15. package/lib/extensions/DomainEventMessagingExtension.js +1 -1
  16. package/lib/extensions/EfsMountExtension.js +1 -1
  17. package/lib/extensions/ExtraContainerExtension.js +1 -1
  18. package/lib/extensions/HTTPApiExtension.js +1 -1
  19. package/lib/extensions/LogExtension.js +1 -1
  20. package/lib/extensions/ModifyContainerDefinitionExtension.js +2 -2
  21. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  22. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  23. package/lib/extensions/PostgresDbAccessExtension.js +1 -1
  24. package/lib/extensions/SharedVolumeExtension.js +1 -1
  25. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  26. package/lib/platform/ApiGateway.js +1 -1
  27. package/lib/platform/ApiGatewayVpcLink.js +2 -2
  28. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  29. package/lib/platform/ApplicationLoadBalancerV2.d.ts +4 -14
  30. package/lib/platform/ApplicationLoadBalancerV2.js +9 -8
  31. package/lib/platform/BTCLogGroup.js +1 -1
  32. package/lib/platform/CognitoUserPool.d.ts +1 -9
  33. package/lib/platform/CognitoUserPool.js +4 -10
  34. package/lib/platform/DefaultUserPoolClients.js +1 -1
  35. package/lib/platform/DocumentDB.js +2 -2
  36. package/lib/platform/EfsFileSystem.js +1 -1
  37. package/lib/platform/PrivateDnsNamespace.js +1 -1
  38. package/lib/platform/ResourceServer.d.ts +0 -4
  39. package/lib/platform/ResourceServer.js +3 -3
  40. package/lib/platform/Vpc.js +1 -1
  41. package/lib/utils/StackParameter.js +1 -1
  42. package/package.json +1 -1
package/.jsii CHANGED
@@ -5027,7 +5027,7 @@
5027
5027
  "kind": "interface",
5028
5028
  "locationInModule": {
5029
5029
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5030
- "line": 23
5030
+ "line": 22
5031
5031
  },
5032
5032
  "name": "ApplicationLoadBalancerExtensionPropsV2",
5033
5033
  "properties": [
@@ -5039,7 +5039,7 @@
5039
5039
  "immutable": true,
5040
5040
  "locationInModule": {
5041
5041
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5042
- "line": 26
5042
+ "line": 25
5043
5043
  },
5044
5044
  "name": "clientScope",
5045
5045
  "type": {
@@ -5054,7 +5054,7 @@
5054
5054
  "immutable": true,
5055
5055
  "locationInModule": {
5056
5056
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5057
- "line": 24
5057
+ "line": 23
5058
5058
  },
5059
5059
  "name": "platformStackName",
5060
5060
  "type": {
@@ -5069,7 +5069,7 @@
5069
5069
  "immutable": true,
5070
5070
  "locationInModule": {
5071
5071
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5072
- "line": 25
5072
+ "line": 24
5073
5073
  },
5074
5074
  "name": "userPoolClientSecret",
5075
5075
  "type": {
@@ -5084,7 +5084,7 @@
5084
5084
  "immutable": true,
5085
5085
  "locationInModule": {
5086
5086
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5087
- "line": 27
5087
+ "line": 26
5088
5088
  },
5089
5089
  "name": "healtCheckPath",
5090
5090
  "optional": true,
@@ -5100,7 +5100,7 @@
5100
5100
  "immutable": true,
5101
5101
  "locationInModule": {
5102
5102
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5103
- "line": 28
5103
+ "line": 27
5104
5104
  },
5105
5105
  "name": "path",
5106
5106
  "optional": true,
@@ -5124,7 +5124,7 @@
5124
5124
  },
5125
5125
  "locationInModule": {
5126
5126
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5127
- "line": 70
5127
+ "line": 68
5128
5128
  },
5129
5129
  "parameters": [
5130
5130
  {
@@ -5138,7 +5138,7 @@
5138
5138
  "kind": "class",
5139
5139
  "locationInModule": {
5140
5140
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5141
- "line": 63
5141
+ "line": 62
5142
5142
  },
5143
5143
  "methods": [
5144
5144
  {
@@ -5148,7 +5148,7 @@
5148
5148
  },
5149
5149
  "locationInModule": {
5150
5150
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5151
- "line": 75
5151
+ "line": 73
5152
5152
  },
5153
5153
  "name": "addHooks",
5154
5154
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -5160,7 +5160,7 @@
5160
5160
  },
5161
5161
  "locationInModule": {
5162
5162
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5163
- "line": 113
5163
+ "line": 111
5164
5164
  },
5165
5165
  "name": "modifyServiceProps",
5166
5166
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5185,7 +5185,7 @@
5185
5185
  },
5186
5186
  "locationInModule": {
5187
5187
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5188
- "line": 97
5188
+ "line": 95
5189
5189
  },
5190
5190
  "name": "prehook",
5191
5191
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5212,7 +5212,7 @@
5212
5212
  },
5213
5213
  "locationInModule": {
5214
5214
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5215
- "line": 120
5215
+ "line": 118
5216
5216
  },
5217
5217
  "name": "useService",
5218
5218
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5243,7 +5243,7 @@
5243
5243
  },
5244
5244
  "locationInModule": {
5245
5245
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5246
- "line": 66
5246
+ "line": 65
5247
5247
  },
5248
5248
  "name": "cognitoUserPool",
5249
5249
  "type": {
@@ -5256,25 +5256,12 @@
5256
5256
  },
5257
5257
  "locationInModule": {
5258
5258
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5259
- "line": 68
5259
+ "line": 66
5260
5260
  },
5261
5261
  "name": "fqdn",
5262
5262
  "type": {
5263
5263
  "primitive": "string"
5264
5264
  }
5265
- },
5266
- {
5267
- "docs": {
5268
- "stability": "experimental"
5269
- },
5270
- "locationInModule": {
5271
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5272
- "line": 67
5273
- },
5274
- "name": "userPoolClient",
5275
- "type": {
5276
- "fqn": "aws-cdk-lib.aws_cognito.IUserPoolClient"
5277
- }
5278
5265
  }
5279
5266
  ],
5280
5267
  "symbolId": "src/extensions/ApplicationLoadBalancerExtensionV2:ApplicationLoadBalancerExtensionV2"
@@ -5396,23 +5383,22 @@
5396
5383
  "kind": "interface",
5397
5384
  "locationInModule": {
5398
5385
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5399
- "line": 25
5386
+ "line": 24
5400
5387
  },
5401
5388
  "name": "ApplicationLoadBalancerPropsV2",
5402
5389
  "properties": [
5403
5390
  {
5404
5391
  "abstract": true,
5405
5392
  "docs": {
5406
- "remarks": "This is used for configuring DNS records.",
5407
5393
  "stability": "experimental",
5408
- "summary": "The fully qualified domain name (FQDN) for the Application Load Balancer (ALB)."
5394
+ "summary": "The health check path for the target group."
5409
5395
  },
5410
5396
  "immutable": true,
5411
5397
  "locationInModule": {
5412
5398
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5413
- "line": 30
5399
+ "line": 55
5414
5400
  },
5415
- "name": "fqdn",
5401
+ "name": "healtCheckPath",
5416
5402
  "type": {
5417
5403
  "primitive": "string"
5418
5404
  }
@@ -5421,32 +5407,33 @@
5421
5407
  "abstract": true,
5422
5408
  "docs": {
5423
5409
  "stability": "experimental",
5424
- "summary": "The health check path for the target group."
5410
+ "summary": "The Route 53 hosted zone where the ALB's DNS record will be created."
5425
5411
  },
5426
5412
  "immutable": true,
5427
5413
  "locationInModule": {
5428
5414
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5429
- "line": 67
5415
+ "line": 45
5430
5416
  },
5431
- "name": "healtCheckPath",
5417
+ "name": "hostedZone",
5432
5418
  "type": {
5433
- "primitive": "string"
5419
+ "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
5434
5420
  }
5435
5421
  },
5436
5422
  {
5437
5423
  "abstract": true,
5438
5424
  "docs": {
5425
+ "remarks": "This name is used to register an A record in the given hosted zone.",
5439
5426
  "stability": "experimental",
5440
- "summary": "The Route 53 hosted zone where the ALB's DNS record will be created."
5427
+ "summary": "The domain prefix or record name for configuring the ALB domain."
5441
5428
  },
5442
5429
  "immutable": true,
5443
5430
  "locationInModule": {
5444
5431
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5445
- "line": 50
5432
+ "line": 30
5446
5433
  },
5447
- "name": "hostedZone",
5434
+ "name": "recordName",
5448
5435
  "type": {
5449
- "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
5436
+ "primitive": "string"
5450
5437
  }
5451
5438
  },
5452
5439
  {
@@ -5458,7 +5445,7 @@
5458
5445
  "immutable": true,
5459
5446
  "locationInModule": {
5460
5447
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5461
- "line": 62
5448
+ "line": 50
5462
5449
  },
5463
5450
  "name": "trafficPort",
5464
5451
  "type": {
@@ -5481,22 +5468,6 @@
5481
5468
  "fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
5482
5469
  }
5483
5470
  },
5484
- {
5485
- "abstract": true,
5486
- "docs": {
5487
- "stability": "experimental",
5488
- "summary": "The Cognito User Pool Domain used for authentication."
5489
- },
5490
- "immutable": true,
5491
- "locationInModule": {
5492
- "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5493
- "line": 45
5494
- },
5495
- "name": "userPoolDomain",
5496
- "type": {
5497
- "fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
5498
- }
5499
- },
5500
5471
  {
5501
5472
  "abstract": true,
5502
5473
  "docs": {
@@ -5512,29 +5483,6 @@
5512
5483
  "type": {
5513
5484
  "fqn": "aws-cdk-lib.aws_ec2.IVpc"
5514
5485
  }
5515
- },
5516
- {
5517
- "abstract": true,
5518
- "docs": {
5519
- "default": "- No additional callback URLs are configured.",
5520
- "stability": "experimental",
5521
- "summary": "Additional callback URLs to be added to the Cognito User Pool Client."
5522
- },
5523
- "immutable": true,
5524
- "locationInModule": {
5525
- "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5526
- "line": 57
5527
- },
5528
- "name": "additionalCallbackUrls",
5529
- "optional": true,
5530
- "type": {
5531
- "collection": {
5532
- "elementtype": {
5533
- "primitive": "string"
5534
- },
5535
- "kind": "array"
5536
- }
5537
- }
5538
5486
  }
5539
5487
  ],
5540
5488
  "symbolId": "src/platform/ApplicationLoadBalancerV2:ApplicationLoadBalancerPropsV2"
@@ -5554,7 +5502,7 @@
5554
5502
  },
5555
5503
  "locationInModule": {
5556
5504
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5557
- "line": 140
5505
+ "line": 128
5558
5506
  },
5559
5507
  "parameters": [
5560
5508
  {
@@ -5580,7 +5528,7 @@
5580
5528
  "kind": "class",
5581
5529
  "locationInModule": {
5582
5530
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5583
- "line": 100
5531
+ "line": 88
5584
5532
  },
5585
5533
  "methods": [
5586
5534
  {
@@ -5589,7 +5537,7 @@
5589
5537
  },
5590
5538
  "locationInModule": {
5591
5539
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5592
- "line": 101
5540
+ "line": 89
5593
5541
  },
5594
5542
  "name": "fromBasePlatform",
5595
5543
  "parameters": [
@@ -5629,7 +5577,7 @@
5629
5577
  "immutable": true,
5630
5578
  "locationInModule": {
5631
5579
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5632
- "line": 138
5580
+ "line": 126
5633
5581
  },
5634
5582
  "name": "targetGroup",
5635
5583
  "overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
@@ -5685,7 +5633,7 @@
5685
5633
  "kind": "class",
5686
5634
  "locationInModule": {
5687
5635
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5688
- "line": 80
5636
+ "line": 68
5689
5637
  },
5690
5638
  "methods": [
5691
5639
  {
@@ -5694,7 +5642,7 @@
5694
5642
  },
5695
5643
  "locationInModule": {
5696
5644
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5697
- "line": 86
5645
+ "line": 74
5698
5646
  },
5699
5647
  "name": "addTarget",
5700
5648
  "overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
@@ -5718,7 +5666,7 @@
5718
5666
  "immutable": true,
5719
5667
  "locationInModule": {
5720
5668
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5721
- "line": 84
5669
+ "line": 72
5722
5670
  },
5723
5671
  "name": "targetGroup",
5724
5672
  "overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
@@ -5739,7 +5687,7 @@
5739
5687
  "kind": "interface",
5740
5688
  "locationInModule": {
5741
5689
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5742
- "line": 70
5690
+ "line": 58
5743
5691
  },
5744
5692
  "name": "ApplicationLoadBalancerV2LookupOptions",
5745
5693
  "properties": [
@@ -5751,7 +5699,7 @@
5751
5699
  "immutable": true,
5752
5700
  "locationInModule": {
5753
5701
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5754
- "line": 71
5702
+ "line": 59
5755
5703
  },
5756
5704
  "name": "basePlatform",
5757
5705
  "type": {
@@ -6234,7 +6182,7 @@
6234
6182
  },
6235
6183
  "locationInModule": {
6236
6184
  "filename": "src/platform/CognitoUserPool.ts",
6237
- "line": 177
6185
+ "line": 168
6238
6186
  },
6239
6187
  "parameters": [
6240
6188
  {
@@ -6260,7 +6208,7 @@
6260
6208
  "kind": "class",
6261
6209
  "locationInModule": {
6262
6210
  "filename": "src/platform/CognitoUserPool.ts",
6263
- "line": 109
6211
+ "line": 100
6264
6212
  },
6265
6213
  "methods": [
6266
6214
  {
@@ -6269,7 +6217,7 @@
6269
6217
  },
6270
6218
  "locationInModule": {
6271
6219
  "filename": "src/platform/CognitoUserPool.ts",
6272
- "line": 110
6220
+ "line": 101
6273
6221
  },
6274
6222
  "name": "fromBasePlatform",
6275
6223
  "parameters": [
@@ -6309,7 +6257,7 @@
6309
6257
  "immutable": true,
6310
6258
  "locationInModule": {
6311
6259
  "filename": "src/platform/CognitoUserPool.ts",
6312
- "line": 174
6260
+ "line": 165
6313
6261
  },
6314
6262
  "name": "apiUserPoolClient",
6315
6263
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6324,7 +6272,7 @@
6324
6272
  "immutable": true,
6325
6273
  "locationInModule": {
6326
6274
  "filename": "src/platform/CognitoUserPool.ts",
6327
- "line": 173
6275
+ "line": 164
6328
6276
  },
6329
6277
  "name": "appUserPoolClient",
6330
6278
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6339,7 +6287,7 @@
6339
6287
  "immutable": true,
6340
6288
  "locationInModule": {
6341
6289
  "filename": "src/platform/CognitoUserPool.ts",
6342
- "line": 175
6290
+ "line": 166
6343
6291
  },
6344
6292
  "name": "cognitoUserPoolDomain",
6345
6293
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6354,7 +6302,7 @@
6354
6302
  "immutable": true,
6355
6303
  "locationInModule": {
6356
6304
  "filename": "src/platform/CognitoUserPool.ts",
6357
- "line": 172
6305
+ "line": 163
6358
6306
  },
6359
6307
  "name": "userPool",
6360
6308
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6410,7 +6358,7 @@
6410
6358
  "kind": "class",
6411
6359
  "locationInModule": {
6412
6360
  "filename": "src/platform/CognitoUserPool.ts",
6413
- "line": 87
6361
+ "line": 78
6414
6362
  },
6415
6363
  "methods": [
6416
6364
  {
@@ -6419,7 +6367,7 @@
6419
6367
  },
6420
6368
  "locationInModule": {
6421
6369
  "filename": "src/platform/CognitoUserPool.ts",
6422
- "line": 102
6370
+ "line": 93
6423
6371
  },
6424
6372
  "name": "createCognitoUserPoolsAuthorizer",
6425
6373
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6435,7 +6383,7 @@
6435
6383
  },
6436
6384
  "locationInModule": {
6437
6385
  "filename": "src/platform/CognitoUserPool.ts",
6438
- "line": 96
6386
+ "line": 87
6439
6387
  },
6440
6388
  "name": "createHttpUserPoolAuthorizer",
6441
6389
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6456,7 +6404,7 @@
6456
6404
  "immutable": true,
6457
6405
  "locationInModule": {
6458
6406
  "filename": "src/platform/CognitoUserPool.ts",
6459
- "line": 93
6407
+ "line": 84
6460
6408
  },
6461
6409
  "name": "apiUserPoolClient",
6462
6410
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6472,7 +6420,7 @@
6472
6420
  "immutable": true,
6473
6421
  "locationInModule": {
6474
6422
  "filename": "src/platform/CognitoUserPool.ts",
6475
- "line": 92
6423
+ "line": 83
6476
6424
  },
6477
6425
  "name": "appUserPoolClient",
6478
6426
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6488,7 +6436,7 @@
6488
6436
  "immutable": true,
6489
6437
  "locationInModule": {
6490
6438
  "filename": "src/platform/CognitoUserPool.ts",
6491
- "line": 94
6439
+ "line": 85
6492
6440
  },
6493
6441
  "name": "cognitoUserPoolDomain",
6494
6442
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6504,7 +6452,7 @@
6504
6452
  "immutable": true,
6505
6453
  "locationInModule": {
6506
6454
  "filename": "src/platform/CognitoUserPool.ts",
6507
- "line": 91
6455
+ "line": 82
6508
6456
  },
6509
6457
  "name": "userPool",
6510
6458
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6532,18 +6480,22 @@
6532
6480
  {
6533
6481
  "abstract": true,
6534
6482
  "docs": {
6535
- "remarks": "This setting is used to configure the correct callback URL for user pool\nclient such that the ALB can perform authentication.",
6536
6483
  "stability": "experimental",
6537
- "summary": "The fully qualified domain name which the ALB will listen to."
6484
+ "summary": "Specify additional callback URLs which the frontend uses for OIDC authentication."
6538
6485
  },
6539
6486
  "immutable": true,
6540
6487
  "locationInModule": {
6541
6488
  "filename": "src/platform/CognitoUserPool.ts",
6542
- "line": 37
6489
+ "line": 51
6543
6490
  },
6544
- "name": "fqdn",
6491
+ "name": "callbackUrls",
6545
6492
  "type": {
6546
- "primitive": "string"
6493
+ "collection": {
6494
+ "elementtype": {
6495
+ "primitive": "string"
6496
+ },
6497
+ "kind": "array"
6498
+ }
6547
6499
  }
6548
6500
  },
6549
6501
  {
@@ -6586,7 +6538,7 @@
6586
6538
  "immutable": true,
6587
6539
  "locationInModule": {
6588
6540
  "filename": "src/platform/CognitoUserPool.ts",
6589
- "line": 42
6541
+ "line": 33
6590
6542
  },
6591
6543
  "name": "additionalUserPoolIdentityProviders",
6592
6544
  "optional": true,
@@ -6608,7 +6560,7 @@
6608
6560
  "immutable": true,
6609
6561
  "locationInModule": {
6610
6562
  "filename": "src/platform/CognitoUserPool.ts",
6611
- "line": 65
6563
+ "line": 56
6612
6564
  },
6613
6565
  "name": "apiClientOptions",
6614
6566
  "optional": true,
@@ -6625,7 +6577,7 @@
6625
6577
  "immutable": true,
6626
6578
  "locationInModule": {
6627
6579
  "filename": "src/platform/CognitoUserPool.ts",
6628
- "line": 70
6580
+ "line": 61
6629
6581
  },
6630
6582
  "name": "appClientOptions",
6631
6583
  "optional": true,
@@ -6633,28 +6585,6 @@
6633
6585
  "fqn": "aws-cdk-lib.aws_cognito.UserPoolClientOptions"
6634
6586
  }
6635
6587
  },
6636
- {
6637
- "abstract": true,
6638
- "docs": {
6639
- "stability": "experimental",
6640
- "summary": "Specify additional callback URLs which the frontend uses for OIDC authentication."
6641
- },
6642
- "immutable": true,
6643
- "locationInModule": {
6644
- "filename": "src/platform/CognitoUserPool.ts",
6645
- "line": 60
6646
- },
6647
- "name": "callbackUrls",
6648
- "optional": true,
6649
- "type": {
6650
- "collection": {
6651
- "elementtype": {
6652
- "primitive": "string"
6653
- },
6654
- "kind": "array"
6655
- }
6656
- }
6657
- },
6658
6588
  {
6659
6589
  "abstract": true,
6660
6590
  "docs": {
@@ -6664,7 +6594,7 @@
6664
6594
  "immutable": true,
6665
6595
  "locationInModule": {
6666
6596
  "filename": "src/platform/CognitoUserPool.ts",
6667
- "line": 75
6597
+ "line": 66
6668
6598
  },
6669
6599
  "name": "createManagedLoginBranding",
6670
6600
  "optional": true,
@@ -6681,7 +6611,7 @@
6681
6611
  "immutable": true,
6682
6612
  "locationInModule": {
6683
6613
  "filename": "src/platform/CognitoUserPool.ts",
6684
- "line": 54
6614
+ "line": 45
6685
6615
  },
6686
6616
  "name": "logoutUrls",
6687
6617
  "optional": true,
@@ -6704,7 +6634,7 @@
6704
6634
  "immutable": true,
6705
6635
  "locationInModule": {
6706
6636
  "filename": "src/platform/CognitoUserPool.ts",
6707
- "line": 49
6637
+ "line": 40
6708
6638
  },
6709
6639
  "name": "resourceServer",
6710
6640
  "optional": true,
@@ -9312,7 +9242,7 @@
9312
9242
  "kind": "interface",
9313
9243
  "locationInModule": {
9314
9244
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
9315
- "line": 74
9245
+ "line": 62
9316
9246
  },
9317
9247
  "methods": [
9318
9248
  {
@@ -9322,7 +9252,7 @@
9322
9252
  },
9323
9253
  "locationInModule": {
9324
9254
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
9325
- "line": 77
9255
+ "line": 65
9326
9256
  },
9327
9257
  "name": "addTarget",
9328
9258
  "parameters": [
@@ -9345,7 +9275,7 @@
9345
9275
  "immutable": true,
9346
9276
  "locationInModule": {
9347
9277
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
9348
- "line": 75
9278
+ "line": 63
9349
9279
  },
9350
9280
  "name": "targetGroup",
9351
9281
  "type": {
@@ -9364,7 +9294,7 @@
9364
9294
  "kind": "interface",
9365
9295
  "locationInModule": {
9366
9296
  "filename": "src/platform/CognitoUserPool.ts",
9367
- "line": 78
9297
+ "line": 69
9368
9298
  },
9369
9299
  "methods": [
9370
9300
  {
@@ -9374,7 +9304,7 @@
9374
9304
  },
9375
9305
  "locationInModule": {
9376
9306
  "filename": "src/platform/CognitoUserPool.ts",
9377
- "line": 84
9307
+ "line": 75
9378
9308
  },
9379
9309
  "name": "createCognitoUserPoolsAuthorizer",
9380
9310
  "returns": {
@@ -9390,7 +9320,7 @@
9390
9320
  },
9391
9321
  "locationInModule": {
9392
9322
  "filename": "src/platform/CognitoUserPool.ts",
9393
- "line": 83
9323
+ "line": 74
9394
9324
  },
9395
9325
  "name": "createHttpUserPoolAuthorizer",
9396
9326
  "returns": {
@@ -9410,7 +9340,7 @@
9410
9340
  "immutable": true,
9411
9341
  "locationInModule": {
9412
9342
  "filename": "src/platform/CognitoUserPool.ts",
9413
- "line": 81
9343
+ "line": 72
9414
9344
  },
9415
9345
  "name": "apiUserPoolClient",
9416
9346
  "type": {
@@ -9425,7 +9355,7 @@
9425
9355
  "immutable": true,
9426
9356
  "locationInModule": {
9427
9357
  "filename": "src/platform/CognitoUserPool.ts",
9428
- "line": 80
9358
+ "line": 71
9429
9359
  },
9430
9360
  "name": "appUserPoolClient",
9431
9361
  "type": {
@@ -9440,7 +9370,7 @@
9440
9370
  "immutable": true,
9441
9371
  "locationInModule": {
9442
9372
  "filename": "src/platform/CognitoUserPool.ts",
9443
- "line": 82
9373
+ "line": 73
9444
9374
  },
9445
9375
  "name": "cognitoUserPoolDomain",
9446
9376
  "type": {
@@ -9455,7 +9385,7 @@
9455
9385
  "immutable": true,
9456
9386
  "locationInModule": {
9457
9387
  "filename": "src/platform/CognitoUserPool.ts",
9458
- "line": 79
9388
+ "line": 70
9459
9389
  },
9460
9390
  "name": "userPool",
9461
9391
  "type": {
@@ -9939,7 +9869,7 @@
9939
9869
  },
9940
9870
  "locationInModule": {
9941
9871
  "filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
9942
- "line": 38
9872
+ "line": 37
9943
9873
  },
9944
9874
  "parameters": [
9945
9875
  {
@@ -9953,7 +9883,7 @@
9953
9883
  "kind": "class",
9954
9884
  "locationInModule": {
9955
9885
  "filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
9956
- "line": 35
9886
+ "line": 34
9957
9887
  },
9958
9888
  "methods": [
9959
9889
  {
@@ -9963,7 +9893,7 @@
9963
9893
  },
9964
9894
  "locationInModule": {
9965
9895
  "filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
9966
- "line": 43
9896
+ "line": 42
9967
9897
  },
9968
9898
  "name": "addHooks",
9969
9899
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -9978,7 +9908,7 @@
9978
9908
  "immutable": true,
9979
9909
  "locationInModule": {
9980
9910
  "filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
9981
- "line": 36
9911
+ "line": 35
9982
9912
  },
9983
9913
  "name": "props",
9984
9914
  "type": {
@@ -10873,7 +10803,7 @@
10873
10803
  },
10874
10804
  "locationInModule": {
10875
10805
  "filename": "src/platform/ResourceServer.ts",
10876
- "line": 41
10806
+ "line": 36
10877
10807
  },
10878
10808
  "parameters": [
10879
10809
  {
@@ -10899,7 +10829,7 @@
10899
10829
  "kind": "class",
10900
10830
  "locationInModule": {
10901
10831
  "filename": "src/platform/ResourceServer.ts",
10902
- "line": 38
10832
+ "line": 33
10903
10833
  },
10904
10834
  "methods": [
10905
10835
  {
@@ -10908,7 +10838,7 @@
10908
10838
  },
10909
10839
  "locationInModule": {
10910
10840
  "filename": "src/platform/ResourceServer.ts",
10911
- "line": 64
10841
+ "line": 59
10912
10842
  },
10913
10843
  "name": "createOAuthScopes",
10914
10844
  "returns": {
@@ -10931,7 +10861,7 @@
10931
10861
  },
10932
10862
  "locationInModule": {
10933
10863
  "filename": "src/platform/ResourceServer.ts",
10934
- "line": 39
10864
+ "line": 34
10935
10865
  },
10936
10866
  "name": "resourceServerInstance",
10937
10867
  "type": {
@@ -10955,22 +10885,6 @@
10955
10885
  },
10956
10886
  "name": "ResourceServerProps",
10957
10887
  "properties": [
10958
- {
10959
- "abstract": true,
10960
- "docs": {
10961
- "stability": "experimental",
10962
- "summary": "The fully qualified domain name (FQDN) used as the identifier for the resource server."
10963
- },
10964
- "immutable": true,
10965
- "locationInModule": {
10966
- "filename": "src/platform/ResourceServer.ts",
10967
- "line": 18
10968
- },
10969
- "name": "fqdn",
10970
- "type": {
10971
- "primitive": "string"
10972
- }
10973
- },
10974
10888
  {
10975
10889
  "abstract": true,
10976
10890
  "docs": {
@@ -10998,7 +10912,7 @@
10998
10912
  "immutable": true,
10999
10913
  "locationInModule": {
11000
10914
  "filename": "src/platform/ResourceServer.ts",
11001
- "line": 26
10915
+ "line": 21
11002
10916
  },
11003
10917
  "name": "scopes",
11004
10918
  "optional": true,
@@ -12347,6 +12261,6 @@
12347
12261
  "symbolId": "src/platform/Vpc:VpcProps"
12348
12262
  }
12349
12263
  },
12350
- "version": "0.17.1",
12351
- "fingerprint": "LtJgdUYHZ01uC4TbX5iSbjciUTzyWYIUCfemh9z2Km0="
12264
+ "version": "0.18.0",
12265
+ "fingerprint": "sFJap3eZBh10oLekSg2EzkjkdjzmfqiIgBFZxp98WvA="
12352
12266
  }