@btc-embedded/cdk-extensions 0.18.1 → 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.
- package/.jsii +391 -153
- package/API.md +445 -71
- package/CHANGELOG.md +7 -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 +3 -10
- package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +7 -38
- 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 +1 -1
- package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
- package/lib/extensions/OpenIdExtension.d.ts +20 -0
- package/lib/extensions/OpenIdExtension.js +52 -0
- 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/extensions/index.d.ts +1 -0
- package/lib/extensions/index.js +2 -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 -0
- package/lib/platform/ApplicationLoadBalancerV2.js +14 -6
- package/lib/platform/BTCLogGroup.js +1 -1
- package/lib/platform/CognitoUserPool.d.ts +17 -0
- package/lib/platform/CognitoUserPool.js +25 -3
- 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.js +1 -1
- package/lib/platform/Vpc.js +1 -1
- package/lib/utils/StackParameter.js +1 -1
- 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":
|
|
5107
|
+
"line": 12
|
|
5031
5108
|
},
|
|
5032
5109
|
"name": "ApplicationLoadBalancerExtensionPropsV2",
|
|
5033
5110
|
"properties": [
|
|
@@ -5039,73 +5116,12 @@
|
|
|
5039
5116
|
"immutable": true,
|
|
5040
5117
|
"locationInModule": {
|
|
5041
5118
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5042
|
-
"line":
|
|
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": 24
|
|
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": 26
|
|
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": 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
|
|
5119
|
+
"line": 14
|
|
5104
5120
|
},
|
|
5105
|
-
"name": "
|
|
5121
|
+
"name": "loadBalancer",
|
|
5106
5122
|
"optional": true,
|
|
5107
5123
|
"type": {
|
|
5108
|
-
"
|
|
5124
|
+
"fqn": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2"
|
|
5109
5125
|
}
|
|
5110
5126
|
},
|
|
5111
5127
|
{
|
|
@@ -5116,9 +5132,9 @@
|
|
|
5116
5132
|
"immutable": true,
|
|
5117
5133
|
"locationInModule": {
|
|
5118
5134
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5119
|
-
"line":
|
|
5135
|
+
"line": 13
|
|
5120
5136
|
},
|
|
5121
|
-
"name": "
|
|
5137
|
+
"name": "platformStackName",
|
|
5122
5138
|
"optional": true,
|
|
5123
5139
|
"type": {
|
|
5124
5140
|
"primitive": "string"
|
|
@@ -5140,7 +5156,7 @@
|
|
|
5140
5156
|
},
|
|
5141
5157
|
"locationInModule": {
|
|
5142
5158
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5143
|
-
"line":
|
|
5159
|
+
"line": 20
|
|
5144
5160
|
},
|
|
5145
5161
|
"parameters": [
|
|
5146
5162
|
{
|
|
@@ -5154,21 +5170,9 @@
|
|
|
5154
5170
|
"kind": "class",
|
|
5155
5171
|
"locationInModule": {
|
|
5156
5172
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5157
|
-
"line":
|
|
5173
|
+
"line": 17
|
|
5158
5174
|
},
|
|
5159
5175
|
"methods": [
|
|
5160
|
-
{
|
|
5161
|
-
"docs": {
|
|
5162
|
-
"stability": "experimental",
|
|
5163
|
-
"summary": "A hook that allows the extension to add hooks to other extensions that are registered."
|
|
5164
|
-
},
|
|
5165
|
-
"locationInModule": {
|
|
5166
|
-
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5167
|
-
"line": 75
|
|
5168
|
-
},
|
|
5169
|
-
"name": "addHooks",
|
|
5170
|
-
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
5171
|
-
},
|
|
5172
5176
|
{
|
|
5173
5177
|
"docs": {
|
|
5174
5178
|
"stability": "experimental",
|
|
@@ -5176,7 +5180,7 @@
|
|
|
5176
5180
|
},
|
|
5177
5181
|
"locationInModule": {
|
|
5178
5182
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5179
|
-
"line":
|
|
5183
|
+
"line": 36
|
|
5180
5184
|
},
|
|
5181
5185
|
"name": "modifyServiceProps",
|
|
5182
5186
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -5201,7 +5205,7 @@
|
|
|
5201
5205
|
},
|
|
5202
5206
|
"locationInModule": {
|
|
5203
5207
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5204
|
-
"line":
|
|
5208
|
+
"line": 32
|
|
5205
5209
|
},
|
|
5206
5210
|
"name": "prehook",
|
|
5207
5211
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -5228,7 +5232,7 @@
|
|
|
5228
5232
|
},
|
|
5229
5233
|
"locationInModule": {
|
|
5230
5234
|
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5231
|
-
"line":
|
|
5235
|
+
"line": 43
|
|
5232
5236
|
},
|
|
5233
5237
|
"name": "useService",
|
|
5234
5238
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -5252,34 +5256,6 @@
|
|
|
5252
5256
|
}
|
|
5253
5257
|
],
|
|
5254
5258
|
"name": "ApplicationLoadBalancerExtensionV2",
|
|
5255
|
-
"properties": [
|
|
5256
|
-
{
|
|
5257
|
-
"docs": {
|
|
5258
|
-
"stability": "experimental"
|
|
5259
|
-
},
|
|
5260
|
-
"locationInModule": {
|
|
5261
|
-
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5262
|
-
"line": 67
|
|
5263
|
-
},
|
|
5264
|
-
"name": "cognitoUserPool",
|
|
5265
|
-
"type": {
|
|
5266
|
-
"fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
|
|
5267
|
-
}
|
|
5268
|
-
},
|
|
5269
|
-
{
|
|
5270
|
-
"docs": {
|
|
5271
|
-
"stability": "experimental"
|
|
5272
|
-
},
|
|
5273
|
-
"locationInModule": {
|
|
5274
|
-
"filename": "src/extensions/ApplicationLoadBalancerExtensionV2.ts",
|
|
5275
|
-
"line": 68
|
|
5276
|
-
},
|
|
5277
|
-
"name": "fqdn",
|
|
5278
|
-
"type": {
|
|
5279
|
-
"primitive": "string"
|
|
5280
|
-
}
|
|
5281
|
-
}
|
|
5282
|
-
],
|
|
5283
5259
|
"symbolId": "src/extensions/ApplicationLoadBalancerExtensionV2:ApplicationLoadBalancerExtensionV2"
|
|
5284
5260
|
},
|
|
5285
5261
|
"@btc-embedded/cdk-extensions.ApplicationLoadBalancerProps": {
|
|
@@ -5518,7 +5494,7 @@
|
|
|
5518
5494
|
},
|
|
5519
5495
|
"locationInModule": {
|
|
5520
5496
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5521
|
-
"line":
|
|
5497
|
+
"line": 140
|
|
5522
5498
|
},
|
|
5523
5499
|
"parameters": [
|
|
5524
5500
|
{
|
|
@@ -5544,7 +5520,7 @@
|
|
|
5544
5520
|
"kind": "class",
|
|
5545
5521
|
"locationInModule": {
|
|
5546
5522
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5547
|
-
"line":
|
|
5523
|
+
"line": 90
|
|
5548
5524
|
},
|
|
5549
5525
|
"methods": [
|
|
5550
5526
|
{
|
|
@@ -5553,7 +5529,7 @@
|
|
|
5553
5529
|
},
|
|
5554
5530
|
"locationInModule": {
|
|
5555
5531
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5556
|
-
"line":
|
|
5532
|
+
"line": 91
|
|
5557
5533
|
},
|
|
5558
5534
|
"name": "fromBasePlatform",
|
|
5559
5535
|
"parameters": [
|
|
@@ -5593,7 +5569,22 @@
|
|
|
5593
5569
|
"immutable": true,
|
|
5594
5570
|
"locationInModule": {
|
|
5595
5571
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5596
|
-
"line":
|
|
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
|
|
5597
5588
|
},
|
|
5598
5589
|
"name": "targetGroup",
|
|
5599
5590
|
"overrides": "@btc-embedded/cdk-extensions.ApplicationLoadBalancerV2Base",
|
|
@@ -5649,7 +5640,7 @@
|
|
|
5649
5640
|
"kind": "class",
|
|
5650
5641
|
"locationInModule": {
|
|
5651
5642
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5652
|
-
"line":
|
|
5643
|
+
"line": 69
|
|
5653
5644
|
},
|
|
5654
5645
|
"methods": [
|
|
5655
5646
|
{
|
|
@@ -5658,7 +5649,7 @@
|
|
|
5658
5649
|
},
|
|
5659
5650
|
"locationInModule": {
|
|
5660
5651
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5661
|
-
"line":
|
|
5652
|
+
"line": 76
|
|
5662
5653
|
},
|
|
5663
5654
|
"name": "addTarget",
|
|
5664
5655
|
"overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
|
|
@@ -5682,7 +5673,23 @@
|
|
|
5682
5673
|
"immutable": true,
|
|
5683
5674
|
"locationInModule": {
|
|
5684
5675
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
5685
|
-
"line":
|
|
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
|
|
5686
5693
|
},
|
|
5687
5694
|
"name": "targetGroup",
|
|
5688
5695
|
"overrides": "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2",
|
|
@@ -6198,7 +6205,7 @@
|
|
|
6198
6205
|
},
|
|
6199
6206
|
"locationInModule": {
|
|
6200
6207
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6201
|
-
"line":
|
|
6208
|
+
"line": 218
|
|
6202
6209
|
},
|
|
6203
6210
|
"parameters": [
|
|
6204
6211
|
{
|
|
@@ -6224,7 +6231,7 @@
|
|
|
6224
6231
|
"kind": "class",
|
|
6225
6232
|
"locationInModule": {
|
|
6226
6233
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6227
|
-
"line":
|
|
6234
|
+
"line": 116
|
|
6228
6235
|
},
|
|
6229
6236
|
"methods": [
|
|
6230
6237
|
{
|
|
@@ -6233,7 +6240,7 @@
|
|
|
6233
6240
|
},
|
|
6234
6241
|
"locationInModule": {
|
|
6235
6242
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6236
|
-
"line":
|
|
6243
|
+
"line": 117
|
|
6237
6244
|
},
|
|
6238
6245
|
"name": "fromBasePlatform",
|
|
6239
6246
|
"parameters": [
|
|
@@ -6273,7 +6280,7 @@
|
|
|
6273
6280
|
"immutable": true,
|
|
6274
6281
|
"locationInModule": {
|
|
6275
6282
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6276
|
-
"line":
|
|
6283
|
+
"line": 213
|
|
6277
6284
|
},
|
|
6278
6285
|
"name": "apiUserPoolClient",
|
|
6279
6286
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6288,7 +6295,38 @@
|
|
|
6288
6295
|
"immutable": true,
|
|
6289
6296
|
"locationInModule": {
|
|
6290
6297
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6291
|
-
"line":
|
|
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
|
|
6292
6330
|
},
|
|
6293
6331
|
"name": "appUserPoolClient",
|
|
6294
6332
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6303,7 +6341,7 @@
|
|
|
6303
6341
|
"immutable": true,
|
|
6304
6342
|
"locationInModule": {
|
|
6305
6343
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6306
|
-
"line":
|
|
6344
|
+
"line": 215
|
|
6307
6345
|
},
|
|
6308
6346
|
"name": "cognitoUserPoolDomain",
|
|
6309
6347
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6318,7 +6356,7 @@
|
|
|
6318
6356
|
"immutable": true,
|
|
6319
6357
|
"locationInModule": {
|
|
6320
6358
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6321
|
-
"line":
|
|
6359
|
+
"line": 211
|
|
6322
6360
|
},
|
|
6323
6361
|
"name": "userPool",
|
|
6324
6362
|
"overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
|
|
@@ -6374,7 +6412,7 @@
|
|
|
6374
6412
|
"kind": "class",
|
|
6375
6413
|
"locationInModule": {
|
|
6376
6414
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6377
|
-
"line":
|
|
6415
|
+
"line": 92
|
|
6378
6416
|
},
|
|
6379
6417
|
"methods": [
|
|
6380
6418
|
{
|
|
@@ -6383,7 +6421,7 @@
|
|
|
6383
6421
|
},
|
|
6384
6422
|
"locationInModule": {
|
|
6385
6423
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6386
|
-
"line":
|
|
6424
|
+
"line": 109
|
|
6387
6425
|
},
|
|
6388
6426
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
6389
6427
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6399,7 +6437,7 @@
|
|
|
6399
6437
|
},
|
|
6400
6438
|
"locationInModule": {
|
|
6401
6439
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6402
|
-
"line":
|
|
6440
|
+
"line": 103
|
|
6403
6441
|
},
|
|
6404
6442
|
"name": "createHttpUserPoolAuthorizer",
|
|
6405
6443
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6420,7 +6458,7 @@
|
|
|
6420
6458
|
"immutable": true,
|
|
6421
6459
|
"locationInModule": {
|
|
6422
6460
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6423
|
-
"line":
|
|
6461
|
+
"line": 98
|
|
6424
6462
|
},
|
|
6425
6463
|
"name": "apiUserPoolClient",
|
|
6426
6464
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6436,7 +6474,39 @@
|
|
|
6436
6474
|
"immutable": true,
|
|
6437
6475
|
"locationInModule": {
|
|
6438
6476
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6439
|
-
"line":
|
|
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
|
|
6440
6510
|
},
|
|
6441
6511
|
"name": "appUserPoolClient",
|
|
6442
6512
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6452,7 +6522,7 @@
|
|
|
6452
6522
|
"immutable": true,
|
|
6453
6523
|
"locationInModule": {
|
|
6454
6524
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6455
|
-
"line":
|
|
6525
|
+
"line": 99
|
|
6456
6526
|
},
|
|
6457
6527
|
"name": "cognitoUserPoolDomain",
|
|
6458
6528
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6468,7 +6538,7 @@
|
|
|
6468
6538
|
"immutable": true,
|
|
6469
6539
|
"locationInModule": {
|
|
6470
6540
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6471
|
-
"line":
|
|
6541
|
+
"line": 96
|
|
6472
6542
|
},
|
|
6473
6543
|
"name": "userPool",
|
|
6474
6544
|
"overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
|
|
@@ -6489,7 +6559,7 @@
|
|
|
6489
6559
|
"kind": "interface",
|
|
6490
6560
|
"locationInModule": {
|
|
6491
6561
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6492
|
-
"line":
|
|
6562
|
+
"line": 20
|
|
6493
6563
|
},
|
|
6494
6564
|
"name": "CognitoUserPoolProps",
|
|
6495
6565
|
"properties": [
|
|
@@ -6502,7 +6572,7 @@
|
|
|
6502
6572
|
"immutable": true,
|
|
6503
6573
|
"locationInModule": {
|
|
6504
6574
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6505
|
-
"line":
|
|
6575
|
+
"line": 52
|
|
6506
6576
|
},
|
|
6507
6577
|
"name": "callbackUrls",
|
|
6508
6578
|
"type": {
|
|
@@ -6522,7 +6592,7 @@
|
|
|
6522
6592
|
"immutable": true,
|
|
6523
6593
|
"locationInModule": {
|
|
6524
6594
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6525
|
-
"line":
|
|
6595
|
+
"line": 29
|
|
6526
6596
|
},
|
|
6527
6597
|
"name": "userPoolDomain",
|
|
6528
6598
|
"type": {
|
|
@@ -6538,7 +6608,7 @@
|
|
|
6538
6608
|
"immutable": true,
|
|
6539
6609
|
"locationInModule": {
|
|
6540
6610
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6541
|
-
"line":
|
|
6611
|
+
"line": 24
|
|
6542
6612
|
},
|
|
6543
6613
|
"name": "userPoolId",
|
|
6544
6614
|
"type": {
|
|
@@ -6554,7 +6624,7 @@
|
|
|
6554
6624
|
"immutable": true,
|
|
6555
6625
|
"locationInModule": {
|
|
6556
6626
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6557
|
-
"line":
|
|
6627
|
+
"line": 34
|
|
6558
6628
|
},
|
|
6559
6629
|
"name": "additionalUserPoolIdentityProviders",
|
|
6560
6630
|
"optional": true,
|
|
@@ -6576,7 +6646,7 @@
|
|
|
6576
6646
|
"immutable": true,
|
|
6577
6647
|
"locationInModule": {
|
|
6578
6648
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6579
|
-
"line":
|
|
6649
|
+
"line": 57
|
|
6580
6650
|
},
|
|
6581
6651
|
"name": "apiClientOptions",
|
|
6582
6652
|
"optional": true,
|
|
@@ -6593,7 +6663,7 @@
|
|
|
6593
6663
|
"immutable": true,
|
|
6594
6664
|
"locationInModule": {
|
|
6595
6665
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6596
|
-
"line":
|
|
6666
|
+
"line": 62
|
|
6597
6667
|
},
|
|
6598
6668
|
"name": "appClientOptions",
|
|
6599
6669
|
"optional": true,
|
|
@@ -6610,7 +6680,7 @@
|
|
|
6610
6680
|
"immutable": true,
|
|
6611
6681
|
"locationInModule": {
|
|
6612
6682
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6613
|
-
"line":
|
|
6683
|
+
"line": 67
|
|
6614
6684
|
},
|
|
6615
6685
|
"name": "createManagedLoginBranding",
|
|
6616
6686
|
"optional": true,
|
|
@@ -6627,7 +6697,7 @@
|
|
|
6627
6697
|
"immutable": true,
|
|
6628
6698
|
"locationInModule": {
|
|
6629
6699
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6630
|
-
"line":
|
|
6700
|
+
"line": 46
|
|
6631
6701
|
},
|
|
6632
6702
|
"name": "logoutUrls",
|
|
6633
6703
|
"optional": true,
|
|
@@ -6650,7 +6720,7 @@
|
|
|
6650
6720
|
"immutable": true,
|
|
6651
6721
|
"locationInModule": {
|
|
6652
6722
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
6653
|
-
"line":
|
|
6723
|
+
"line": 41
|
|
6654
6724
|
},
|
|
6655
6725
|
"name": "resourceServer",
|
|
6656
6726
|
"optional": true,
|
|
@@ -9268,7 +9338,7 @@
|
|
|
9268
9338
|
},
|
|
9269
9339
|
"locationInModule": {
|
|
9270
9340
|
"filename": "src/platform/ApplicationLoadBalancerV2.ts",
|
|
9271
|
-
"line":
|
|
9341
|
+
"line": 66
|
|
9272
9342
|
},
|
|
9273
9343
|
"name": "addTarget",
|
|
9274
9344
|
"parameters": [
|
|
@@ -9283,6 +9353,21 @@
|
|
|
9283
9353
|
],
|
|
9284
9354
|
"name": "IApplicationLoadBalancerV2",
|
|
9285
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
|
+
},
|
|
9286
9371
|
{
|
|
9287
9372
|
"abstract": true,
|
|
9288
9373
|
"docs": {
|
|
@@ -9310,7 +9395,7 @@
|
|
|
9310
9395
|
"kind": "interface",
|
|
9311
9396
|
"locationInModule": {
|
|
9312
9397
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9313
|
-
"line":
|
|
9398
|
+
"line": 77
|
|
9314
9399
|
},
|
|
9315
9400
|
"methods": [
|
|
9316
9401
|
{
|
|
@@ -9320,7 +9405,7 @@
|
|
|
9320
9405
|
},
|
|
9321
9406
|
"locationInModule": {
|
|
9322
9407
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9323
|
-
"line":
|
|
9408
|
+
"line": 89
|
|
9324
9409
|
},
|
|
9325
9410
|
"name": "createCognitoUserPoolsAuthorizer",
|
|
9326
9411
|
"returns": {
|
|
@@ -9336,7 +9421,7 @@
|
|
|
9336
9421
|
},
|
|
9337
9422
|
"locationInModule": {
|
|
9338
9423
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9339
|
-
"line":
|
|
9424
|
+
"line": 88
|
|
9340
9425
|
},
|
|
9341
9426
|
"name": "createHttpUserPoolAuthorizer",
|
|
9342
9427
|
"returns": {
|
|
@@ -9356,13 +9441,29 @@
|
|
|
9356
9441
|
"immutable": true,
|
|
9357
9442
|
"locationInModule": {
|
|
9358
9443
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9359
|
-
"line":
|
|
9444
|
+
"line": 80
|
|
9360
9445
|
},
|
|
9361
9446
|
"name": "apiUserPoolClient",
|
|
9362
9447
|
"type": {
|
|
9363
9448
|
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolClient"
|
|
9364
9449
|
}
|
|
9365
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
|
+
},
|
|
9366
9467
|
{
|
|
9367
9468
|
"abstract": true,
|
|
9368
9469
|
"docs": {
|
|
@@ -9371,7 +9472,7 @@
|
|
|
9371
9472
|
"immutable": true,
|
|
9372
9473
|
"locationInModule": {
|
|
9373
9474
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9374
|
-
"line":
|
|
9475
|
+
"line": 79
|
|
9375
9476
|
},
|
|
9376
9477
|
"name": "appUserPoolClient",
|
|
9377
9478
|
"type": {
|
|
@@ -9386,7 +9487,7 @@
|
|
|
9386
9487
|
"immutable": true,
|
|
9387
9488
|
"locationInModule": {
|
|
9388
9489
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9389
|
-
"line":
|
|
9490
|
+
"line": 81
|
|
9390
9491
|
},
|
|
9391
9492
|
"name": "cognitoUserPoolDomain",
|
|
9392
9493
|
"type": {
|
|
@@ -9401,7 +9502,7 @@
|
|
|
9401
9502
|
"immutable": true,
|
|
9402
9503
|
"locationInModule": {
|
|
9403
9504
|
"filename": "src/platform/CognitoUserPool.ts",
|
|
9404
|
-
"line":
|
|
9505
|
+
"line": 78
|
|
9405
9506
|
},
|
|
9406
9507
|
"name": "userPool",
|
|
9407
9508
|
"type": {
|
|
@@ -10011,6 +10112,143 @@
|
|
|
10011
10112
|
],
|
|
10012
10113
|
"symbolId": "src/extensions/ModifyTaskDefinitionExtension:ModifyTaskDefinitionExtension"
|
|
10013
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
|
+
},
|
|
10014
10252
|
"@btc-embedded/cdk-extensions.OpenTelemetryExtension": {
|
|
10015
10253
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
10016
10254
|
"base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -12277,6 +12515,6 @@
|
|
|
12277
12515
|
"symbolId": "src/platform/Vpc:VpcProps"
|
|
12278
12516
|
}
|
|
12279
12517
|
},
|
|
12280
|
-
"version": "0.
|
|
12281
|
-
"fingerprint": "
|
|
12518
|
+
"version": "0.19.0",
|
|
12519
|
+
"fingerprint": "PTtUL8ij1itbN5bUSf2QnGCFLUp9zagwh/oAeirhWiI="
|
|
12282
12520
|
}
|