@btc-embedded/cdk-extensions 0.17.0 → 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.
- package/.jsii +121 -175
- package/API.md +48 -93
- package/CHANGELOG.md +32 -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 +0 -2
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +3 -3
- 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 +5 -11
- package/lib/platform/CognitoUserPool.js +8 -14
- 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
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
"kind": "interface",
|
|
5028
5028
|
"locationInModule": {
|
|
5029
5029
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5030
|
-
"line":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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
|
|
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":
|
|
5399
|
+
"line": 55
|
|
5414
5400
|
},
|
|
5415
|
-
"name": "
|
|
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
|
|
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":
|
|
5415
|
+
"line": 45
|
|
5430
5416
|
},
|
|
5431
|
-
"name": "
|
|
5417
|
+
"name": "hostedZone",
|
|
5432
5418
|
"type": {
|
|
5433
|
-
"
|
|
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
|
|
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":
|
|
5432
|
+
"line": 30
|
|
5446
5433
|
},
|
|
5447
|
-
"name": "
|
|
5434
|
+
"name": "recordName",
|
|
5448
5435
|
"type": {
|
|
5449
|
-
"
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
6275
|
+
"line": 164
|
|
6328
6276
|
},
|
|
6329
6277
|
"name": "appUserPoolClient",
|
|
6330
6278
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6339,12 +6287,12 @@
|
|
|
6339
6287
|
"immutable": true,
|
|
6340
6288
|
"locationInModule": {
|
|
6341
6289
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6342
|
-
"line":
|
|
6290
|
+
"line": 166
|
|
6343
6291
|
},
|
|
6344
|
-
"name": "
|
|
6292
|
+
"name": "cognitoUserPoolDomain",
|
|
6345
6293
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
6346
6294
|
"type": {
|
|
6347
|
-
"fqn": "aws-cdk-lib.aws_cognito.
|
|
6295
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
|
|
6348
6296
|
}
|
|
6349
6297
|
},
|
|
6350
6298
|
{
|
|
@@ -6354,11 +6302,12 @@
|
|
|
6354
6302
|
"immutable": true,
|
|
6355
6303
|
"locationInModule": {
|
|
6356
6304
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6357
|
-
"line":
|
|
6305
|
+
"line": 163
|
|
6358
6306
|
},
|
|
6359
|
-
"name": "
|
|
6307
|
+
"name": "userPool",
|
|
6308
|
+
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
6360
6309
|
"type": {
|
|
6361
|
-
"fqn": "aws-cdk-lib.aws_cognito.
|
|
6310
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPool"
|
|
6362
6311
|
}
|
|
6363
6312
|
}
|
|
6364
6313
|
],
|
|
@@ -6409,7 +6358,7 @@
|
|
|
6409
6358
|
"kind": "class",
|
|
6410
6359
|
"locationInModule": {
|
|
6411
6360
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6412
|
-
"line":
|
|
6361
|
+
"line": 78
|
|
6413
6362
|
},
|
|
6414
6363
|
"methods": [
|
|
6415
6364
|
{
|
|
@@ -6418,7 +6367,7 @@
|
|
|
6418
6367
|
},
|
|
6419
6368
|
"locationInModule": {
|
|
6420
6369
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6421
|
-
"line":
|
|
6370
|
+
"line": 93
|
|
6422
6371
|
},
|
|
6423
6372
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
6424
6373
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6434,7 +6383,7 @@
|
|
|
6434
6383
|
},
|
|
6435
6384
|
"locationInModule": {
|
|
6436
6385
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6437
|
-
"line":
|
|
6386
|
+
"line": 87
|
|
6438
6387
|
},
|
|
6439
6388
|
"name": "createHttpUserPoolAuthorizer",
|
|
6440
6389
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6455,7 +6404,7 @@
|
|
|
6455
6404
|
"immutable": true,
|
|
6456
6405
|
"locationInModule": {
|
|
6457
6406
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6458
|
-
"line":
|
|
6407
|
+
"line": 84
|
|
6459
6408
|
},
|
|
6460
6409
|
"name": "apiUserPoolClient",
|
|
6461
6410
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6471,7 +6420,7 @@
|
|
|
6471
6420
|
"immutable": true,
|
|
6472
6421
|
"locationInModule": {
|
|
6473
6422
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6474
|
-
"line":
|
|
6423
|
+
"line": 83
|
|
6475
6424
|
},
|
|
6476
6425
|
"name": "appUserPoolClient",
|
|
6477
6426
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6487,7 +6436,23 @@
|
|
|
6487
6436
|
"immutable": true,
|
|
6488
6437
|
"locationInModule": {
|
|
6489
6438
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6490
|
-
"line":
|
|
6439
|
+
"line": 85
|
|
6440
|
+
},
|
|
6441
|
+
"name": "cognitoUserPoolDomain",
|
|
6442
|
+
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
6443
|
+
"type": {
|
|
6444
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
|
|
6445
|
+
}
|
|
6446
|
+
},
|
|
6447
|
+
{
|
|
6448
|
+
"abstract": true,
|
|
6449
|
+
"docs": {
|
|
6450
|
+
"stability": "experimental"
|
|
6451
|
+
},
|
|
6452
|
+
"immutable": true,
|
|
6453
|
+
"locationInModule": {
|
|
6454
|
+
"filename": "src/platform/CognitoUserPool.ts",
|
|
6455
|
+
"line": 82
|
|
6491
6456
|
},
|
|
6492
6457
|
"name": "userPool",
|
|
6493
6458
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6515,18 +6480,22 @@
|
|
|
6515
6480
|
{
|
|
6516
6481
|
"abstract": true,
|
|
6517
6482
|
"docs": {
|
|
6518
|
-
"remarks": "This setting is used to configure the correct callback URL for user pool\nclient such that the ALB can perform authentication.",
|
|
6519
6483
|
"stability": "experimental",
|
|
6520
|
-
"summary": "
|
|
6484
|
+
"summary": "Specify additional callback URLs which the frontend uses for OIDC authentication."
|
|
6521
6485
|
},
|
|
6522
6486
|
"immutable": true,
|
|
6523
6487
|
"locationInModule": {
|
|
6524
6488
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6525
|
-
"line":
|
|
6489
|
+
"line": 51
|
|
6526
6490
|
},
|
|
6527
|
-
"name": "
|
|
6491
|
+
"name": "callbackUrls",
|
|
6528
6492
|
"type": {
|
|
6529
|
-
"
|
|
6493
|
+
"collection": {
|
|
6494
|
+
"elementtype": {
|
|
6495
|
+
"primitive": "string"
|
|
6496
|
+
},
|
|
6497
|
+
"kind": "array"
|
|
6498
|
+
}
|
|
6530
6499
|
}
|
|
6531
6500
|
},
|
|
6532
6501
|
{
|
|
@@ -6569,7 +6538,7 @@
|
|
|
6569
6538
|
"immutable": true,
|
|
6570
6539
|
"locationInModule": {
|
|
6571
6540
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6572
|
-
"line":
|
|
6541
|
+
"line": 33
|
|
6573
6542
|
},
|
|
6574
6543
|
"name": "additionalUserPoolIdentityProviders",
|
|
6575
6544
|
"optional": true,
|
|
@@ -6591,7 +6560,7 @@
|
|
|
6591
6560
|
"immutable": true,
|
|
6592
6561
|
"locationInModule": {
|
|
6593
6562
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6594
|
-
"line":
|
|
6563
|
+
"line": 56
|
|
6595
6564
|
},
|
|
6596
6565
|
"name": "apiClientOptions",
|
|
6597
6566
|
"optional": true,
|
|
@@ -6608,7 +6577,7 @@
|
|
|
6608
6577
|
"immutable": true,
|
|
6609
6578
|
"locationInModule": {
|
|
6610
6579
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6611
|
-
"line":
|
|
6580
|
+
"line": 61
|
|
6612
6581
|
},
|
|
6613
6582
|
"name": "appClientOptions",
|
|
6614
6583
|
"optional": true,
|
|
@@ -6616,28 +6585,6 @@
|
|
|
6616
6585
|
"fqn": "aws-cdk-lib.aws_cognito.UserPoolClientOptions"
|
|
6617
6586
|
}
|
|
6618
6587
|
},
|
|
6619
|
-
{
|
|
6620
|
-
"abstract": true,
|
|
6621
|
-
"docs": {
|
|
6622
|
-
"stability": "experimental",
|
|
6623
|
-
"summary": "Specify additional callback URLs which the frontend uses for OIDC authentication."
|
|
6624
|
-
},
|
|
6625
|
-
"immutable": true,
|
|
6626
|
-
"locationInModule": {
|
|
6627
|
-
"filename": "src/platform/CognitoUserPool.ts",
|
|
6628
|
-
"line": 60
|
|
6629
|
-
},
|
|
6630
|
-
"name": "callbackUrls",
|
|
6631
|
-
"optional": true,
|
|
6632
|
-
"type": {
|
|
6633
|
-
"collection": {
|
|
6634
|
-
"elementtype": {
|
|
6635
|
-
"primitive": "string"
|
|
6636
|
-
},
|
|
6637
|
-
"kind": "array"
|
|
6638
|
-
}
|
|
6639
|
-
}
|
|
6640
|
-
},
|
|
6641
6588
|
{
|
|
6642
6589
|
"abstract": true,
|
|
6643
6590
|
"docs": {
|
|
@@ -6647,7 +6594,7 @@
|
|
|
6647
6594
|
"immutable": true,
|
|
6648
6595
|
"locationInModule": {
|
|
6649
6596
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6650
|
-
"line":
|
|
6597
|
+
"line": 66
|
|
6651
6598
|
},
|
|
6652
6599
|
"name": "createManagedLoginBranding",
|
|
6653
6600
|
"optional": true,
|
|
@@ -6664,7 +6611,7 @@
|
|
|
6664
6611
|
"immutable": true,
|
|
6665
6612
|
"locationInModule": {
|
|
6666
6613
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6667
|
-
"line":
|
|
6614
|
+
"line": 45
|
|
6668
6615
|
},
|
|
6669
6616
|
"name": "logoutUrls",
|
|
6670
6617
|
"optional": true,
|
|
@@ -6687,7 +6634,7 @@
|
|
|
6687
6634
|
"immutable": true,
|
|
6688
6635
|
"locationInModule": {
|
|
6689
6636
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6690
|
-
"line":
|
|
6637
|
+
"line": 40
|
|
6691
6638
|
},
|
|
6692
6639
|
"name": "resourceServer",
|
|
6693
6640
|
"optional": true,
|
|
@@ -9295,7 +9242,7 @@
|
|
|
9295
9242
|
"kind": "interface",
|
|
9296
9243
|
"locationInModule": {
|
|
9297
9244
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9298
|
-
"line":
|
|
9245
|
+
"line": 62
|
|
9299
9246
|
},
|
|
9300
9247
|
"methods": [
|
|
9301
9248
|
{
|
|
@@ -9305,7 +9252,7 @@
|
|
|
9305
9252
|
},
|
|
9306
9253
|
"locationInModule": {
|
|
9307
9254
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9308
|
-
"line":
|
|
9255
|
+
"line": 65
|
|
9309
9256
|
},
|
|
9310
9257
|
"name": "addTarget",
|
|
9311
9258
|
"parameters": [
|
|
@@ -9328,7 +9275,7 @@
|
|
|
9328
9275
|
"immutable": true,
|
|
9329
9276
|
"locationInModule": {
|
|
9330
9277
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9331
|
-
"line":
|
|
9278
|
+
"line": 63
|
|
9332
9279
|
},
|
|
9333
9280
|
"name": "targetGroup",
|
|
9334
9281
|
"type": {
|
|
@@ -9347,7 +9294,7 @@
|
|
|
9347
9294
|
"kind": "interface",
|
|
9348
9295
|
"locationInModule": {
|
|
9349
9296
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9350
|
-
"line":
|
|
9297
|
+
"line": 69
|
|
9351
9298
|
},
|
|
9352
9299
|
"methods": [
|
|
9353
9300
|
{
|
|
@@ -9357,7 +9304,7 @@
|
|
|
9357
9304
|
},
|
|
9358
9305
|
"locationInModule": {
|
|
9359
9306
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9360
|
-
"line":
|
|
9307
|
+
"line": 75
|
|
9361
9308
|
},
|
|
9362
9309
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
9363
9310
|
"returns": {
|
|
@@ -9373,7 +9320,7 @@
|
|
|
9373
9320
|
},
|
|
9374
9321
|
"locationInModule": {
|
|
9375
9322
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9376
|
-
"line":
|
|
9323
|
+
"line": 74
|
|
9377
9324
|
},
|
|
9378
9325
|
"name": "createHttpUserPoolAuthorizer",
|
|
9379
9326
|
"returns": {
|
|
@@ -9393,7 +9340,7 @@
|
|
|
9393
9340
|
"immutable": true,
|
|
9394
9341
|
"locationInModule": {
|
|
9395
9342
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9396
|
-
"line":
|
|
9343
|
+
"line": 72
|
|
9397
9344
|
},
|
|
9398
9345
|
"name": "apiUserPoolClient",
|
|
9399
9346
|
"type": {
|
|
@@ -9408,7 +9355,7 @@
|
|
|
9408
9355
|
"immutable": true,
|
|
9409
9356
|
"locationInModule": {
|
|
9410
9357
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9411
|
-
"line":
|
|
9358
|
+
"line": 71
|
|
9412
9359
|
},
|
|
9413
9360
|
"name": "appUserPoolClient",
|
|
9414
9361
|
"type": {
|
|
@@ -9423,7 +9370,22 @@
|
|
|
9423
9370
|
"immutable": true,
|
|
9424
9371
|
"locationInModule": {
|
|
9425
9372
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9426
|
-
"line":
|
|
9373
|
+
"line": 73
|
|
9374
|
+
},
|
|
9375
|
+
"name": "cognitoUserPoolDomain",
|
|
9376
|
+
"type": {
|
|
9377
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
|
|
9378
|
+
}
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"abstract": true,
|
|
9382
|
+
"docs": {
|
|
9383
|
+
"stability": "experimental"
|
|
9384
|
+
},
|
|
9385
|
+
"immutable": true,
|
|
9386
|
+
"locationInModule": {
|
|
9387
|
+
"filename": "src/platform/CognitoUserPool.ts",
|
|
9388
|
+
"line": 70
|
|
9427
9389
|
},
|
|
9428
9390
|
"name": "userPool",
|
|
9429
9391
|
"type": {
|
|
@@ -9907,7 +9869,7 @@
|
|
|
9907
9869
|
},
|
|
9908
9870
|
"locationInModule": {
|
|
9909
9871
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9910
|
-
"line":
|
|
9872
|
+
"line": 37
|
|
9911
9873
|
},
|
|
9912
9874
|
"parameters": [
|
|
9913
9875
|
{
|
|
@@ -9921,7 +9883,7 @@
|
|
|
9921
9883
|
"kind": "class",
|
|
9922
9884
|
"locationInModule": {
|
|
9923
9885
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9924
|
-
"line":
|
|
9886
|
+
"line": 34
|
|
9925
9887
|
},
|
|
9926
9888
|
"methods": [
|
|
9927
9889
|
{
|
|
@@ -9931,7 +9893,7 @@
|
|
|
9931
9893
|
},
|
|
9932
9894
|
"locationInModule": {
|
|
9933
9895
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9934
|
-
"line":
|
|
9896
|
+
"line": 42
|
|
9935
9897
|
},
|
|
9936
9898
|
"name": "addHooks",
|
|
9937
9899
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
@@ -9946,7 +9908,7 @@
|
|
|
9946
9908
|
"immutable": true,
|
|
9947
9909
|
"locationInModule": {
|
|
9948
9910
|
"filename": "src/extensions/ModifyContainerDefinitionExtension.ts",
|
|
9949
|
-
"line":
|
|
9911
|
+
"line": 35
|
|
9950
9912
|
},
|
|
9951
9913
|
"name": "props",
|
|
9952
9914
|
"type": {
|
|
@@ -10841,7 +10803,7 @@
|
|
|
10841
10803
|
},
|
|
10842
10804
|
"locationInModule": {
|
|
10843
10805
|
"filename": "src/platform/ResourceServer.ts",
|
|
10844
|
-
"line":
|
|
10806
|
+
"line": 36
|
|
10845
10807
|
},
|
|
10846
10808
|
"parameters": [
|
|
10847
10809
|
{
|
|
@@ -10867,7 +10829,7 @@
|
|
|
10867
10829
|
"kind": "class",
|
|
10868
10830
|
"locationInModule": {
|
|
10869
10831
|
"filename": "src/platform/ResourceServer.ts",
|
|
10870
|
-
"line":
|
|
10832
|
+
"line": 33
|
|
10871
10833
|
},
|
|
10872
10834
|
"methods": [
|
|
10873
10835
|
{
|
|
@@ -10876,7 +10838,7 @@
|
|
|
10876
10838
|
},
|
|
10877
10839
|
"locationInModule": {
|
|
10878
10840
|
"filename": "src/platform/ResourceServer.ts",
|
|
10879
|
-
"line":
|
|
10841
|
+
"line": 59
|
|
10880
10842
|
},
|
|
10881
10843
|
"name": "createOAuthScopes",
|
|
10882
10844
|
"returns": {
|
|
@@ -10899,7 +10861,7 @@
|
|
|
10899
10861
|
},
|
|
10900
10862
|
"locationInModule": {
|
|
10901
10863
|
"filename": "src/platform/ResourceServer.ts",
|
|
10902
|
-
"line":
|
|
10864
|
+
"line": 34
|
|
10903
10865
|
},
|
|
10904
10866
|
"name": "resourceServerInstance",
|
|
10905
10867
|
"type": {
|
|
@@ -10923,22 +10885,6 @@
|
|
|
10923
10885
|
},
|
|
10924
10886
|
"name": "ResourceServerProps",
|
|
10925
10887
|
"properties": [
|
|
10926
|
-
{
|
|
10927
|
-
"abstract": true,
|
|
10928
|
-
"docs": {
|
|
10929
|
-
"stability": "experimental",
|
|
10930
|
-
"summary": "The fully qualified domain name (FQDN) used as the identifier for the resource server."
|
|
10931
|
-
},
|
|
10932
|
-
"immutable": true,
|
|
10933
|
-
"locationInModule": {
|
|
10934
|
-
"filename": "src/platform/ResourceServer.ts",
|
|
10935
|
-
"line": 18
|
|
10936
|
-
},
|
|
10937
|
-
"name": "fqdn",
|
|
10938
|
-
"type": {
|
|
10939
|
-
"primitive": "string"
|
|
10940
|
-
}
|
|
10941
|
-
},
|
|
10942
10888
|
{
|
|
10943
10889
|
"abstract": true,
|
|
10944
10890
|
"docs": {
|
|
@@ -10966,7 +10912,7 @@
|
|
|
10966
10912
|
"immutable": true,
|
|
10967
10913
|
"locationInModule": {
|
|
10968
10914
|
"filename": "src/platform/ResourceServer.ts",
|
|
10969
|
-
"line":
|
|
10915
|
+
"line": 21
|
|
10970
10916
|
},
|
|
10971
10917
|
"name": "scopes",
|
|
10972
10918
|
"optional": true,
|
|
@@ -12315,6 +12261,6 @@
|
|
|
12315
12261
|
"symbolId": "src/platform/Vpc:VpcProps"
|
|
12316
12262
|
}
|
|
12317
12263
|
},
|
|
12318
|
-
"version": "0.
|
|
12319
|
-
"fingerprint": "
|
|
12264
|
+
"version": "0.18.0",
|
|
12265
|
+
"fingerprint": "sFJap3eZBh10oLekSg2EzkjkdjzmfqiIgBFZxp98WvA="
|
|
12320
12266
|
}
|