@btc-embedded/cdk-extensions 0.17.1 → 0.18.1
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/.jsii +95 -165
- package/API.md +30 -86
- package/CHANGELOG.md +28 -0
- package/lib/constructs/EventPipe.js +1 -1
- package/lib/constructs/S3Bucket.js +1 -1
- package/lib/constructs/SecureRestApi.js +1 -1
- package/lib/constructs/SecureRestApiV2.js +1 -1
- package/lib/extensions/ApiGatewayExtension.js +1 -1
- package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.d.ts +2 -3
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +7 -6
- package/lib/extensions/CloudMapExtension.js +1 -1
- package/lib/extensions/DeactivatableServiceExtension.js +1 -1
- package/lib/extensions/DocumentDbAccessExtension.js +1 -1
- package/lib/extensions/DomainEventMessagingExtension.js +1 -1
- package/lib/extensions/EfsMountExtension.js +1 -1
- package/lib/extensions/ExtraContainerExtension.js +1 -1
- package/lib/extensions/HTTPApiExtension.js +1 -1
- package/lib/extensions/LogExtension.js +1 -1
- package/lib/extensions/ModifyContainerDefinitionExtension.js +2 -2
- package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
- package/lib/extensions/OpenTelemetryExtension.js +1 -1
- package/lib/extensions/PostgresDbAccessExtension.js +1 -1
- package/lib/extensions/SharedVolumeExtension.js +1 -1
- package/lib/extensions/TcpKeepAliveExtension.js +1 -1
- package/lib/platform/ApiGateway.js +1 -1
- package/lib/platform/ApiGatewayVpcLink.js +2 -2
- package/lib/platform/ApplicationLoadBalancer.js +1 -1
- package/lib/platform/ApplicationLoadBalancerV2.d.ts +4 -14
- package/lib/platform/ApplicationLoadBalancerV2.js +9 -8
- package/lib/platform/BTCLogGroup.js +1 -1
- package/lib/platform/CognitoUserPool.d.ts +1 -9
- package/lib/platform/CognitoUserPool.js +4 -10
- package/lib/platform/DefaultUserPoolClients.js +1 -1
- package/lib/platform/DocumentDB.js +2 -2
- package/lib/platform/EfsFileSystem.js +1 -1
- package/lib/platform/PrivateDnsNamespace.js +1 -1
- package/lib/platform/ResourceServer.d.ts +0 -4
- package/lib/platform/ResourceServer.js +3 -3
- package/lib/platform/Vpc.js +1 -1
- package/lib/utils/StackParameter.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -5039,7 +5039,7 @@
|
|
|
5039
5039
|
"immutable": true,
|
|
5040
5040
|
"locationInModule": {
|
|
5041
5041
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5042
|
-
"line":
|
|
5042
|
+
"line": 27
|
|
5043
5043
|
},
|
|
5044
5044
|
"name": "clientScope",
|
|
5045
5045
|
"type": {
|
|
@@ -5069,7 +5069,7 @@
|
|
|
5069
5069
|
"immutable": true,
|
|
5070
5070
|
"locationInModule": {
|
|
5071
5071
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5072
|
-
"line":
|
|
5072
|
+
"line": 26
|
|
5073
5073
|
},
|
|
5074
5074
|
"name": "userPoolClientSecret",
|
|
5075
5075
|
"type": {
|
|
@@ -5084,7 +5084,23 @@
|
|
|
5084
5084
|
"immutable": true,
|
|
5085
5085
|
"locationInModule": {
|
|
5086
5086
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5087
|
-
"line":
|
|
5087
|
+
"line": 25
|
|
5088
|
+
},
|
|
5089
|
+
"name": "applicationLoadBalancer",
|
|
5090
|
+
"optional": true,
|
|
5091
|
+
"type": {
|
|
5092
|
+
"fqn": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2"
|
|
5093
|
+
}
|
|
5094
|
+
},
|
|
5095
|
+
{
|
|
5096
|
+
"abstract": true,
|
|
5097
|
+
"docs": {
|
|
5098
|
+
"stability": "experimental"
|
|
5099
|
+
},
|
|
5100
|
+
"immutable": true,
|
|
5101
|
+
"locationInModule": {
|
|
5102
|
+
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5103
|
+
"line": 28
|
|
5088
5104
|
},
|
|
5089
5105
|
"name": "healtCheckPath",
|
|
5090
5106
|
"optional": true,
|
|
@@ -5100,7 +5116,7 @@
|
|
|
5100
5116
|
"immutable": true,
|
|
5101
5117
|
"locationInModule": {
|
|
5102
5118
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5103
|
-
"line":
|
|
5119
|
+
"line": 29
|
|
5104
5120
|
},
|
|
5105
5121
|
"name": "path",
|
|
5106
5122
|
"optional": true,
|
|
@@ -5138,7 +5154,7 @@
|
|
|
5138
5154
|
"kind": "class",
|
|
5139
5155
|
"locationInModule": {
|
|
5140
5156
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5141
|
-
"line":
|
|
5157
|
+
"line": 64
|
|
5142
5158
|
},
|
|
5143
5159
|
"methods": [
|
|
5144
5160
|
{
|
|
@@ -5243,7 +5259,7 @@
|
|
|
5243
5259
|
},
|
|
5244
5260
|
"locationInModule": {
|
|
5245
5261
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5246
|
-
"line":
|
|
5262
|
+
"line": 67
|
|
5247
5263
|
},
|
|
5248
5264
|
"name": "cognitoUserPool",
|
|
5249
5265
|
"type": {
|
|
@@ -5262,19 +5278,6 @@
|
|
|
5262
5278
|
"type": {
|
|
5263
5279
|
"primitive": "string"
|
|
5264
5280
|
}
|
|
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
5281
|
}
|
|
5279
5282
|
],
|
|
5280
5283
|
"symbolId": "src/extensions/ApplicationLoadBalancerExtensionV2:ApplicationLoadBalancerExtensionV2"
|
|
@@ -5396,23 +5399,22 @@
|
|
|
5396
5399
|
"kind": "interface",
|
|
5397
5400
|
"locationInModule": {
|
|
5398
5401
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5399
|
-
"line":
|
|
5402
|
+
"line": 24
|
|
5400
5403
|
},
|
|
5401
5404
|
"name": "ApplicationLoadBalancerPropsV2",
|
|
5402
5405
|
"properties": [
|
|
5403
5406
|
{
|
|
5404
5407
|
"abstract": true,
|
|
5405
5408
|
"docs": {
|
|
5406
|
-
"remarks": "This is used for configuring DNS records.",
|
|
5407
5409
|
"stability": "experimental",
|
|
5408
|
-
"summary": "The
|
|
5410
|
+
"summary": "The health check path for the target group."
|
|
5409
5411
|
},
|
|
5410
5412
|
"immutable": true,
|
|
5411
5413
|
"locationInModule": {
|
|
5412
5414
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5413
|
-
"line":
|
|
5415
|
+
"line": 55
|
|
5414
5416
|
},
|
|
5415
|
-
"name": "
|
|
5417
|
+
"name": "healtCheckPath",
|
|
5416
5418
|
"type": {
|
|
5417
5419
|
"primitive": "string"
|
|
5418
5420
|
}
|
|
@@ -5421,32 +5423,33 @@
|
|
|
5421
5423
|
"abstract": true,
|
|
5422
5424
|
"docs": {
|
|
5423
5425
|
"stability": "experimental",
|
|
5424
|
-
"summary": "The
|
|
5426
|
+
"summary": "The Route 53 hosted zone where the ALB's DNS record will be created."
|
|
5425
5427
|
},
|
|
5426
5428
|
"immutable": true,
|
|
5427
5429
|
"locationInModule": {
|
|
5428
5430
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5429
|
-
"line":
|
|
5431
|
+
"line": 45
|
|
5430
5432
|
},
|
|
5431
|
-
"name": "
|
|
5433
|
+
"name": "hostedZone",
|
|
5432
5434
|
"type": {
|
|
5433
|
-
"
|
|
5435
|
+
"fqn": "aws-cdk-lib.aws_route53.IHostedZone"
|
|
5434
5436
|
}
|
|
5435
5437
|
},
|
|
5436
5438
|
{
|
|
5437
5439
|
"abstract": true,
|
|
5438
5440
|
"docs": {
|
|
5441
|
+
"remarks": "This name is used to register an A record in the given hosted zone.",
|
|
5439
5442
|
"stability": "experimental",
|
|
5440
|
-
"summary": "The
|
|
5443
|
+
"summary": "The domain prefix or record name for configuring the ALB domain."
|
|
5441
5444
|
},
|
|
5442
5445
|
"immutable": true,
|
|
5443
5446
|
"locationInModule": {
|
|
5444
5447
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5445
|
-
"line":
|
|
5448
|
+
"line": 30
|
|
5446
5449
|
},
|
|
5447
|
-
"name": "
|
|
5450
|
+
"name": "recordName",
|
|
5448
5451
|
"type": {
|
|
5449
|
-
"
|
|
5452
|
+
"primitive": "string"
|
|
5450
5453
|
}
|
|
5451
5454
|
},
|
|
5452
5455
|
{
|
|
@@ -5458,7 +5461,7 @@
|
|
|
5458
5461
|
"immutable": true,
|
|
5459
5462
|
"locationInModule": {
|
|
5460
5463
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5461
|
-
"line":
|
|
5464
|
+
"line": 50
|
|
5462
5465
|
},
|
|
5463
5466
|
"name": "trafficPort",
|
|
5464
5467
|
"type": {
|
|
@@ -5481,22 +5484,6 @@
|
|
|
5481
5484
|
"fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
|
|
5482
5485
|
}
|
|
5483
5486
|
},
|
|
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
5487
|
{
|
|
5501
5488
|
"abstract": true,
|
|
5502
5489
|
"docs": {
|
|
@@ -5512,29 +5499,6 @@
|
|
|
5512
5499
|
"type": {
|
|
5513
5500
|
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
5514
5501
|
}
|
|
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
5502
|
}
|
|
5539
5503
|
],
|
|
5540
5504
|
"symbolId": "src/platform/ApplicationLoadBalancerV2:ApplicationLoadBalancerPropsV2"
|
|
@@ -5554,7 +5518,7 @@
|
|
|
5554
5518
|
},
|
|
5555
5519
|
"locationInModule": {
|
|
5556
5520
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5557
|
-
"line":
|
|
5521
|
+
"line": 128
|
|
5558
5522
|
},
|
|
5559
5523
|
"parameters": [
|
|
5560
5524
|
{
|
|
@@ -5580,7 +5544,7 @@
|
|
|
5580
5544
|
"kind": "class",
|
|
5581
5545
|
"locationInModule": {
|
|
5582
5546
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5583
|
-
"line":
|
|
5547
|
+
"line": 88
|
|
5584
5548
|
},
|
|
5585
5549
|
"methods": [
|
|
5586
5550
|
{
|
|
@@ -5589,7 +5553,7 @@
|
|
|
5589
5553
|
},
|
|
5590
5554
|
"locationInModule": {
|
|
5591
5555
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5592
|
-
"line":
|
|
5556
|
+
"line": 89
|
|
5593
5557
|
},
|
|
5594
5558
|
"name": "fromBasePlatform",
|
|
5595
5559
|
"parameters": [
|
|
@@ -5629,7 +5593,7 @@
|
|
|
5629
5593
|
"immutable": true,
|
|
5630
5594
|
"locationInModule": {
|
|
5631
5595
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5632
|
-
"line":
|
|
5596
|
+
"line": 126
|
|
5633
5597
|
},
|
|
5634
5598
|
"name": "targetGroup",
|
|
5635
5599
|
"overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
|
|
@@ -5685,7 +5649,7 @@
|
|
|
5685
5649
|
"kind": "class",
|
|
5686
5650
|
"locationInModule": {
|
|
5687
5651
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5688
|
-
"line":
|
|
5652
|
+
"line": 68
|
|
5689
5653
|
},
|
|
5690
5654
|
"methods": [
|
|
5691
5655
|
{
|
|
@@ -5694,7 +5658,7 @@
|
|
|
5694
5658
|
},
|
|
5695
5659
|
"locationInModule": {
|
|
5696
5660
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5697
|
-
"line":
|
|
5661
|
+
"line": 74
|
|
5698
5662
|
},
|
|
5699
5663
|
"name": "addTarget",
|
|
5700
5664
|
"overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
|
|
@@ -5718,7 +5682,7 @@
|
|
|
5718
5682
|
"immutable": true,
|
|
5719
5683
|
"locationInModule": {
|
|
5720
5684
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5721
|
-
"line":
|
|
5685
|
+
"line": 72
|
|
5722
5686
|
},
|
|
5723
5687
|
"name": "targetGroup",
|
|
5724
5688
|
"overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
|
|
@@ -5739,7 +5703,7 @@
|
|
|
5739
5703
|
"kind": "interface",
|
|
5740
5704
|
"locationInModule": {
|
|
5741
5705
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5742
|
-
"line":
|
|
5706
|
+
"line": 58
|
|
5743
5707
|
},
|
|
5744
5708
|
"name": "ApplicationLoadBalancerV2LookupOptions",
|
|
5745
5709
|
"properties": [
|
|
@@ -5751,7 +5715,7 @@
|
|
|
5751
5715
|
"immutable": true,
|
|
5752
5716
|
"locationInModule": {
|
|
5753
5717
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5754
|
-
"line":
|
|
5718
|
+
"line": 59
|
|
5755
5719
|
},
|
|
5756
5720
|
"name": "basePlatform",
|
|
5757
5721
|
"type": {
|
|
@@ -6234,7 +6198,7 @@
|
|
|
6234
6198
|
},
|
|
6235
6199
|
"locationInModule": {
|
|
6236
6200
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6237
|
-
"line":
|
|
6201
|
+
"line": 168
|
|
6238
6202
|
},
|
|
6239
6203
|
"parameters": [
|
|
6240
6204
|
{
|
|
@@ -6260,7 +6224,7 @@
|
|
|
6260
6224
|
"kind": "class",
|
|
6261
6225
|
"locationInModule": {
|
|
6262
6226
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6263
|
-
"line":
|
|
6227
|
+
"line": 100
|
|
6264
6228
|
},
|
|
6265
6229
|
"methods": [
|
|
6266
6230
|
{
|
|
@@ -6269,7 +6233,7 @@
|
|
|
6269
6233
|
},
|
|
6270
6234
|
"locationInModule": {
|
|
6271
6235
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6272
|
-
"line":
|
|
6236
|
+
"line": 101
|
|
6273
6237
|
},
|
|
6274
6238
|
"name": "fromBasePlatform",
|
|
6275
6239
|
"parameters": [
|
|
@@ -6309,7 +6273,7 @@
|
|
|
6309
6273
|
"immutable": true,
|
|
6310
6274
|
"locationInModule": {
|
|
6311
6275
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6312
|
-
"line":
|
|
6276
|
+
"line": 165
|
|
6313
6277
|
},
|
|
6314
6278
|
"name": "apiUserPoolClient",
|
|
6315
6279
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6324,7 +6288,7 @@
|
|
|
6324
6288
|
"immutable": true,
|
|
6325
6289
|
"locationInModule": {
|
|
6326
6290
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6327
|
-
"line":
|
|
6291
|
+
"line": 164
|
|
6328
6292
|
},
|
|
6329
6293
|
"name": "appUserPoolClient",
|
|
6330
6294
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6339,7 +6303,7 @@
|
|
|
6339
6303
|
"immutable": true,
|
|
6340
6304
|
"locationInModule": {
|
|
6341
6305
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6342
|
-
"line":
|
|
6306
|
+
"line": 166
|
|
6343
6307
|
},
|
|
6344
6308
|
"name": "cognitoUserPoolDomain",
|
|
6345
6309
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6354,7 +6318,7 @@
|
|
|
6354
6318
|
"immutable": true,
|
|
6355
6319
|
"locationInModule": {
|
|
6356
6320
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6357
|
-
"line":
|
|
6321
|
+
"line": 163
|
|
6358
6322
|
},
|
|
6359
6323
|
"name": "userPool",
|
|
6360
6324
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6410,7 +6374,7 @@
|
|
|
6410
6374
|
"kind": "class",
|
|
6411
6375
|
"locationInModule": {
|
|
6412
6376
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6413
|
-
"line":
|
|
6377
|
+
"line": 78
|
|
6414
6378
|
},
|
|
6415
6379
|
"methods": [
|
|
6416
6380
|
{
|
|
@@ -6419,7 +6383,7 @@
|
|
|
6419
6383
|
},
|
|
6420
6384
|
"locationInModule": {
|
|
6421
6385
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6422
|
-
"line":
|
|
6386
|
+
"line": 93
|
|
6423
6387
|
},
|
|
6424
6388
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
6425
6389
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6435,7 +6399,7 @@
|
|
|
6435
6399
|
},
|
|
6436
6400
|
"locationInModule": {
|
|
6437
6401
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6438
|
-
"line":
|
|
6402
|
+
"line": 87
|
|
6439
6403
|
},
|
|
6440
6404
|
"name": "createHttpUserPoolAuthorizer",
|
|
6441
6405
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6456,7 +6420,7 @@
|
|
|
6456
6420
|
"immutable": true,
|
|
6457
6421
|
"locationInModule": {
|
|
6458
6422
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6459
|
-
"line":
|
|
6423
|
+
"line": 84
|
|
6460
6424
|
},
|
|
6461
6425
|
"name": "apiUserPoolClient",
|
|
6462
6426
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6472,7 +6436,7 @@
|
|
|
6472
6436
|
"immutable": true,
|
|
6473
6437
|
"locationInModule": {
|
|
6474
6438
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6475
|
-
"line":
|
|
6439
|
+
"line": 83
|
|
6476
6440
|
},
|
|
6477
6441
|
"name": "appUserPoolClient",
|
|
6478
6442
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6488,7 +6452,7 @@
|
|
|
6488
6452
|
"immutable": true,
|
|
6489
6453
|
"locationInModule": {
|
|
6490
6454
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6491
|
-
"line":
|
|
6455
|
+
"line": 85
|
|
6492
6456
|
},
|
|
6493
6457
|
"name": "cognitoUserPoolDomain",
|
|
6494
6458
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6504,7 +6468,7 @@
|
|
|
6504
6468
|
"immutable": true,
|
|
6505
6469
|
"locationInModule": {
|
|
6506
6470
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6507
|
-
"line":
|
|
6471
|
+
"line": 82
|
|
6508
6472
|
},
|
|
6509
6473
|
"name": "userPool",
|
|
6510
6474
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6532,18 +6496,22 @@
|
|
|
6532
6496
|
{
|
|
6533
6497
|
"abstract": true,
|
|
6534
6498
|
"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
6499
|
"stability": "experimental",
|
|
6537
|
-
"summary": "
|
|
6500
|
+
"summary": "Specify additional callback URLs which the frontend uses for OIDC authentication."
|
|
6538
6501
|
},
|
|
6539
6502
|
"immutable": true,
|
|
6540
6503
|
"locationInModule": {
|
|
6541
6504
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6542
|
-
"line":
|
|
6505
|
+
"line": 51
|
|
6543
6506
|
},
|
|
6544
|
-
"name": "
|
|
6507
|
+
"name": "callbackUrls",
|
|
6545
6508
|
"type": {
|
|
6546
|
-
"
|
|
6509
|
+
"collection": {
|
|
6510
|
+
"elementtype": {
|
|
6511
|
+
"primitive": "string"
|
|
6512
|
+
},
|
|
6513
|
+
"kind": "array"
|
|
6514
|
+
}
|
|
6547
6515
|
}
|
|
6548
6516
|
},
|
|
6549
6517
|
{
|
|
@@ -6586,7 +6554,7 @@
|
|
|
6586
6554
|
"immutable": true,
|
|
6587
6555
|
"locationInModule": {
|
|
6588
6556
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6589
|
-
"line":
|
|
6557
|
+
"line": 33
|
|
6590
6558
|
},
|
|
6591
6559
|
"name": "additionalUserPoolIdentityProviders",
|
|
6592
6560
|
"optional": true,
|
|
@@ -6608,7 +6576,7 @@
|
|
|
6608
6576
|
"immutable": true,
|
|
6609
6577
|
"locationInModule": {
|
|
6610
6578
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6611
|
-
"line":
|
|
6579
|
+
"line": 56
|
|
6612
6580
|
},
|
|
6613
6581
|
"name": "apiClientOptions",
|
|
6614
6582
|
"optional": true,
|
|
@@ -6625,7 +6593,7 @@
|
|
|
6625
6593
|
"immutable": true,
|
|
6626
6594
|
"locationInModule": {
|
|
6627
6595
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6628
|
-
"line":
|
|
6596
|
+
"line": 61
|
|
6629
6597
|
},
|
|
6630
6598
|
"name": "appClientOptions",
|
|
6631
6599
|
"optional": true,
|
|
@@ -6633,28 +6601,6 @@
|
|
|
6633
6601
|
"fqn": "aws-cdk-lib.aws_cognito.UserPoolClientOptions"
|
|
6634
6602
|
}
|
|
6635
6603
|
},
|
|
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
6604
|
{
|
|
6659
6605
|
"abstract": true,
|
|
6660
6606
|
"docs": {
|
|
@@ -6664,7 +6610,7 @@
|
|
|
6664
6610
|
"immutable": true,
|
|
6665
6611
|
"locationInModule": {
|
|
6666
6612
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6667
|
-
"line":
|
|
6613
|
+
"line": 66
|
|
6668
6614
|
},
|
|
6669
6615
|
"name": "createManagedLoginBranding",
|
|
6670
6616
|
"optional": true,
|
|
@@ -6681,7 +6627,7 @@
|
|
|
6681
6627
|
"immutable": true,
|
|
6682
6628
|
"locationInModule": {
|
|
6683
6629
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6684
|
-
"line":
|
|
6630
|
+
"line": 45
|
|
6685
6631
|
},
|
|
6686
6632
|
"name": "logoutUrls",
|
|
6687
6633
|
"optional": true,
|
|
@@ -6704,7 +6650,7 @@
|
|
|
6704
6650
|
"immutable": true,
|
|
6705
6651
|
"locationInModule": {
|
|
6706
6652
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6707
|
-
"line":
|
|
6653
|
+
"line": 40
|
|
6708
6654
|
},
|
|
6709
6655
|
"name": "resourceServer",
|
|
6710
6656
|
"optional": true,
|
|
@@ -9312,7 +9258,7 @@
|
|
|
9312
9258
|
"kind": "interface",
|
|
9313
9259
|
"locationInModule": {
|
|
9314
9260
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9315
|
-
"line":
|
|
9261
|
+
"line": 62
|
|
9316
9262
|
},
|
|
9317
9263
|
"methods": [
|
|
9318
9264
|
{
|
|
@@ -9322,7 +9268,7 @@
|
|
|
9322
9268
|
},
|
|
9323
9269
|
"locationInModule": {
|
|
9324
9270
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9325
|
-
"line":
|
|
9271
|
+
"line": 65
|
|
9326
9272
|
},
|
|
9327
9273
|
"name": "addTarget",
|
|
9328
9274
|
"parameters": [
|
|
@@ -9345,7 +9291,7 @@
|
|
|
9345
9291
|
"immutable": true,
|
|
9346
9292
|
"locationInModule": {
|
|
9347
9293
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9348
|
-
"line":
|
|
9294
|
+
"line": 63
|
|
9349
9295
|
},
|
|
9350
9296
|
"name": "targetGroup",
|
|
9351
9297
|
"type": {
|
|
@@ -9364,7 +9310,7 @@
|
|
|
9364
9310
|
"kind": "interface",
|
|
9365
9311
|
"locationInModule": {
|
|
9366
9312
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9367
|
-
"line":
|
|
9313
|
+
"line": 69
|
|
9368
9314
|
},
|
|
9369
9315
|
"methods": [
|
|
9370
9316
|
{
|
|
@@ -9374,7 +9320,7 @@
|
|
|
9374
9320
|
},
|
|
9375
9321
|
"locationInModule": {
|
|
9376
9322
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9377
|
-
"line":
|
|
9323
|
+
"line": 75
|
|
9378
9324
|
},
|
|
9379
9325
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
9380
9326
|
"returns": {
|
|
@@ -9390,7 +9336,7 @@
|
|
|
9390
9336
|
},
|
|
9391
9337
|
"locationInModule": {
|
|
9392
9338
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9393
|
-
"line":
|
|
9339
|
+
"line": 74
|
|
9394
9340
|
},
|
|
9395
9341
|
"name": "createHttpUserPoolAuthorizer",
|
|
9396
9342
|
"returns": {
|
|
@@ -9410,7 +9356,7 @@
|
|
|
9410
9356
|
"immutable": true,
|
|
9411
9357
|
"locationInModule": {
|
|
9412
9358
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9413
|
-
"line":
|
|
9359
|
+
"line": 72
|
|
9414
9360
|
},
|
|
9415
9361
|
"name": "apiUserPoolClient",
|
|
9416
9362
|
"type": {
|
|
@@ -9425,7 +9371,7 @@
|
|
|
9425
9371
|
"immutable": true,
|
|
9426
9372
|
"locationInModule": {
|
|
9427
9373
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9428
|
-
"line":
|
|
9374
|
+
"line": 71
|
|
9429
9375
|
},
|
|
9430
9376
|
"name": "appUserPoolClient",
|
|
9431
9377
|
"type": {
|
|
@@ -9440,7 +9386,7 @@
|
|
|
9440
9386
|
"immutable": true,
|
|
9441
9387
|
"locationInModule": {
|
|
9442
9388
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9443
|
-
"line":
|
|
9389
|
+
"line": 73
|
|
9444
9390
|
},
|
|
9445
9391
|
"name": "cognitoUserPoolDomain",
|
|
9446
9392
|
"type": {
|
|
@@ -9455,7 +9401,7 @@
|
|
|
9455
9401
|
"immutable": true,
|
|
9456
9402
|
"locationInModule": {
|
|
9457
9403
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9458
|
-
"line":
|
|
9404
|
+
"line": 70
|
|
9459
9405
|
},
|
|
9460
9406
|
"name": "userPool",
|
|
9461
9407
|
"type": {
|
|
@@ -9939,7 +9885,7 @@
|
|
|
9939
9885
|
},
|
|
9940
9886
|
"locationInModule": {
|
|
9941
9887
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9942
|
-
"line":
|
|
9888
|
+
"line": 37
|
|
9943
9889
|
},
|
|
9944
9890
|
"parameters": [
|
|
9945
9891
|
{
|
|
@@ -9953,7 +9899,7 @@
|
|
|
9953
9899
|
"kind": "class",
|
|
9954
9900
|
"locationInModule": {
|
|
9955
9901
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9956
|
-
"line":
|
|
9902
|
+
"line": 34
|
|
9957
9903
|
},
|
|
9958
9904
|
"methods": [
|
|
9959
9905
|
{
|
|
@@ -9963,7 +9909,7 @@
|
|
|
9963
9909
|
},
|
|
9964
9910
|
"locationInModule": {
|
|
9965
9911
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9966
|
-
"line":
|
|
9912
|
+
"line": 42
|
|
9967
9913
|
},
|
|
9968
9914
|
"name": "addHooks",
|
|
9969
9915
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
@@ -9978,7 +9924,7 @@
|
|
|
9978
9924
|
"immutable": true,
|
|
9979
9925
|
"locationInModule": {
|
|
9980
9926
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9981
|
-
"line":
|
|
9927
|
+
"line": 35
|
|
9982
9928
|
},
|
|
9983
9929
|
"name": "props",
|
|
9984
9930
|
"type": {
|
|
@@ -10873,7 +10819,7 @@
|
|
|
10873
10819
|
},
|
|
10874
10820
|
"locationInModule": {
|
|
10875
10821
|
"filename": "src/platform/ResourceServer.ts",
|
|
10876
|
-
"line":
|
|
10822
|
+
"line": 36
|
|
10877
10823
|
},
|
|
10878
10824
|
"parameters": [
|
|
10879
10825
|
{
|
|
@@ -10899,7 +10845,7 @@
|
|
|
10899
10845
|
"kind": "class",
|
|
10900
10846
|
"locationInModule": {
|
|
10901
10847
|
"filename": "src/platform/ResourceServer.ts",
|
|
10902
|
-
"line":
|
|
10848
|
+
"line": 33
|
|
10903
10849
|
},
|
|
10904
10850
|
"methods": [
|
|
10905
10851
|
{
|
|
@@ -10908,7 +10854,7 @@
|
|
|
10908
10854
|
},
|
|
10909
10855
|
"locationInModule": {
|
|
10910
10856
|
"filename": "src/platform/ResourceServer.ts",
|
|
10911
|
-
"line":
|
|
10857
|
+
"line": 59
|
|
10912
10858
|
},
|
|
10913
10859
|
"name": "createOAuthScopes",
|
|
10914
10860
|
"returns": {
|
|
@@ -10931,7 +10877,7 @@
|
|
|
10931
10877
|
},
|
|
10932
10878
|
"locationInModule": {
|
|
10933
10879
|
"filename": "src/platform/ResourceServer.ts",
|
|
10934
|
-
"line":
|
|
10880
|
+
"line": 34
|
|
10935
10881
|
},
|
|
10936
10882
|
"name": "resourceServerInstance",
|
|
10937
10883
|
"type": {
|
|
@@ -10955,22 +10901,6 @@
|
|
|
10955
10901
|
},
|
|
10956
10902
|
"name": "ResourceServerProps",
|
|
10957
10903
|
"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
10904
|
{
|
|
10975
10905
|
"abstract": true,
|
|
10976
10906
|
"docs": {
|
|
@@ -10998,7 +10928,7 @@
|
|
|
10998
10928
|
"immutable": true,
|
|
10999
10929
|
"locationInModule": {
|
|
11000
10930
|
"filename": "src/platform/ResourceServer.ts",
|
|
11001
|
-
"line":
|
|
10931
|
+
"line": 21
|
|
11002
10932
|
},
|
|
11003
10933
|
"name": "scopes",
|
|
11004
10934
|
"optional": true,
|
|
@@ -12347,6 +12277,6 @@
|
|
|
12347
12277
|
"symbolId": "src/platform/Vpc:VpcProps"
|
|
12348
12278
|
}
|
|
12349
12279
|
},
|
|
12350
|
-
"version": "0.
|
|
12351
|
-
"fingerprint": "
|
|
12280
|
+
"version": "0.18.1",
|
|
12281
|
+
"fingerprint": "R9rYN/mvFn4VZTvClO6ud/CQx5COvYhZAYQlJDIwL6g="
|
|
12352
12282
|
}
|