@btc-embedded/cdk-extensions 0.18.0 → 0.19.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 (45) hide show
  1. package/.jsii +391 -137
  2. package/API.md +445 -60
  3. package/CHANGELOG.md +27 -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 +3 -9
  11. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +10 -40
  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 +1 -1
  21. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  22. package/lib/extensions/OpenIdExtension.d.ts +20 -0
  23. package/lib/extensions/OpenIdExtension.js +52 -0
  24. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  25. package/lib/extensions/PostgresDbAccessExtension.js +1 -1
  26. package/lib/extensions/SharedVolumeExtension.js +1 -1
  27. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  28. package/lib/extensions/index.d.ts +1 -0
  29. package/lib/extensions/index.js +2 -1
  30. package/lib/platform/ApiGateway.js +1 -1
  31. package/lib/platform/ApiGatewayVpcLink.js +2 -2
  32. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  33. package/lib/platform/ApplicationLoadBalancerV2.d.ts +4 -0
  34. package/lib/platform/ApplicationLoadBalancerV2.js +14 -6
  35. package/lib/platform/BTCLogGroup.js +1 -1
  36. package/lib/platform/CognitoUserPool.d.ts +17 -0
  37. package/lib/platform/CognitoUserPool.js +25 -3
  38. package/lib/platform/DefaultUserPoolClients.js +1 -1
  39. package/lib/platform/DocumentDB.js +2 -2
  40. package/lib/platform/EfsFileSystem.js +1 -1
  41. package/lib/platform/PrivateDnsNamespace.js +1 -1
  42. package/lib/platform/ResourceServer.js +1 -1
  43. package/lib/platform/Vpc.js +1 -1
  44. package/lib/utils/StackParameter.js +1 -1
  45. package/package.json +1 -1
package/.jsii CHANGED
@@ -4620,6 +4620,83 @@
4620
4620
  ],
4621
4621
  "symbolId": "src/platform/ApiGatewayVpcLink:ApiGatewayVpcLinkProps"
4622
4622
  },
4623
+ "@btc-embedded/cdk-extensions.AppOpenIdParameters": {
4624
+ "assembly": "@btc-embedded/cdk-extensions",
4625
+ "datatype": true,
4626
+ "docs": {
4627
+ "stability": "experimental"
4628
+ },
4629
+ "fqn": "@btc-embedded/cdk-extensions.AppOpenIdParameters",
4630
+ "kind": "interface",
4631
+ "locationInModule": {
4632
+ "filename": "src/platform/CognitoUserPool.ts",
4633
+ "line": 70
4634
+ },
4635
+ "name": "AppOpenIdParameters",
4636
+ "properties": [
4637
+ {
4638
+ "abstract": true,
4639
+ "docs": {
4640
+ "stability": "experimental"
4641
+ },
4642
+ "immutable": true,
4643
+ "locationInModule": {
4644
+ "filename": "src/platform/CognitoUserPool.ts",
4645
+ "line": 72
4646
+ },
4647
+ "name": "clientId",
4648
+ "type": {
4649
+ "primitive": "string"
4650
+ }
4651
+ },
4652
+ {
4653
+ "abstract": true,
4654
+ "docs": {
4655
+ "stability": "experimental"
4656
+ },
4657
+ "immutable": true,
4658
+ "locationInModule": {
4659
+ "filename": "src/platform/CognitoUserPool.ts",
4660
+ "line": 71
4661
+ },
4662
+ "name": "issuerUrl",
4663
+ "type": {
4664
+ "primitive": "string"
4665
+ }
4666
+ },
4667
+ {
4668
+ "abstract": true,
4669
+ "docs": {
4670
+ "stability": "experimental"
4671
+ },
4672
+ "immutable": true,
4673
+ "locationInModule": {
4674
+ "filename": "src/platform/CognitoUserPool.ts",
4675
+ "line": 74
4676
+ },
4677
+ "name": "scope",
4678
+ "type": {
4679
+ "primitive": "string"
4680
+ }
4681
+ },
4682
+ {
4683
+ "abstract": true,
4684
+ "docs": {
4685
+ "stability": "experimental"
4686
+ },
4687
+ "immutable": true,
4688
+ "locationInModule": {
4689
+ "filename": "src/platform/CognitoUserPool.ts",
4690
+ "line": 73
4691
+ },
4692
+ "name": "secret",
4693
+ "type": {
4694
+ "fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
4695
+ }
4696
+ }
4697
+ ],
4698
+ "symbolId": "src/platform/CognitoUserPool:AppOpenIdParameters"
4699
+ },
4623
4700
  "@btc-embedded/cdk-extensions.ApplicationLoadBalancer": {
4624
4701
  "assembly": "@btc-embedded/cdk-extensions",
4625
4702
  "base": "constructs.Construct",
@@ -5027,7 +5104,7 @@
5027
5104
  "kind": "interface",
5028
5105
  "locationInModule": {
5029
5106
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5030
- "line": 22
5107
+ "line": 12
5031
5108
  },
5032
5109
  "name": "ApplicationLoadBalancerExtensionPropsV2",
5033
5110
  "properties": [
@@ -5039,57 +5116,12 @@
5039
5116
  "immutable": true,
5040
5117
  "locationInModule": {
5041
5118
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5042
- "line": 25
5043
- },
5044
- "name": "clientScope",
5045
- "type": {
5046
- "primitive": "string"
5047
- }
5048
- },
5049
- {
5050
- "abstract": true,
5051
- "docs": {
5052
- "stability": "experimental"
5053
- },
5054
- "immutable": true,
5055
- "locationInModule": {
5056
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5057
- "line": 23
5058
- },
5059
- "name": "platformStackName",
5060
- "type": {
5061
- "primitive": "string"
5062
- }
5063
- },
5064
- {
5065
- "abstract": true,
5066
- "docs": {
5067
- "stability": "experimental"
5068
- },
5069
- "immutable": true,
5070
- "locationInModule": {
5071
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5072
- "line": 24
5073
- },
5074
- "name": "userPoolClientSecret",
5075
- "type": {
5076
- "primitive": "string"
5077
- }
5078
- },
5079
- {
5080
- "abstract": true,
5081
- "docs": {
5082
- "stability": "experimental"
5083
- },
5084
- "immutable": true,
5085
- "locationInModule": {
5086
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5087
- "line": 26
5119
+ "line": 14
5088
5120
  },
5089
- "name": "healtCheckPath",
5121
+ "name": "loadBalancer",
5090
5122
  "optional": true,
5091
5123
  "type": {
5092
- "primitive": "string"
5124
+ "fqn": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2"
5093
5125
  }
5094
5126
  },
5095
5127
  {
@@ -5100,9 +5132,9 @@
5100
5132
  "immutable": true,
5101
5133
  "locationInModule": {
5102
5134
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5103
- "line": 27
5135
+ "line": 13
5104
5136
  },
5105
- "name": "path",
5137
+ "name": "platformStackName",
5106
5138
  "optional": true,
5107
5139
  "type": {
5108
5140
  "primitive": "string"
@@ -5124,7 +5156,7 @@
5124
5156
  },
5125
5157
  "locationInModule": {
5126
5158
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5127
- "line": 68
5159
+ "line": 20
5128
5160
  },
5129
5161
  "parameters": [
5130
5162
  {
@@ -5138,21 +5170,9 @@
5138
5170
  "kind": "class",
5139
5171
  "locationInModule": {
5140
5172
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5141
- "line": 62
5173
+ "line": 17
5142
5174
  },
5143
5175
  "methods": [
5144
- {
5145
- "docs": {
5146
- "stability": "experimental",
5147
- "summary": "A hook that allows the extension to add hooks to other extensions that are registered."
5148
- },
5149
- "locationInModule": {
5150
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5151
- "line": 73
5152
- },
5153
- "name": "addHooks",
5154
- "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
5155
- },
5156
5176
  {
5157
5177
  "docs": {
5158
5178
  "stability": "experimental",
@@ -5160,7 +5180,7 @@
5160
5180
  },
5161
5181
  "locationInModule": {
5162
5182
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5163
- "line": 111
5183
+ "line": 36
5164
5184
  },
5165
5185
  "name": "modifyServiceProps",
5166
5186
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5185,7 +5205,7 @@
5185
5205
  },
5186
5206
  "locationInModule": {
5187
5207
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5188
- "line": 95
5208
+ "line": 32
5189
5209
  },
5190
5210
  "name": "prehook",
5191
5211
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5212,7 +5232,7 @@
5212
5232
  },
5213
5233
  "locationInModule": {
5214
5234
  "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5215
- "line": 118
5235
+ "line": 43
5216
5236
  },
5217
5237
  "name": "useService",
5218
5238
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -5236,34 +5256,6 @@
5236
5256
  }
5237
5257
  ],
5238
5258
  "name": "ApplicationLoadBalancerExtensionV2",
5239
- "properties": [
5240
- {
5241
- "docs": {
5242
- "stability": "experimental"
5243
- },
5244
- "locationInModule": {
5245
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5246
- "line": 65
5247
- },
5248
- "name": "cognitoUserPool",
5249
- "type": {
5250
- "fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
5251
- }
5252
- },
5253
- {
5254
- "docs": {
5255
- "stability": "experimental"
5256
- },
5257
- "locationInModule": {
5258
- "filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
5259
- "line": 66
5260
- },
5261
- "name": "fqdn",
5262
- "type": {
5263
- "primitive": "string"
5264
- }
5265
- }
5266
- ],
5267
5259
  "symbolId": "src/extensions/ApplicationLoadBalancerExtensionV2:ApplicationLoadBalancerExtensionV2"
5268
5260
  },
5269
5261
  "@btc-embedded/cdk-extensions.ApplicationLoadBalancerProps": {
@@ -5502,7 +5494,7 @@
5502
5494
  },
5503
5495
  "locationInModule": {
5504
5496
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5505
- "line": 128
5497
+ "line": 140
5506
5498
  },
5507
5499
  "parameters": [
5508
5500
  {
@@ -5528,7 +5520,7 @@
5528
5520
  "kind": "class",
5529
5521
  "locationInModule": {
5530
5522
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5531
- "line": 88
5523
+ "line": 90
5532
5524
  },
5533
5525
  "methods": [
5534
5526
  {
@@ -5537,7 +5529,7 @@
5537
5529
  },
5538
5530
  "locationInModule": {
5539
5531
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5540
- "line": 89
5532
+ "line": 91
5541
5533
  },
5542
5534
  "name": "fromBasePlatform",
5543
5535
  "parameters": [
@@ -5577,7 +5569,22 @@
5577
5569
  "immutable": true,
5578
5570
  "locationInModule": {
5579
5571
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5580
- "line": 126
5572
+ "line": 138
5573
+ },
5574
+ "name": "domainName",
5575
+ "overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
5576
+ "type": {
5577
+ "primitive": "string"
5578
+ }
5579
+ },
5580
+ {
5581
+ "docs": {
5582
+ "stability": "experimental"
5583
+ },
5584
+ "immutable": true,
5585
+ "locationInModule": {
5586
+ "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5587
+ "line": 137
5581
5588
  },
5582
5589
  "name": "targetGroup",
5583
5590
  "overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
@@ -5633,7 +5640,7 @@
5633
5640
  "kind": "class",
5634
5641
  "locationInModule": {
5635
5642
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5636
- "line": 68
5643
+ "line": 69
5637
5644
  },
5638
5645
  "methods": [
5639
5646
  {
@@ -5642,7 +5649,7 @@
5642
5649
  },
5643
5650
  "locationInModule": {
5644
5651
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5645
- "line": 74
5652
+ "line": 76
5646
5653
  },
5647
5654
  "name": "addTarget",
5648
5655
  "overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
@@ -5666,7 +5673,23 @@
5666
5673
  "immutable": true,
5667
5674
  "locationInModule": {
5668
5675
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5669
- "line": 72
5676
+ "line": 74
5677
+ },
5678
+ "name": "domainName",
5679
+ "overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
5680
+ "type": {
5681
+ "primitive": "string"
5682
+ }
5683
+ },
5684
+ {
5685
+ "abstract": true,
5686
+ "docs": {
5687
+ "stability": "experimental"
5688
+ },
5689
+ "immutable": true,
5690
+ "locationInModule": {
5691
+ "filename": "src/platform/ApplicationLoadBalancerV2.ts",
5692
+ "line": 73
5670
5693
  },
5671
5694
  "name": "targetGroup",
5672
5695
  "overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
@@ -6182,7 +6205,7 @@
6182
6205
  },
6183
6206
  "locationInModule": {
6184
6207
  "filename": "src/platform/CognitoUserPool.ts",
6185
- "line": 168
6208
+ "line": 218
6186
6209
  },
6187
6210
  "parameters": [
6188
6211
  {
@@ -6208,7 +6231,7 @@
6208
6231
  "kind": "class",
6209
6232
  "locationInModule": {
6210
6233
  "filename": "src/platform/CognitoUserPool.ts",
6211
- "line": 100
6234
+ "line": 116
6212
6235
  },
6213
6236
  "methods": [
6214
6237
  {
@@ -6217,7 +6240,7 @@
6217
6240
  },
6218
6241
  "locationInModule": {
6219
6242
  "filename": "src/platform/CognitoUserPool.ts",
6220
- "line": 101
6243
+ "line": 117
6221
6244
  },
6222
6245
  "name": "fromBasePlatform",
6223
6246
  "parameters": [
@@ -6257,7 +6280,7 @@
6257
6280
  "immutable": true,
6258
6281
  "locationInModule": {
6259
6282
  "filename": "src/platform/CognitoUserPool.ts",
6260
- "line": 165
6283
+ "line": 213
6261
6284
  },
6262
6285
  "name": "apiUserPoolClient",
6263
6286
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6272,7 +6295,38 @@
6272
6295
  "immutable": true,
6273
6296
  "locationInModule": {
6274
6297
  "filename": "src/platform/CognitoUserPool.ts",
6275
- "line": 164
6298
+ "line": 214
6299
+ },
6300
+ "name": "appClientSecret",
6301
+ "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
6302
+ "type": {
6303
+ "fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
6304
+ }
6305
+ },
6306
+ {
6307
+ "docs": {
6308
+ "stability": "experimental",
6309
+ "summary": "Contains the OpenID parameters of the frontend/web application client."
6310
+ },
6311
+ "immutable": true,
6312
+ "locationInModule": {
6313
+ "filename": "src/platform/CognitoUserPool.ts",
6314
+ "line": 216
6315
+ },
6316
+ "name": "appOpenIdParameters",
6317
+ "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
6318
+ "type": {
6319
+ "fqn": "@btc-embedded/cdk-extensions.AppOpenIdParameters"
6320
+ }
6321
+ },
6322
+ {
6323
+ "docs": {
6324
+ "stability": "experimental"
6325
+ },
6326
+ "immutable": true,
6327
+ "locationInModule": {
6328
+ "filename": "src/platform/CognitoUserPool.ts",
6329
+ "line": 212
6276
6330
  },
6277
6331
  "name": "appUserPoolClient",
6278
6332
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6287,7 +6341,7 @@
6287
6341
  "immutable": true,
6288
6342
  "locationInModule": {
6289
6343
  "filename": "src/platform/CognitoUserPool.ts",
6290
- "line": 166
6344
+ "line": 215
6291
6345
  },
6292
6346
  "name": "cognitoUserPoolDomain",
6293
6347
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6302,7 +6356,7 @@
6302
6356
  "immutable": true,
6303
6357
  "locationInModule": {
6304
6358
  "filename": "src/platform/CognitoUserPool.ts",
6305
- "line": 163
6359
+ "line": 211
6306
6360
  },
6307
6361
  "name": "userPool",
6308
6362
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6358,7 +6412,7 @@
6358
6412
  "kind": "class",
6359
6413
  "locationInModule": {
6360
6414
  "filename": "src/platform/CognitoUserPool.ts",
6361
- "line": 78
6415
+ "line": 92
6362
6416
  },
6363
6417
  "methods": [
6364
6418
  {
@@ -6367,7 +6421,7 @@
6367
6421
  },
6368
6422
  "locationInModule": {
6369
6423
  "filename": "src/platform/CognitoUserPool.ts",
6370
- "line": 93
6424
+ "line": 109
6371
6425
  },
6372
6426
  "name": "createCognitoUserPoolsAuthorizer",
6373
6427
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6383,7 +6437,7 @@
6383
6437
  },
6384
6438
  "locationInModule": {
6385
6439
  "filename": "src/platform/CognitoUserPool.ts",
6386
- "line": 87
6440
+ "line": 103
6387
6441
  },
6388
6442
  "name": "createHttpUserPoolAuthorizer",
6389
6443
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6404,7 +6458,7 @@
6404
6458
  "immutable": true,
6405
6459
  "locationInModule": {
6406
6460
  "filename": "src/platform/CognitoUserPool.ts",
6407
- "line": 84
6461
+ "line": 98
6408
6462
  },
6409
6463
  "name": "apiUserPoolClient",
6410
6464
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6420,7 +6474,39 @@
6420
6474
  "immutable": true,
6421
6475
  "locationInModule": {
6422
6476
  "filename": "src/platform/CognitoUserPool.ts",
6423
- "line": 83
6477
+ "line": 100
6478
+ },
6479
+ "name": "appClientSecret",
6480
+ "type": {
6481
+ "fqn": "aws-cdk-lib.aws_secretsmanager.ISecret"
6482
+ }
6483
+ },
6484
+ {
6485
+ "abstract": true,
6486
+ "docs": {
6487
+ "stability": "experimental",
6488
+ "summary": "Contains the OpenID parameters of the frontend/web application client."
6489
+ },
6490
+ "immutable": true,
6491
+ "locationInModule": {
6492
+ "filename": "src/platform/CognitoUserPool.ts",
6493
+ "line": 101
6494
+ },
6495
+ "name": "appOpenIdParameters",
6496
+ "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
6497
+ "type": {
6498
+ "fqn": "@btc-embedded/cdk-extensions.AppOpenIdParameters"
6499
+ }
6500
+ },
6501
+ {
6502
+ "abstract": true,
6503
+ "docs": {
6504
+ "stability": "experimental"
6505
+ },
6506
+ "immutable": true,
6507
+ "locationInModule": {
6508
+ "filename": "src/platform/CognitoUserPool.ts",
6509
+ "line": 97
6424
6510
  },
6425
6511
  "name": "appUserPoolClient",
6426
6512
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6436,7 +6522,7 @@
6436
6522
  "immutable": true,
6437
6523
  "locationInModule": {
6438
6524
  "filename": "src/platform/CognitoUserPool.ts",
6439
- "line": 85
6525
+ "line": 99
6440
6526
  },
6441
6527
  "name": "cognitoUserPoolDomain",
6442
6528
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6452,7 +6538,7 @@
6452
6538
  "immutable": true,
6453
6539
  "locationInModule": {
6454
6540
  "filename": "src/platform/CognitoUserPool.ts",
6455
- "line": 82
6541
+ "line": 96
6456
6542
  },
6457
6543
  "name": "userPool",
6458
6544
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6473,7 +6559,7 @@
6473
6559
  "kind": "interface",
6474
6560
  "locationInModule": {
6475
6561
  "filename": "src/platform/CognitoUserPool.ts",
6476
- "line": 19
6562
+ "line": 20
6477
6563
  },
6478
6564
  "name": "CognitoUserPoolProps",
6479
6565
  "properties": [
@@ -6486,7 +6572,7 @@
6486
6572
  "immutable": true,
6487
6573
  "locationInModule": {
6488
6574
  "filename": "src/platform/CognitoUserPool.ts",
6489
- "line": 51
6575
+ "line": 52
6490
6576
  },
6491
6577
  "name": "callbackUrls",
6492
6578
  "type": {
@@ -6506,7 +6592,7 @@
6506
6592
  "immutable": true,
6507
6593
  "locationInModule": {
6508
6594
  "filename": "src/platform/CognitoUserPool.ts",
6509
- "line": 28
6595
+ "line": 29
6510
6596
  },
6511
6597
  "name": "userPoolDomain",
6512
6598
  "type": {
@@ -6522,7 +6608,7 @@
6522
6608
  "immutable": true,
6523
6609
  "locationInModule": {
6524
6610
  "filename": "src/platform/CognitoUserPool.ts",
6525
- "line": 23
6611
+ "line": 24
6526
6612
  },
6527
6613
  "name": "userPoolId",
6528
6614
  "type": {
@@ -6538,7 +6624,7 @@
6538
6624
  "immutable": true,
6539
6625
  "locationInModule": {
6540
6626
  "filename": "src/platform/CognitoUserPool.ts",
6541
- "line": 33
6627
+ "line": 34
6542
6628
  },
6543
6629
  "name": "additionalUserPoolIdentityProviders",
6544
6630
  "optional": true,
@@ -6560,7 +6646,7 @@
6560
6646
  "immutable": true,
6561
6647
  "locationInModule": {
6562
6648
  "filename": "src/platform/CognitoUserPool.ts",
6563
- "line": 56
6649
+ "line": 57
6564
6650
  },
6565
6651
  "name": "apiClientOptions",
6566
6652
  "optional": true,
@@ -6577,7 +6663,7 @@
6577
6663
  "immutable": true,
6578
6664
  "locationInModule": {
6579
6665
  "filename": "src/platform/CognitoUserPool.ts",
6580
- "line": 61
6666
+ "line": 62
6581
6667
  },
6582
6668
  "name": "appClientOptions",
6583
6669
  "optional": true,
@@ -6594,7 +6680,7 @@
6594
6680
  "immutable": true,
6595
6681
  "locationInModule": {
6596
6682
  "filename": "src/platform/CognitoUserPool.ts",
6597
- "line": 66
6683
+ "line": 67
6598
6684
  },
6599
6685
  "name": "createManagedLoginBranding",
6600
6686
  "optional": true,
@@ -6611,7 +6697,7 @@
6611
6697
  "immutable": true,
6612
6698
  "locationInModule": {
6613
6699
  "filename": "src/platform/CognitoUserPool.ts",
6614
- "line": 45
6700
+ "line": 46
6615
6701
  },
6616
6702
  "name": "logoutUrls",
6617
6703
  "optional": true,
@@ -6634,7 +6720,7 @@
6634
6720
  "immutable": true,
6635
6721
  "locationInModule": {
6636
6722
  "filename": "src/platform/CognitoUserPool.ts",
6637
- "line": 40
6723
+ "line": 41
6638
6724
  },
6639
6725
  "name": "resourceServer",
6640
6726
  "optional": true,
@@ -9252,7 +9338,7 @@
9252
9338
  },
9253
9339
  "locationInModule": {
9254
9340
  "filename": "src/platform/ApplicationLoadBalancerV2.ts",
9255
- "line": 65
9341
+ "line": 66
9256
9342
  },
9257
9343
  "name": "addTarget",
9258
9344
  "parameters": [
@@ -9267,6 +9353,21 @@
9267
9353
  ],
9268
9354
  "name": "IApplicationLoadBalancerV2",
9269
9355
  "properties": [
9356
+ {
9357
+ "abstract": true,
9358
+ "docs": {
9359
+ "stability": "experimental"
9360
+ },
9361
+ "immutable": true,
9362
+ "locationInModule": {
9363
+ "filename": "src/platform/ApplicationLoadBalancerV2.ts",
9364
+ "line": 64
9365
+ },
9366
+ "name": "domainName",
9367
+ "type": {
9368
+ "primitive": "string"
9369
+ }
9370
+ },
9270
9371
  {
9271
9372
  "abstract": true,
9272
9373
  "docs": {
@@ -9294,7 +9395,7 @@
9294
9395
  "kind": "interface",
9295
9396
  "locationInModule": {
9296
9397
  "filename": "src/platform/CognitoUserPool.ts",
9297
- "line": 69
9398
+ "line": 77
9298
9399
  },
9299
9400
  "methods": [
9300
9401
  {
@@ -9304,7 +9405,7 @@
9304
9405
  },
9305
9406
  "locationInModule": {
9306
9407
  "filename": "src/platform/CognitoUserPool.ts",
9307
- "line": 75
9408
+ "line": 89
9308
9409
  },
9309
9410
  "name": "createCognitoUserPoolsAuthorizer",
9310
9411
  "returns": {
@@ -9320,7 +9421,7 @@
9320
9421
  },
9321
9422
  "locationInModule": {
9322
9423
  "filename": "src/platform/CognitoUserPool.ts",
9323
- "line": 74
9424
+ "line": 88
9324
9425
  },
9325
9426
  "name": "createHttpUserPoolAuthorizer",
9326
9427
  "returns": {
@@ -9340,13 +9441,29 @@
9340
9441
  "immutable": true,
9341
9442
  "locationInModule": {
9342
9443
  "filename": "src/platform/CognitoUserPool.ts",
9343
- "line": 72
9444
+ "line": 80
9344
9445
  },
9345
9446
  "name": "apiUserPoolClient",
9346
9447
  "type": {
9347
9448
  "fqn": "aws-cdk-lib.aws_cognito.IUserPoolClient"
9348
9449
  }
9349
9450
  },
9451
+ {
9452
+ "abstract": true,
9453
+ "docs": {
9454
+ "stability": "experimental",
9455
+ "summary": "Contains the OpenID parameters of the frontend/web application client."
9456
+ },
9457
+ "immutable": true,
9458
+ "locationInModule": {
9459
+ "filename": "src/platform/CognitoUserPool.ts",
9460
+ "line": 86
9461
+ },
9462
+ "name": "appOpenIdParameters",
9463
+ "type": {
9464
+ "fqn": "@btc-embedded/cdk-extensions.AppOpenIdParameters"
9465
+ }
9466
+ },
9350
9467
  {
9351
9468
  "abstract": true,
9352
9469
  "docs": {
@@ -9355,7 +9472,7 @@
9355
9472
  "immutable": true,
9356
9473
  "locationInModule": {
9357
9474
  "filename": "src/platform/CognitoUserPool.ts",
9358
- "line": 71
9475
+ "line": 79
9359
9476
  },
9360
9477
  "name": "appUserPoolClient",
9361
9478
  "type": {
@@ -9370,7 +9487,7 @@
9370
9487
  "immutable": true,
9371
9488
  "locationInModule": {
9372
9489
  "filename": "src/platform/CognitoUserPool.ts",
9373
- "line": 73
9490
+ "line": 81
9374
9491
  },
9375
9492
  "name": "cognitoUserPoolDomain",
9376
9493
  "type": {
@@ -9385,7 +9502,7 @@
9385
9502
  "immutable": true,
9386
9503
  "locationInModule": {
9387
9504
  "filename": "src/platform/CognitoUserPool.ts",
9388
- "line": 70
9505
+ "line": 78
9389
9506
  },
9390
9507
  "name": "userPool",
9391
9508
  "type": {
@@ -9995,6 +10112,143 @@
9995
10112
  ],
9996
10113
  "symbolId": "src/extensions/ModifyTaskDefinitionExtension:ModifyTaskDefinitionExtension"
9997
10114
  },
10115
+ "@btc-embedded/cdk-extensions.OpenIdExtension": {
10116
+ "assembly": "@btc-embedded/cdk-extensions",
10117
+ "base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
10118
+ "docs": {
10119
+ "stability": "experimental"
10120
+ },
10121
+ "fqn": "@btc-embedded/cdk-extensions.OpenIdExtension",
10122
+ "initializer": {
10123
+ "docs": {
10124
+ "stability": "experimental"
10125
+ },
10126
+ "locationInModule": {
10127
+ "filename": "src/extensions/OpenIdExtension.ts",
10128
+ "line": 66
10129
+ },
10130
+ "parameters": [
10131
+ {
10132
+ "name": "props",
10133
+ "type": {
10134
+ "fqn": "@btc-embedded/cdk-extensions.OpenIdExtensionProps"
10135
+ }
10136
+ }
10137
+ ]
10138
+ },
10139
+ "kind": "class",
10140
+ "locationInModule": {
10141
+ "filename": "src/extensions/OpenIdExtension.ts",
10142
+ "line": 61
10143
+ },
10144
+ "methods": [
10145
+ {
10146
+ "docs": {
10147
+ "stability": "experimental",
10148
+ "summary": "A hook that allows the extension to add hooks to other extensions that are registered."
10149
+ },
10150
+ "locationInModule": {
10151
+ "filename": "src/extensions/OpenIdExtension.ts",
10152
+ "line": 71
10153
+ },
10154
+ "name": "addHooks",
10155
+ "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
10156
+ },
10157
+ {
10158
+ "docs": {
10159
+ "stability": "experimental",
10160
+ "summary": "A hook that is called for each extension ahead of time to allow for any initial setup, such as creating resources in advance."
10161
+ },
10162
+ "locationInModule": {
10163
+ "filename": "src/extensions/OpenIdExtension.ts",
10164
+ "line": 87
10165
+ },
10166
+ "name": "prehook",
10167
+ "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
10168
+ "parameters": [
10169
+ {
10170
+ "name": "service",
10171
+ "type": {
10172
+ "fqn": "@aws-cdk-containers/ecs-service-extensions.Service"
10173
+ }
10174
+ },
10175
+ {
10176
+ "name": "_scope",
10177
+ "type": {
10178
+ "fqn": "constructs.Construct"
10179
+ }
10180
+ }
10181
+ ]
10182
+ }
10183
+ ],
10184
+ "name": "OpenIdExtension",
10185
+ "properties": [
10186
+ {
10187
+ "docs": {
10188
+ "stability": "experimental"
10189
+ },
10190
+ "locationInModule": {
10191
+ "filename": "src/extensions/OpenIdExtension.ts",
10192
+ "line": 64
10193
+ },
10194
+ "name": "cognitoUserPool",
10195
+ "type": {
10196
+ "fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
10197
+ }
10198
+ }
10199
+ ],
10200
+ "symbolId": "src/extensions/OpenIdExtension:OpenIdExtension"
10201
+ },
10202
+ "@btc-embedded/cdk-extensions.OpenIdExtensionProps": {
10203
+ "assembly": "@btc-embedded/cdk-extensions",
10204
+ "datatype": true,
10205
+ "docs": {
10206
+ "stability": "experimental"
10207
+ },
10208
+ "fqn": "@btc-embedded/cdk-extensions.OpenIdExtensionProps",
10209
+ "kind": "interface",
10210
+ "locationInModule": {
10211
+ "filename": "src/extensions/OpenIdExtension.ts",
10212
+ "line": 49
10213
+ },
10214
+ "name": "OpenIdExtensionProps",
10215
+ "properties": [
10216
+ {
10217
+ "abstract": true,
10218
+ "docs": {
10219
+ "stability": "experimental",
10220
+ "summary": "The name of the base platform stack."
10221
+ },
10222
+ "immutable": true,
10223
+ "locationInModule": {
10224
+ "filename": "src/extensions/OpenIdExtension.ts",
10225
+ "line": 53
10226
+ },
10227
+ "name": "platformStackName",
10228
+ "type": {
10229
+ "primitive": "string"
10230
+ }
10231
+ },
10232
+ {
10233
+ "abstract": true,
10234
+ "docs": {
10235
+ "stability": "experimental",
10236
+ "summary": "Adds OIDC_REDIRECT_URI environment variable to the container if set."
10237
+ },
10238
+ "immutable": true,
10239
+ "locationInModule": {
10240
+ "filename": "src/extensions/OpenIdExtension.ts",
10241
+ "line": 58
10242
+ },
10243
+ "name": "redirectUri",
10244
+ "optional": true,
10245
+ "type": {
10246
+ "primitive": "string"
10247
+ }
10248
+ }
10249
+ ],
10250
+ "symbolId": "src/extensions/OpenIdExtension:OpenIdExtensionProps"
10251
+ },
9998
10252
  "@btc-embedded/cdk-extensions.OpenTelemetryExtension": {
9999
10253
  "assembly": "@btc-embedded/cdk-extensions",
10000
10254
  "base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -12261,6 +12515,6 @@
12261
12515
  "symbolId": "src/platform/Vpc:VpcProps"
12262
12516
  }
12263
12517
  },
12264
- "version": "0.18.0",
12265
- "fingerprint": "sFJap3eZBh10oLekSg2EzkjkdjzmfqiIgBFZxp98WvA="
12518
+ "version": "0.19.0",
12519
+ "fingerprint": "PTtUL8ij1itbN5bUSf2QnGCFLUp9zagwh/oAeirhWiI="
12266
12520
  }