@btc-embedded/cdk-extensions 0.15.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/.jsii +225 -177
  2. package/API.md +175 -140
  3. package/CHANGELOG.md +35 -0
  4. package/lib/constructs/EventPipe.js +1 -1
  5. package/lib/constructs/S3Bucket.js +1 -1
  6. package/lib/constructs/SecureRestApi.js +1 -1
  7. package/lib/constructs/SecureRestApiV2.js +1 -1
  8. package/lib/extensions/ApiGatewayExtension.js +1 -1
  9. package/lib/extensions/ApplicationLoadBalancerExtension.js +1 -1
  10. package/lib/extensions/ApplicationLoadBalancerExtensionV2.js +1 -1
  11. package/lib/extensions/CloudMapExtension.js +1 -1
  12. package/lib/extensions/DeactivatableServiceExtension.js +1 -1
  13. package/lib/extensions/DocumentDbAccessExtension.js +1 -1
  14. package/lib/extensions/DomainEventMessagingExtension.js +1 -1
  15. package/lib/extensions/EfsMountExtension.js +1 -1
  16. package/lib/extensions/ExtraContainerExtension.js +1 -1
  17. package/lib/extensions/HTTPApiExtension.d.ts +9 -2
  18. package/lib/extensions/HTTPApiExtension.js +22 -21
  19. package/lib/extensions/LogExtension.js +1 -1
  20. package/lib/extensions/ModifyContainerDefinitionExtension.js +1 -1
  21. package/lib/extensions/ModifyTaskDefinitionExtension.js +1 -1
  22. package/lib/extensions/OpenTelemetryExtension.js +1 -1
  23. package/lib/extensions/PostgresDbAccessExtension.d.ts +0 -4
  24. package/lib/extensions/PostgresDbAccessExtension.js +4 -3
  25. package/lib/extensions/SharedVolumeExtension.js +1 -1
  26. package/lib/extensions/TcpKeepAliveExtension.js +1 -1
  27. package/lib/platform/ApiGateway.js +1 -1
  28. package/lib/platform/{ApiGatewayV2.d.ts → ApiGatewayVpcLink.d.ts} +13 -13
  29. package/lib/platform/ApiGatewayVpcLink.js +78 -0
  30. package/lib/platform/ApplicationLoadBalancer.js +1 -1
  31. package/lib/platform/ApplicationLoadBalancerV2.d.ts +2 -2
  32. package/lib/platform/ApplicationLoadBalancerV2.js +3 -3
  33. package/lib/platform/BTCLogGroup.js +1 -1
  34. package/lib/platform/CognitoUserPool.d.ts +8 -1
  35. package/lib/platform/CognitoUserPool.js +19 -3
  36. package/lib/platform/DefaultUserPoolClients.js +1 -1
  37. package/lib/platform/DocumentDB.js +2 -2
  38. package/lib/platform/EfsFileSystem.js +1 -1
  39. package/lib/platform/PrivateDnsNamespace.js +1 -1
  40. package/lib/platform/ResourceServer.js +1 -1
  41. package/lib/platform/Vpc.js +1 -1
  42. package/lib/platform/index.d.ts +1 -1
  43. package/lib/platform/index.js +2 -2
  44. package/lib/utils/StackParameter.js +1 -1
  45. package/package.json +1 -1
  46. package/lib/platform/ApiGatewayV2.js +0 -78
package/.jsii CHANGED
@@ -4289,71 +4289,21 @@
4289
4289
  ],
4290
4290
  "symbolId": "src/platform/ApiGateway:ApiGatewayProps"
4291
4291
  },
4292
- "@btc-embedded/cdk-extensions.ApiGatewayPropsV2": {
4292
+ "@btc-embedded/cdk-extensions.ApiGatewayVpcLink": {
4293
4293
  "assembly": "@btc-embedded/cdk-extensions",
4294
- "datatype": true,
4294
+ "base": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
4295
4295
  "docs": {
4296
- "stability": "experimental"
4297
- },
4298
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayPropsV2",
4299
- "kind": "interface",
4300
- "locationInModule": {
4301
- "filename": "src/platform/ApiGatewayV2.ts",
4302
- "line": 12
4303
- },
4304
- "name": "ApiGatewayPropsV2",
4305
- "properties": [
4306
- {
4307
- "abstract": true,
4308
- "docs": {
4309
- "stability": "experimental",
4310
- "summary": "VPC where the API GW Security group and VPC Link will be created."
4311
- },
4312
- "immutable": true,
4313
- "locationInModule": {
4314
- "filename": "src/platform/ApiGatewayV2.ts",
4315
- "line": 16
4316
- },
4317
- "name": "vpc",
4318
- "type": {
4319
- "fqn": "aws-cdk-lib.aws_ec2.IVpc"
4320
- }
4321
- },
4322
- {
4323
- "abstract": true,
4324
- "docs": {
4325
- "stability": "experimental",
4326
- "summary": "Optional name for the VPC Link."
4327
- },
4328
- "immutable": true,
4329
- "locationInModule": {
4330
- "filename": "src/platform/ApiGatewayV2.ts",
4331
- "line": 21
4332
- },
4333
- "name": "vpcLinkName",
4334
- "optional": true,
4335
- "type": {
4336
- "primitive": "string"
4337
- }
4338
- }
4339
- ],
4340
- "symbolId": "src/platform/ApiGatewayV2:ApiGatewayPropsV2"
4341
- },
4342
- "@btc-embedded/cdk-extensions.ApiGatewayV2": {
4343
- "assembly": "@btc-embedded/cdk-extensions",
4344
- "base": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4345
- "docs": {
4346
- "remarks": "This construct creates:\n- A VPC Link for the API Gateway to connect to services within the specified VPC.\n- A Security Group associated with the VPC Link to control network traffic.\n\nAdditionally, the following parameters are exposed as CloudFormation outputs:\n- The VPC Link ID.\n- The Security Group ID.\n\nThese outputs can be utilized by other CDK extensions provided in this library.",
4296
+ "remarks": "This construct is intended to be used once in an AWS account and provides a\nmechanism to set up the security group for access to services deployed in the\nVPC.\n\nThis construct creates:\n- A VPC Link for the API Gateway to connect to services within the specified VPC.\n- A Security Group associated with the VPC Link to control network traffic.\n\nThese outputs can be utilized by other CDK extensions provided in this library.",
4347
4297
  "stability": "experimental",
4348
- "summary": "Constructs an API Gateway V2 resource for use in base platforms."
4298
+ "summary": "Constructs an API Gateway VPC link and an associated security group."
4349
4299
  },
4350
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayV2",
4300
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLink",
4351
4301
  "initializer": {
4352
4302
  "docs": {
4353
4303
  "stability": "experimental"
4354
4304
  },
4355
4305
  "locationInModule": {
4356
- "filename": "src/platform/ApiGatewayV2.ts",
4306
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4357
4307
  "line": 108
4358
4308
  },
4359
4309
  "parameters": [
@@ -4372,14 +4322,14 @@
4372
4322
  {
4373
4323
  "name": "props",
4374
4324
  "type": {
4375
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayPropsV2"
4325
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkProps"
4376
4326
  }
4377
4327
  }
4378
4328
  ]
4379
4329
  },
4380
4330
  "kind": "class",
4381
4331
  "locationInModule": {
4382
- "filename": "src/platform/ApiGatewayV2.ts",
4332
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4383
4333
  "line": 63
4384
4334
  },
4385
4335
  "methods": [
@@ -4388,7 +4338,7 @@
4388
4338
  "stability": "experimental"
4389
4339
  },
4390
4340
  "locationInModule": {
4391
- "filename": "src/platform/ApiGatewayV2.ts",
4341
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4392
4342
  "line": 64
4393
4343
  },
4394
4344
  "name": "fromBasePlatform",
@@ -4408,19 +4358,19 @@
4408
4358
  {
4409
4359
  "name": "options",
4410
4360
  "type": {
4411
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayV2LookupOptions"
4361
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkLookupOptions"
4412
4362
  }
4413
4363
  }
4414
4364
  ],
4415
4365
  "returns": {
4416
4366
  "type": {
4417
- "fqn": "@btc-embedded/cdk-extensions.IApiGatewayV2"
4367
+ "fqn": "@btc-embedded/cdk-extensions.IApiGatewayVpcLink"
4418
4368
  }
4419
4369
  },
4420
4370
  "static": true
4421
4371
  }
4422
4372
  ],
4423
- "name": "ApiGatewayV2",
4373
+ "name": "ApiGatewayVpcLink",
4424
4374
  "properties": [
4425
4375
  {
4426
4376
  "docs": {
@@ -4428,11 +4378,11 @@
4428
4378
  },
4429
4379
  "immutable": true,
4430
4380
  "locationInModule": {
4431
- "filename": "src/platform/ApiGatewayV2.ts",
4381
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4432
4382
  "line": 105
4433
4383
  },
4434
4384
  "name": "securityGroup",
4435
- "overrides": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4385
+ "overrides": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
4436
4386
  "type": {
4437
4387
  "fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
4438
4388
  }
@@ -4443,26 +4393,26 @@
4443
4393
  },
4444
4394
  "immutable": true,
4445
4395
  "locationInModule": {
4446
- "filename": "src/platform/ApiGatewayV2.ts",
4396
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4447
4397
  "line": 106
4448
4398
  },
4449
4399
  "name": "vpcLink",
4450
- "overrides": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4400
+ "overrides": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
4451
4401
  "type": {
4452
4402
  "fqn": "aws-cdk-lib.aws_apigatewayv2.IVpcLink"
4453
4403
  }
4454
4404
  }
4455
4405
  ],
4456
- "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2"
4406
+ "symbolId": "src/platform/ApiGatewayVpcLink:ApiGatewayVpcLink"
4457
4407
  },
4458
- "@btc-embedded/cdk-extensions.ApiGatewayV2Base": {
4408
+ "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase": {
4459
4409
  "abstract": true,
4460
4410
  "assembly": "@btc-embedded/cdk-extensions",
4461
4411
  "base": "constructs.Construct",
4462
4412
  "docs": {
4463
4413
  "stability": "experimental"
4464
4414
  },
4465
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayV2Base",
4415
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkBase",
4466
4416
  "initializer": {
4467
4417
  "docs": {
4468
4418
  "stability": "stable",
@@ -4495,11 +4445,11 @@
4495
4445
  ]
4496
4446
  },
4497
4447
  "interfaces": [
4498
- "@btc-embedded/cdk-extensions.IApiGatewayV2"
4448
+ "@btc-embedded/cdk-extensions.IApiGatewayVpcLink"
4499
4449
  ],
4500
4450
  "kind": "class",
4501
4451
  "locationInModule": {
4502
- "filename": "src/platform/ApiGatewayV2.ts",
4452
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4503
4453
  "line": 35
4504
4454
  },
4505
4455
  "methods": [
@@ -4508,11 +4458,11 @@
4508
4458
  "stability": "experimental"
4509
4459
  },
4510
4460
  "locationInModule": {
4511
- "filename": "src/platform/ApiGatewayV2.ts",
4461
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4512
4462
  "line": 42
4513
4463
  },
4514
4464
  "name": "allowAccessTo",
4515
- "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
4465
+ "overrides": "@btc-embedded/cdk-extensions.IApiGatewayVpcLink",
4516
4466
  "parameters": [
4517
4467
  {
4518
4468
  "name": "other",
@@ -4536,7 +4486,7 @@
4536
4486
  ]
4537
4487
  }
4538
4488
  ],
4539
- "name": "ApiGatewayV2Base",
4489
+ "name": "ApiGatewayVpcLinkBase",
4540
4490
  "properties": [
4541
4491
  {
4542
4492
  "abstract": true,
@@ -4545,11 +4495,11 @@
4545
4495
  },
4546
4496
  "immutable": true,
4547
4497
  "locationInModule": {
4548
- "filename": "src/platform/ApiGatewayV2.ts",
4498
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4549
4499
  "line": 40
4550
4500
  },
4551
4501
  "name": "securityGroup",
4552
- "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
4502
+ "overrides": "@btc-embedded/cdk-extensions.IApiGatewayVpcLink",
4553
4503
  "type": {
4554
4504
  "fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
4555
4505
  }
@@ -4561,31 +4511,31 @@
4561
4511
  },
4562
4512
  "immutable": true,
4563
4513
  "locationInModule": {
4564
- "filename": "src/platform/ApiGatewayV2.ts",
4514
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4565
4515
  "line": 39
4566
4516
  },
4567
4517
  "name": "vpcLink",
4568
- "overrides": "@btc-embedded/cdk-extensions.IApiGatewayV2",
4518
+ "overrides": "@btc-embedded/cdk-extensions.IApiGatewayVpcLink",
4569
4519
  "type": {
4570
4520
  "fqn": "aws-cdk-lib.aws_apigatewayv2.IVpcLink"
4571
4521
  }
4572
4522
  }
4573
4523
  ],
4574
- "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2Base"
4524
+ "symbolId": "src/platform/ApiGatewayVpcLink:ApiGatewayVpcLinkBase"
4575
4525
  },
4576
- "@btc-embedded/cdk-extensions.ApiGatewayV2LookupOptions": {
4526
+ "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkLookupOptions": {
4577
4527
  "assembly": "@btc-embedded/cdk-extensions",
4578
4528
  "datatype": true,
4579
4529
  "docs": {
4580
4530
  "stability": "experimental"
4581
4531
  },
4582
- "fqn": "@btc-embedded/cdk-extensions.ApiGatewayV2LookupOptions",
4532
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkLookupOptions",
4583
4533
  "kind": "interface",
4584
4534
  "locationInModule": {
4585
- "filename": "src/platform/ApiGatewayV2.ts",
4535
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4586
4536
  "line": 30
4587
4537
  },
4588
- "name": "ApiGatewayV2LookupOptions",
4538
+ "name": "ApiGatewayVpcLinkLookupOptions",
4589
4539
  "properties": [
4590
4540
  {
4591
4541
  "abstract": true,
@@ -4594,7 +4544,7 @@
4594
4544
  },
4595
4545
  "immutable": true,
4596
4546
  "locationInModule": {
4597
- "filename": "src/platform/ApiGatewayV2.ts",
4547
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4598
4548
  "line": 31
4599
4549
  },
4600
4550
  "name": "basePlatform",
@@ -4609,7 +4559,7 @@
4609
4559
  },
4610
4560
  "immutable": true,
4611
4561
  "locationInModule": {
4612
- "filename": "src/platform/ApiGatewayV2.ts",
4562
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4613
4563
  "line": 32
4614
4564
  },
4615
4565
  "name": "vpc",
@@ -4618,7 +4568,57 @@
4618
4568
  }
4619
4569
  }
4620
4570
  ],
4621
- "symbolId": "src/platform/ApiGatewayV2:ApiGatewayV2LookupOptions"
4571
+ "symbolId": "src/platform/ApiGatewayVpcLink:ApiGatewayVpcLinkLookupOptions"
4572
+ },
4573
+ "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkProps": {
4574
+ "assembly": "@btc-embedded/cdk-extensions",
4575
+ "datatype": true,
4576
+ "docs": {
4577
+ "stability": "experimental"
4578
+ },
4579
+ "fqn": "@btc-embedded/cdk-extensions.ApiGatewayVpcLinkProps",
4580
+ "kind": "interface",
4581
+ "locationInModule": {
4582
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4583
+ "line": 12
4584
+ },
4585
+ "name": "ApiGatewayVpcLinkProps",
4586
+ "properties": [
4587
+ {
4588
+ "abstract": true,
4589
+ "docs": {
4590
+ "stability": "experimental",
4591
+ "summary": "VPC where the API GW Security group and VPC Link will be created."
4592
+ },
4593
+ "immutable": true,
4594
+ "locationInModule": {
4595
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4596
+ "line": 16
4597
+ },
4598
+ "name": "vpc",
4599
+ "type": {
4600
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
4601
+ }
4602
+ },
4603
+ {
4604
+ "abstract": true,
4605
+ "docs": {
4606
+ "stability": "experimental",
4607
+ "summary": "Optional name for the VPC Link."
4608
+ },
4609
+ "immutable": true,
4610
+ "locationInModule": {
4611
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
4612
+ "line": 21
4613
+ },
4614
+ "name": "vpcLinkName",
4615
+ "optional": true,
4616
+ "type": {
4617
+ "primitive": "string"
4618
+ }
4619
+ }
4620
+ ],
4621
+ "symbolId": "src/platform/ApiGatewayVpcLink:ApiGatewayVpcLinkProps"
4622
4622
  },
4623
4623
  "@btc-embedded/cdk-extensions.ApplicationLoadBalancer": {
4624
4624
  "assembly": "@btc-embedded/cdk-extensions",
@@ -5478,7 +5478,7 @@
5478
5478
  },
5479
5479
  "name": "userPool",
5480
5480
  "type": {
5481
- "fqn": "@btc-embedded/cdk-extensions.CognitoUserPool"
5481
+ "fqn": "@btc-embedded/cdk-extensions.ICognitoUserPool"
5482
5482
  }
5483
5483
  },
5484
5484
  {
@@ -6234,7 +6234,7 @@
6234
6234
  },
6235
6235
  "locationInModule": {
6236
6236
  "filename": "src/platform/CognitoUserPool.ts",
6237
- "line": 149
6237
+ "line": 176
6238
6238
  },
6239
6239
  "parameters": [
6240
6240
  {
@@ -6260,7 +6260,7 @@
6260
6260
  "kind": "class",
6261
6261
  "locationInModule": {
6262
6262
  "filename": "src/platform/CognitoUserPool.ts",
6263
- "line": 95
6263
+ "line": 108
6264
6264
  },
6265
6265
  "methods": [
6266
6266
  {
@@ -6269,7 +6269,7 @@
6269
6269
  },
6270
6270
  "locationInModule": {
6271
6271
  "filename": "src/platform/CognitoUserPool.ts",
6272
- "line": 96
6272
+ "line": 109
6273
6273
  },
6274
6274
  "name": "fromBasePlatform",
6275
6275
  "parameters": [
@@ -6309,7 +6309,7 @@
6309
6309
  "immutable": true,
6310
6310
  "locationInModule": {
6311
6311
  "filename": "src/platform/CognitoUserPool.ts",
6312
- "line": 147
6312
+ "line": 173
6313
6313
  },
6314
6314
  "name": "apiUserPoolClient",
6315
6315
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6324,7 +6324,7 @@
6324
6324
  "immutable": true,
6325
6325
  "locationInModule": {
6326
6326
  "filename": "src/platform/CognitoUserPool.ts",
6327
- "line": 146
6327
+ "line": 172
6328
6328
  },
6329
6329
  "name": "appUserPoolClient",
6330
6330
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
@@ -6339,13 +6339,27 @@
6339
6339
  "immutable": true,
6340
6340
  "locationInModule": {
6341
6341
  "filename": "src/platform/CognitoUserPool.ts",
6342
- "line": 145
6342
+ "line": 171
6343
6343
  },
6344
6344
  "name": "userPool",
6345
6345
  "overrides": "@btc-embedded/cdk-extensions.CognitoUserPoolBase",
6346
6346
  "type": {
6347
6347
  "fqn": "aws-cdk-lib.aws_cognito.IUserPool"
6348
6348
  }
6349
+ },
6350
+ {
6351
+ "docs": {
6352
+ "stability": "experimental"
6353
+ },
6354
+ "immutable": true,
6355
+ "locationInModule": {
6356
+ "filename": "src/platform/CognitoUserPool.ts",
6357
+ "line": 174
6358
+ },
6359
+ "name": "userPoolDomain",
6360
+ "type": {
6361
+ "fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
6362
+ }
6349
6363
  }
6350
6364
  ],
6351
6365
  "symbolId": "src/platform/CognitoUserPool:CognitoUserPool"
@@ -6395,7 +6409,7 @@
6395
6409
  "kind": "class",
6396
6410
  "locationInModule": {
6397
6411
  "filename": "src/platform/CognitoUserPool.ts",
6398
- "line": 74
6412
+ "line": 87
6399
6413
  },
6400
6414
  "methods": [
6401
6415
  {
@@ -6404,7 +6418,7 @@
6404
6418
  },
6405
6419
  "locationInModule": {
6406
6420
  "filename": "src/platform/CognitoUserPool.ts",
6407
- "line": 88
6421
+ "line": 101
6408
6422
  },
6409
6423
  "name": "createCognitoUserPoolsAuthorizer",
6410
6424
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6420,7 +6434,7 @@
6420
6434
  },
6421
6435
  "locationInModule": {
6422
6436
  "filename": "src/platform/CognitoUserPool.ts",
6423
- "line": 82
6437
+ "line": 95
6424
6438
  },
6425
6439
  "name": "createHttpUserPoolAuthorizer",
6426
6440
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6441,7 +6455,7 @@
6441
6455
  "immutable": true,
6442
6456
  "locationInModule": {
6443
6457
  "filename": "src/platform/CognitoUserPool.ts",
6444
- "line": 80
6458
+ "line": 93
6445
6459
  },
6446
6460
  "name": "apiUserPoolClient",
6447
6461
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6457,7 +6471,7 @@
6457
6471
  "immutable": true,
6458
6472
  "locationInModule": {
6459
6473
  "filename": "src/platform/CognitoUserPool.ts",
6460
- "line": 79
6474
+ "line": 92
6461
6475
  },
6462
6476
  "name": "appUserPoolClient",
6463
6477
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6473,7 +6487,7 @@
6473
6487
  "immutable": true,
6474
6488
  "locationInModule": {
6475
6489
  "filename": "src/platform/CognitoUserPool.ts",
6476
- "line": 78
6490
+ "line": 91
6477
6491
  },
6478
6492
  "name": "userPool",
6479
6493
  "overrides": "@btc-embedded/cdk-extensions.ICognitoUserPool",
@@ -6494,7 +6508,7 @@
6494
6508
  "kind": "interface",
6495
6509
  "locationInModule": {
6496
6510
  "filename": "src/platform/CognitoUserPool.ts",
6497
- "line": 16
6511
+ "line": 19
6498
6512
  },
6499
6513
  "name": "CognitoUserPoolProps",
6500
6514
  "properties": [
@@ -6508,13 +6522,28 @@
6508
6522
  "immutable": true,
6509
6523
  "locationInModule": {
6510
6524
  "filename": "src/platform/CognitoUserPool.ts",
6511
- "line": 29
6525
+ "line": 37
6512
6526
  },
6513
6527
  "name": "fqdn",
6514
6528
  "type": {
6515
6529
  "primitive": "string"
6516
6530
  }
6517
6531
  },
6532
+ {
6533
+ "abstract": true,
6534
+ "docs": {
6535
+ "stability": "experimental"
6536
+ },
6537
+ "immutable": true,
6538
+ "locationInModule": {
6539
+ "filename": "src/platform/CognitoUserPool.ts",
6540
+ "line": 28
6541
+ },
6542
+ "name": "userPoolDomain",
6543
+ "type": {
6544
+ "primitive": "string"
6545
+ }
6546
+ },
6518
6547
  {
6519
6548
  "abstract": true,
6520
6549
  "docs": {
@@ -6524,7 +6553,7 @@
6524
6553
  "immutable": true,
6525
6554
  "locationInModule": {
6526
6555
  "filename": "src/platform/CognitoUserPool.ts",
6527
- "line": 20
6556
+ "line": 23
6528
6557
  },
6529
6558
  "name": "userPoolId",
6530
6559
  "type": {
@@ -6540,7 +6569,7 @@
6540
6569
  "immutable": true,
6541
6570
  "locationInModule": {
6542
6571
  "filename": "src/platform/CognitoUserPool.ts",
6543
- "line": 34
6572
+ "line": 42
6544
6573
  },
6545
6574
  "name": "additionalUserPoolIdentityProviders",
6546
6575
  "optional": true,
@@ -6562,7 +6591,7 @@
6562
6591
  "immutable": true,
6563
6592
  "locationInModule": {
6564
6593
  "filename": "src/platform/CognitoUserPool.ts",
6565
- "line": 57
6594
+ "line": 65
6566
6595
  },
6567
6596
  "name": "apiClientOptions",
6568
6597
  "optional": true,
@@ -6579,7 +6608,7 @@
6579
6608
  "immutable": true,
6580
6609
  "locationInModule": {
6581
6610
  "filename": "src/platform/CognitoUserPool.ts",
6582
- "line": 62
6611
+ "line": 70
6583
6612
  },
6584
6613
  "name": "appClientOptions",
6585
6614
  "optional": true,
@@ -6596,7 +6625,7 @@
6596
6625
  "immutable": true,
6597
6626
  "locationInModule": {
6598
6627
  "filename": "src/platform/CognitoUserPool.ts",
6599
- "line": 52
6628
+ "line": 60
6600
6629
  },
6601
6630
  "name": "callbackUrls",
6602
6631
  "optional": true,
@@ -6609,6 +6638,23 @@
6609
6638
  }
6610
6639
  }
6611
6640
  },
6641
+ {
6642
+ "abstract": true,
6643
+ "docs": {
6644
+ "stability": "experimental",
6645
+ "summary": "Enable creation of managed login branding for the user pool."
6646
+ },
6647
+ "immutable": true,
6648
+ "locationInModule": {
6649
+ "filename": "src/platform/CognitoUserPool.ts",
6650
+ "line": 75
6651
+ },
6652
+ "name": "createManagedLoginBranding",
6653
+ "optional": true,
6654
+ "type": {
6655
+ "primitive": "boolean"
6656
+ }
6657
+ },
6612
6658
  {
6613
6659
  "abstract": true,
6614
6660
  "docs": {
@@ -6618,7 +6664,7 @@
6618
6664
  "immutable": true,
6619
6665
  "locationInModule": {
6620
6666
  "filename": "src/platform/CognitoUserPool.ts",
6621
- "line": 46
6667
+ "line": 54
6622
6668
  },
6623
6669
  "name": "logoutUrls",
6624
6670
  "optional": true,
@@ -6641,7 +6687,7 @@
6641
6687
  "immutable": true,
6642
6688
  "locationInModule": {
6643
6689
  "filename": "src/platform/CognitoUserPool.ts",
6644
- "line": 41
6690
+ "line": 49
6645
6691
  },
6646
6692
  "name": "resourceServer",
6647
6693
  "optional": true,
@@ -8975,7 +9021,7 @@
8975
9021
  },
8976
9022
  "locationInModule": {
8977
9023
  "filename": "src/extensions/HTTPApiExtension.ts",
8978
- "line": 63
9024
+ "line": 72
8979
9025
  },
8980
9026
  "parameters": [
8981
9027
  {
@@ -8989,7 +9035,7 @@
8989
9035
  "kind": "class",
8990
9036
  "locationInModule": {
8991
9037
  "filename": "src/extensions/HTTPApiExtension.ts",
8992
- "line": 56
9038
+ "line": 65
8993
9039
  },
8994
9040
  "methods": [
8995
9041
  {
@@ -9000,7 +9046,7 @@
9000
9046
  },
9001
9047
  "locationInModule": {
9002
9048
  "filename": "src/extensions/HTTPApiExtension.ts",
9003
- "line": 68
9049
+ "line": 77
9004
9050
  },
9005
9051
  "name": "useService",
9006
9052
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -9032,7 +9078,7 @@
9032
9078
  "immutable": true,
9033
9079
  "locationInModule": {
9034
9080
  "filename": "src/extensions/HTTPApiExtension.ts",
9035
- "line": 57
9081
+ "line": 66
9036
9082
  },
9037
9083
  "name": "props",
9038
9084
  "type": {
@@ -9052,7 +9098,7 @@
9052
9098
  "kind": "interface",
9053
9099
  "locationInModule": {
9054
9100
  "filename": "src/extensions/HTTPApiExtension.ts",
9055
- "line": 25
9101
+ "line": 27
9056
9102
  },
9057
9103
  "name": "HTTPApiExtensionProps",
9058
9104
  "properties": [
@@ -9060,46 +9106,47 @@
9060
9106
  "abstract": true,
9061
9107
  "docs": {
9062
9108
  "stability": "experimental",
9063
- "summary": "Domain prefix for the API Gateway endpoint."
9109
+ "summary": "Hosted Zone to create the gateway domain A record."
9064
9110
  },
9065
9111
  "immutable": true,
9066
9112
  "locationInModule": {
9067
9113
  "filename": "src/extensions/HTTPApiExtension.ts",
9068
- "line": 39
9114
+ "line": 47
9069
9115
  },
9070
- "name": "domainPrefix",
9116
+ "name": "hostedZone",
9071
9117
  "type": {
9072
- "primitive": "string"
9118
+ "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
9073
9119
  }
9074
9120
  },
9075
9121
  {
9076
9122
  "abstract": true,
9077
9123
  "docs": {
9078
9124
  "stability": "experimental",
9079
- "summary": "Hosted Zone to create the gateway domain A record."
9125
+ "summary": "The name of the base platform stack."
9080
9126
  },
9081
9127
  "immutable": true,
9082
9128
  "locationInModule": {
9083
9129
  "filename": "src/extensions/HTTPApiExtension.ts",
9084
- "line": 44
9130
+ "line": 36
9085
9131
  },
9086
- "name": "hostedZone",
9132
+ "name": "platformStackName",
9087
9133
  "type": {
9088
- "fqn": "aws-cdk-lib.aws_route53.IHostedZone"
9134
+ "primitive": "string"
9089
9135
  }
9090
9136
  },
9091
9137
  {
9092
9138
  "abstract": true,
9093
9139
  "docs": {
9094
9140
  "stability": "experimental",
9095
- "summary": "The name of the base platform stack."
9141
+ "summary": "Domain prefix for the API Gateway endpoint."
9096
9142
  },
9097
9143
  "immutable": true,
9098
9144
  "locationInModule": {
9099
9145
  "filename": "src/extensions/HTTPApiExtension.ts",
9100
- "line": 34
9146
+ "line": 42
9101
9147
  },
9102
- "name": "platformStackName",
9148
+ "name": "domainPrefix",
9149
+ "optional": true,
9103
9150
  "type": {
9104
9151
  "primitive": "string"
9105
9152
  }
@@ -9114,7 +9161,7 @@
9114
9161
  "immutable": true,
9115
9162
  "locationInModule": {
9116
9163
  "filename": "src/extensions/HTTPApiExtension.ts",
9117
- "line": 50
9164
+ "line": 54
9118
9165
  },
9119
9166
  "name": "enableAccessLogs",
9120
9167
  "optional": true,
@@ -9131,26 +9178,43 @@
9131
9178
  "immutable": true,
9132
9179
  "locationInModule": {
9133
9180
  "filename": "src/extensions/HTTPApiExtension.ts",
9134
- "line": 29
9181
+ "line": 31
9135
9182
  },
9136
- "name": "prefix",
9183
+ "name": "endpointPrefix",
9137
9184
  "optional": true,
9138
9185
  "type": {
9139
9186
  "primitive": "string"
9140
9187
  }
9188
+ },
9189
+ {
9190
+ "abstract": true,
9191
+ "docs": {
9192
+ "stability": "experimental",
9193
+ "summary": "Specify additional HTTP API Attributes."
9194
+ },
9195
+ "immutable": true,
9196
+ "locationInModule": {
9197
+ "filename": "src/extensions/HTTPApiExtension.ts",
9198
+ "line": 59
9199
+ },
9200
+ "name": "extraHttpApiAttributes",
9201
+ "optional": true,
9202
+ "type": {
9203
+ "fqn": "aws-cdk-lib.aws_apigatewayv2.HttpApiAttributes"
9204
+ }
9141
9205
  }
9142
9206
  ],
9143
9207
  "symbolId": "src/extensions/HTTPApiExtension:HTTPApiExtensionProps"
9144
9208
  },
9145
- "@btc-embedded/cdk-extensions.IApiGatewayV2": {
9209
+ "@btc-embedded/cdk-extensions.IApiGatewayVpcLink": {
9146
9210
  "assembly": "@btc-embedded/cdk-extensions",
9147
9211
  "docs": {
9148
9212
  "stability": "experimental"
9149
9213
  },
9150
- "fqn": "@btc-embedded/cdk-extensions.IApiGatewayV2",
9214
+ "fqn": "@btc-embedded/cdk-extensions.IApiGatewayVpcLink",
9151
9215
  "kind": "interface",
9152
9216
  "locationInModule": {
9153
- "filename": "src/platform/ApiGatewayV2.ts",
9217
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
9154
9218
  "line": 24
9155
9219
  },
9156
9220
  "methods": [
@@ -9160,13 +9224,13 @@
9160
9224
  "stability": "experimental"
9161
9225
  },
9162
9226
  "locationInModule": {
9163
- "filename": "src/platform/ApiGatewayV2.ts",
9227
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
9164
9228
  "line": 27
9165
9229
  },
9166
9230
  "name": "allowAccessTo",
9167
9231
  "parameters": [
9168
9232
  {
9169
- "name": "source",
9233
+ "name": "other",
9170
9234
  "type": {
9171
9235
  "fqn": "aws-cdk-lib.aws_ec2.IConnectable"
9172
9236
  }
@@ -9187,7 +9251,7 @@
9187
9251
  ]
9188
9252
  }
9189
9253
  ],
9190
- "name": "IApiGatewayV2",
9254
+ "name": "IApiGatewayVpcLink",
9191
9255
  "properties": [
9192
9256
  {
9193
9257
  "abstract": true,
@@ -9196,7 +9260,7 @@
9196
9260
  },
9197
9261
  "immutable": true,
9198
9262
  "locationInModule": {
9199
- "filename": "src/platform/ApiGatewayV2.ts",
9263
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
9200
9264
  "line": 26
9201
9265
  },
9202
9266
  "name": "securityGroup",
@@ -9211,7 +9275,7 @@
9211
9275
  },
9212
9276
  "immutable": true,
9213
9277
  "locationInModule": {
9214
- "filename": "src/platform/ApiGatewayV2.ts",
9278
+ "filename": "src/platform/ApiGatewayVpcLink.ts",
9215
9279
  "line": 25
9216
9280
  },
9217
9281
  "name": "vpcLink",
@@ -9220,7 +9284,7 @@
9220
9284
  }
9221
9285
  }
9222
9286
  ],
9223
- "symbolId": "src/platform/ApiGatewayV2:IApiGatewayV2"
9287
+ "symbolId": "src/platform/ApiGatewayVpcLink:IApiGatewayVpcLink"
9224
9288
  },
9225
9289
  "@btc-embedded/cdk-extensions.IApplicationLoadBalancerV2": {
9226
9290
  "assembly": "@btc-embedded/cdk-extensions",
@@ -9283,7 +9347,7 @@
9283
9347
  "kind": "interface",
9284
9348
  "locationInModule": {
9285
9349
  "filename": "src/platform/CognitoUserPool.ts",
9286
- "line": 65
9350
+ "line": 78
9287
9351
  },
9288
9352
  "methods": [
9289
9353
  {
@@ -9293,7 +9357,7 @@
9293
9357
  },
9294
9358
  "locationInModule": {
9295
9359
  "filename": "src/platform/CognitoUserPool.ts",
9296
- "line": 71
9360
+ "line": 84
9297
9361
  },
9298
9362
  "name": "createCognitoUserPoolsAuthorizer",
9299
9363
  "returns": {
@@ -9309,7 +9373,7 @@
9309
9373
  },
9310
9374
  "locationInModule": {
9311
9375
  "filename": "src/platform/CognitoUserPool.ts",
9312
- "line": 70
9376
+ "line": 83
9313
9377
  },
9314
9378
  "name": "createHttpUserPoolAuthorizer",
9315
9379
  "returns": {
@@ -9329,7 +9393,7 @@
9329
9393
  "immutable": true,
9330
9394
  "locationInModule": {
9331
9395
  "filename": "src/platform/CognitoUserPool.ts",
9332
- "line": 68
9396
+ "line": 81
9333
9397
  },
9334
9398
  "name": "apiUserPoolClient",
9335
9399
  "type": {
@@ -9344,7 +9408,7 @@
9344
9408
  "immutable": true,
9345
9409
  "locationInModule": {
9346
9410
  "filename": "src/platform/CognitoUserPool.ts",
9347
- "line": 67
9411
+ "line": 80
9348
9412
  },
9349
9413
  "name": "appUserPoolClient",
9350
9414
  "type": {
@@ -9359,7 +9423,7 @@
9359
9423
  "immutable": true,
9360
9424
  "locationInModule": {
9361
9425
  "filename": "src/platform/CognitoUserPool.ts",
9362
- "line": 66
9426
+ "line": 79
9363
9427
  },
9364
9428
  "name": "userPool",
9365
9429
  "type": {
@@ -10156,7 +10220,7 @@
10156
10220
  },
10157
10221
  "locationInModule": {
10158
10222
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10159
- "line": 175
10223
+ "line": 170
10160
10224
  },
10161
10225
  "parameters": [
10162
10226
  {
@@ -10170,7 +10234,7 @@
10170
10234
  "kind": "class",
10171
10235
  "locationInModule": {
10172
10236
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10173
- "line": 169
10237
+ "line": 164
10174
10238
  },
10175
10239
  "methods": [
10176
10240
  {
@@ -10180,7 +10244,7 @@
10180
10244
  },
10181
10245
  "locationInModule": {
10182
10246
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10183
- "line": 229
10247
+ "line": 224
10184
10248
  },
10185
10249
  "name": "addHooks",
10186
10250
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
@@ -10192,7 +10256,7 @@
10192
10256
  },
10193
10257
  "locationInModule": {
10194
10258
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10195
- "line": 300
10259
+ "line": 301
10196
10260
  },
10197
10261
  "name": "modifyServiceProps",
10198
10262
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10217,7 +10281,7 @@
10217
10281
  },
10218
10282
  "locationInModule": {
10219
10283
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10220
- "line": 180
10284
+ "line": 175
10221
10285
  },
10222
10286
  "name": "prehook",
10223
10287
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10244,7 +10308,7 @@
10244
10308
  },
10245
10309
  "locationInModule": {
10246
10310
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10247
- "line": 245
10311
+ "line": 240
10248
10312
  },
10249
10313
  "name": "useService",
10250
10314
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10273,7 +10337,7 @@
10273
10337
  },
10274
10338
  "locationInModule": {
10275
10339
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10276
- "line": 253
10340
+ "line": 254
10277
10341
  },
10278
10342
  "name": "useTaskDefinition",
10279
10343
  "overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
@@ -10296,7 +10360,7 @@
10296
10360
  "immutable": true,
10297
10361
  "locationInModule": {
10298
10362
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10299
- "line": 170
10363
+ "line": 165
10300
10364
  },
10301
10365
  "name": "props",
10302
10366
  "type": {
@@ -10309,7 +10373,7 @@
10309
10373
  },
10310
10374
  "locationInModule": {
10311
10375
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10312
- "line": 171
10376
+ "line": 166
10313
10377
  },
10314
10378
  "name": "connectionString",
10315
10379
  "type": {
@@ -10322,7 +10386,7 @@
10322
10386
  },
10323
10387
  "locationInModule": {
10324
10388
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10325
- "line": 172
10389
+ "line": 167
10326
10390
  },
10327
10391
  "name": "credentialsSecret",
10328
10392
  "type": {
@@ -10335,7 +10399,7 @@
10335
10399
  },
10336
10400
  "locationInModule": {
10337
10401
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10338
- "line": 173
10402
+ "line": 168
10339
10403
  },
10340
10404
  "name": "endpoint",
10341
10405
  "type": {
@@ -10383,27 +10447,11 @@
10383
10447
  "summary": "The name of the database."
10384
10448
  },
10385
10449
  "immutable": true,
10386
- "locationInModule": {
10387
- "filename": "src/extensions/PostgresDbAccessExtension.ts",
10388
- "line": 68
10389
- },
10390
- "name": "dbName",
10391
- "type": {
10392
- "primitive": "string"
10393
- }
10394
- },
10395
- {
10396
- "abstract": true,
10397
- "docs": {
10398
- "stability": "experimental",
10399
- "summary": "Security group ID of the Postgres DB cluster."
10400
- },
10401
- "immutable": true,
10402
10450
  "locationInModule": {
10403
10451
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10404
10452
  "line": 63
10405
10453
  },
10406
- "name": "securityGroupId",
10454
+ "name": "dbName",
10407
10455
  "type": {
10408
10456
  "primitive": "string"
10409
10457
  }
@@ -10418,7 +10466,7 @@
10418
10466
  "immutable": true,
10419
10467
  "locationInModule": {
10420
10468
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10421
- "line": 85
10469
+ "line": 80
10422
10470
  },
10423
10471
  "name": "dbConnectionProperties",
10424
10472
  "optional": true,
@@ -10442,7 +10490,7 @@
10442
10490
  "immutable": true,
10443
10491
  "locationInModule": {
10444
10492
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10445
- "line": 101
10493
+ "line": 96
10446
10494
  },
10447
10495
  "name": "enableMigration",
10448
10496
  "optional": true,
@@ -10460,7 +10508,7 @@
10460
10508
  "immutable": true,
10461
10509
  "locationInModule": {
10462
10510
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10463
- "line": 92
10511
+ "line": 87
10464
10512
  },
10465
10513
  "name": "environmentVariableNames",
10466
10514
  "optional": true,
@@ -10479,7 +10527,7 @@
10479
10527
  "immutable": true,
10480
10528
  "locationInModule": {
10481
10529
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10482
- "line": 77
10530
+ "line": 72
10483
10531
  },
10484
10532
  "name": "logGroup",
10485
10533
  "optional": true,
@@ -10497,7 +10545,7 @@
10497
10545
  "immutable": true,
10498
10546
  "locationInModule": {
10499
10547
  "filename": "src/extensions/PostgresDbAccessExtension.ts",
10500
- "line": 108
10548
+ "line": 103
10501
10549
  },
10502
10550
  "name": "migrationParameter",
10503
10551
  "optional": true,
@@ -12267,6 +12315,6 @@
12267
12315
  "symbolId": "src/platform/Vpc:VpcProps"
12268
12316
  }
12269
12317
  },
12270
- "version": "0.15.0",
12271
- "fingerprint": "7dnmqUN8+Qkk0/8ilFJZxf/gGqBnhAoQPoQBlBAshbI="
12318
+ "version": "0.17.0",
12319
+ "fingerprint": "xa+cHLDhTjHzfvJPp5KMoqBnGLmOzlLxSppY6saX8sg="
12272
12320
  }