@btc-embedded/cdk-extensions 0.3.0 → 0.4.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 +811 -237
- package/API.md +964 -128
- package/lib/extensions/ApiGatewayExtension.js +3 -7
- package/lib/extensions/ApplicationLoadBalancerExtension.js +4 -4
- package/lib/extensions/CloudMapExtension.d.ts +1 -0
- package/lib/extensions/CloudMapExtension.js +6 -8
- package/lib/extensions/DocumentDbAccessExtension.js +5 -6
- package/lib/extensions/DomainEventMessagingExtension.js +1 -1
- package/lib/extensions/ExtraContainerExtension.js +1 -1
- package/lib/extensions/LogExtension.js +4 -6
- package/lib/extensions/PostgresDbAccessExtension.d.ts +22 -0
- package/lib/extensions/PostgresDbAccessExtension.js +52 -0
- package/lib/extensions/SharedVolumeExtension.d.ts +30 -0
- package/lib/extensions/SharedVolumeExtension.js +36 -0
- package/lib/extensions/TcpKeepAliveExtension.js +5 -7
- package/lib/extensions/index.d.ts +3 -1
- package/lib/extensions/index.js +4 -2
- package/lib/platform/ApiGateway.d.ts +1 -1
- package/lib/platform/ApiGateway.js +2 -2
- package/lib/platform/ApplicationLoadBalancer.d.ts +2 -0
- package/lib/platform/ApplicationLoadBalancer.js +11 -9
- package/lib/platform/DefaultUserPoolClients.d.ts +1 -0
- package/lib/platform/DefaultUserPoolClients.js +11 -4
- package/lib/platform/DocumentDB.js +1 -1
- package/lib/platform/PrivateDnsNamespace.d.ts +17 -0
- package/lib/platform/PrivateDnsNamespace.js +50 -0
- package/lib/platform/Vpc.d.ts +13 -0
- package/lib/platform/Vpc.js +44 -0
- package/lib/platform/index.d.ts +2 -1
- package/lib/platform/index.js +3 -2
- package/lib/utils/functions.d.ts +9 -0
- package/lib/utils/functions.js +14 -0
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +2 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -4170,7 +4170,7 @@
|
|
|
4170
4170
|
"abstract": true,
|
|
4171
4171
|
"docs": {
|
|
4172
4172
|
"stability": "experimental",
|
|
4173
|
-
"summary": "Hosted Zone
|
|
4173
|
+
"summary": "Hosted Zone to create the gateway domain A record."
|
|
4174
4174
|
},
|
|
4175
4175
|
"immutable": true,
|
|
4176
4176
|
"locationInModule": {
|
|
@@ -4285,7 +4285,7 @@
|
|
|
4285
4285
|
},
|
|
4286
4286
|
"locationInModule": {
|
|
4287
4287
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4288
|
-
"line":
|
|
4288
|
+
"line": 40
|
|
4289
4289
|
},
|
|
4290
4290
|
"parameters": [
|
|
4291
4291
|
{
|
|
@@ -4311,7 +4311,7 @@
|
|
|
4311
4311
|
"kind": "class",
|
|
4312
4312
|
"locationInModule": {
|
|
4313
4313
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4314
|
-
"line":
|
|
4314
|
+
"line": 33
|
|
4315
4315
|
},
|
|
4316
4316
|
"name": "ApplicationLoadBalancer",
|
|
4317
4317
|
"properties": [
|
|
@@ -4322,7 +4322,7 @@
|
|
|
4322
4322
|
"immutable": true,
|
|
4323
4323
|
"locationInModule": {
|
|
4324
4324
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4325
|
-
"line":
|
|
4325
|
+
"line": 34
|
|
4326
4326
|
},
|
|
4327
4327
|
"name": "loadbalancer",
|
|
4328
4328
|
"type": {
|
|
@@ -4336,7 +4336,7 @@
|
|
|
4336
4336
|
"immutable": true,
|
|
4337
4337
|
"locationInModule": {
|
|
4338
4338
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4339
|
-
"line":
|
|
4339
|
+
"line": 36
|
|
4340
4340
|
},
|
|
4341
4341
|
"name": "loadBalancer",
|
|
4342
4342
|
"type": {
|
|
@@ -4647,7 +4647,7 @@
|
|
|
4647
4647
|
"kind": "interface",
|
|
4648
4648
|
"locationInModule": {
|
|
4649
4649
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4650
|
-
"line":
|
|
4650
|
+
"line": 24
|
|
4651
4651
|
},
|
|
4652
4652
|
"name": "ApplicationLoadBalancerProps",
|
|
4653
4653
|
"properties": [
|
|
@@ -4659,7 +4659,7 @@
|
|
|
4659
4659
|
"immutable": true,
|
|
4660
4660
|
"locationInModule": {
|
|
4661
4661
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4662
|
-
"line":
|
|
4662
|
+
"line": 25
|
|
4663
4663
|
},
|
|
4664
4664
|
"name": "fqdn",
|
|
4665
4665
|
"type": {
|
|
@@ -4674,11 +4674,11 @@
|
|
|
4674
4674
|
"immutable": true,
|
|
4675
4675
|
"locationInModule": {
|
|
4676
4676
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4677
|
-
"line":
|
|
4677
|
+
"line": 30
|
|
4678
4678
|
},
|
|
4679
|
-
"name": "
|
|
4679
|
+
"name": "hostedZone",
|
|
4680
4680
|
"type": {
|
|
4681
|
-
"fqn": "aws-cdk-lib.
|
|
4681
|
+
"fqn": "aws-cdk-lib.aws_route53.IHostedZone"
|
|
4682
4682
|
}
|
|
4683
4683
|
},
|
|
4684
4684
|
{
|
|
@@ -4691,9 +4691,9 @@
|
|
|
4691
4691
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4692
4692
|
"line": 27
|
|
4693
4693
|
},
|
|
4694
|
-
"name": "
|
|
4694
|
+
"name": "userPool",
|
|
4695
4695
|
"type": {
|
|
4696
|
-
"fqn": "aws-cdk-lib.aws_cognito.
|
|
4696
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPool"
|
|
4697
4697
|
}
|
|
4698
4698
|
},
|
|
4699
4699
|
{
|
|
@@ -4706,9 +4706,9 @@
|
|
|
4706
4706
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4707
4707
|
"line": 28
|
|
4708
4708
|
},
|
|
4709
|
-
"name": "
|
|
4709
|
+
"name": "userPoolClient",
|
|
4710
4710
|
"type": {
|
|
4711
|
-
"fqn": "aws-cdk-lib.aws_cognito.
|
|
4711
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolClient"
|
|
4712
4712
|
}
|
|
4713
4713
|
},
|
|
4714
4714
|
{
|
|
@@ -4719,75 +4719,30 @@
|
|
|
4719
4719
|
"immutable": true,
|
|
4720
4720
|
"locationInModule": {
|
|
4721
4721
|
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4722
|
-
"line":
|
|
4722
|
+
"line": 29
|
|
4723
4723
|
},
|
|
4724
|
-
"name": "
|
|
4724
|
+
"name": "userPoolDomain",
|
|
4725
4725
|
"type": {
|
|
4726
|
-
"fqn": "aws-cdk-lib.
|
|
4726
|
+
"fqn": "aws-cdk-lib.aws_cognito.IUserPoolDomain"
|
|
4727
4727
|
}
|
|
4728
|
-
}
|
|
4729
|
-
],
|
|
4730
|
-
"symbolId": "src/platform/ApplicationLoadBalancer:ApplicationLoadBalancerProps"
|
|
4731
|
-
},
|
|
4732
|
-
"@btc-embedded/cdk-extensions.CloudMap": {
|
|
4733
|
-
"assembly": "@btc-embedded/cdk-extensions",
|
|
4734
|
-
"base": "constructs.Construct",
|
|
4735
|
-
"docs": {
|
|
4736
|
-
"stability": "experimental"
|
|
4737
|
-
},
|
|
4738
|
-
"fqn": "@btc-embedded/cdk-extensions.CloudMap",
|
|
4739
|
-
"initializer": {
|
|
4740
|
-
"docs": {
|
|
4741
|
-
"stability": "experimental"
|
|
4742
|
-
},
|
|
4743
|
-
"locationInModule": {
|
|
4744
|
-
"filename": "src/platform/CloudMap.ts",
|
|
4745
|
-
"line": 19
|
|
4746
4728
|
},
|
|
4747
|
-
"parameters": [
|
|
4748
|
-
{
|
|
4749
|
-
"name": "scope",
|
|
4750
|
-
"type": {
|
|
4751
|
-
"fqn": "constructs.Construct"
|
|
4752
|
-
}
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
"name": "id",
|
|
4756
|
-
"type": {
|
|
4757
|
-
"primitive": "string"
|
|
4758
|
-
}
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"name": "props",
|
|
4762
|
-
"type": {
|
|
4763
|
-
"fqn": "@btc-embedded/cdk-extensions.CloudMapProps"
|
|
4764
|
-
}
|
|
4765
|
-
}
|
|
4766
|
-
]
|
|
4767
|
-
},
|
|
4768
|
-
"kind": "class",
|
|
4769
|
-
"locationInModule": {
|
|
4770
|
-
"filename": "src/platform/CloudMap.ts",
|
|
4771
|
-
"line": 17
|
|
4772
|
-
},
|
|
4773
|
-
"name": "CloudMap",
|
|
4774
|
-
"properties": [
|
|
4775
4729
|
{
|
|
4730
|
+
"abstract": true,
|
|
4776
4731
|
"docs": {
|
|
4777
4732
|
"stability": "experimental"
|
|
4778
4733
|
},
|
|
4779
4734
|
"immutable": true,
|
|
4780
4735
|
"locationInModule": {
|
|
4781
|
-
"filename": "src/platform/
|
|
4782
|
-
"line":
|
|
4736
|
+
"filename": "src/platform/ApplicationLoadBalancer.ts",
|
|
4737
|
+
"line": 26
|
|
4783
4738
|
},
|
|
4784
|
-
"name": "
|
|
4739
|
+
"name": "vpc",
|
|
4785
4740
|
"type": {
|
|
4786
|
-
"fqn": "aws-cdk-lib.
|
|
4741
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4787
4742
|
}
|
|
4788
4743
|
}
|
|
4789
4744
|
],
|
|
4790
|
-
"symbolId": "src/platform/
|
|
4745
|
+
"symbolId": "src/platform/ApplicationLoadBalancer:ApplicationLoadBalancerProps"
|
|
4791
4746
|
},
|
|
4792
4747
|
"@btc-embedded/cdk-extensions.CloudMapExtension": {
|
|
4793
4748
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
@@ -4802,7 +4757,7 @@
|
|
|
4802
4757
|
},
|
|
4803
4758
|
"locationInModule": {
|
|
4804
4759
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4805
|
-
"line":
|
|
4760
|
+
"line": 28
|
|
4806
4761
|
},
|
|
4807
4762
|
"parameters": [
|
|
4808
4763
|
{
|
|
@@ -4816,7 +4771,7 @@
|
|
|
4816
4771
|
"kind": "class",
|
|
4817
4772
|
"locationInModule": {
|
|
4818
4773
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4819
|
-
"line":
|
|
4774
|
+
"line": 23
|
|
4820
4775
|
},
|
|
4821
4776
|
"methods": [
|
|
4822
4777
|
{
|
|
@@ -4826,7 +4781,7 @@
|
|
|
4826
4781
|
},
|
|
4827
4782
|
"locationInModule": {
|
|
4828
4783
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4829
|
-
"line":
|
|
4784
|
+
"line": 119
|
|
4830
4785
|
},
|
|
4831
4786
|
"name": "connectToService",
|
|
4832
4787
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -4853,7 +4808,7 @@
|
|
|
4853
4808
|
},
|
|
4854
4809
|
"locationInModule": {
|
|
4855
4810
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4856
|
-
"line":
|
|
4811
|
+
"line": 34
|
|
4857
4812
|
},
|
|
4858
4813
|
"name": "modifyServiceProps",
|
|
4859
4814
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -4879,7 +4834,7 @@
|
|
|
4879
4834
|
},
|
|
4880
4835
|
"locationInModule": {
|
|
4881
4836
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4882
|
-
"line":
|
|
4837
|
+
"line": 77
|
|
4883
4838
|
},
|
|
4884
4839
|
"name": "useService",
|
|
4885
4840
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -4910,61 +4865,42 @@
|
|
|
4910
4865
|
},
|
|
4911
4866
|
"locationInModule": {
|
|
4912
4867
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4913
|
-
"line":
|
|
4868
|
+
"line": 24
|
|
4914
4869
|
},
|
|
4915
4870
|
"name": "props",
|
|
4916
4871
|
"type": {
|
|
4917
4872
|
"fqn": "@btc-embedded/cdk-extensions.CloudMapExtensionProps"
|
|
4918
4873
|
}
|
|
4919
|
-
}
|
|
4920
|
-
],
|
|
4921
|
-
"symbolId": "src/extensions/CloudMapExtension:CloudMapExtension"
|
|
4922
|
-
},
|
|
4923
|
-
"@btc-embedded/cdk-extensions.CloudMapExtensionProps": {
|
|
4924
|
-
"assembly": "@btc-embedded/cdk-extensions",
|
|
4925
|
-
"datatype": true,
|
|
4926
|
-
"docs": {
|
|
4927
|
-
"stability": "experimental"
|
|
4928
|
-
},
|
|
4929
|
-
"fqn": "@btc-embedded/cdk-extensions.CloudMapExtensionProps",
|
|
4930
|
-
"kind": "interface",
|
|
4931
|
-
"locationInModule": {
|
|
4932
|
-
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4933
|
-
"line": 18
|
|
4934
|
-
},
|
|
4935
|
-
"name": "CloudMapExtensionProps",
|
|
4936
|
-
"properties": [
|
|
4874
|
+
},
|
|
4937
4875
|
{
|
|
4938
|
-
"abstract": true,
|
|
4939
4876
|
"docs": {
|
|
4940
4877
|
"stability": "experimental"
|
|
4941
4878
|
},
|
|
4942
|
-
"immutable": true,
|
|
4943
4879
|
"locationInModule": {
|
|
4944
4880
|
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4945
|
-
"line":
|
|
4881
|
+
"line": 26
|
|
4946
4882
|
},
|
|
4947
|
-
"name": "
|
|
4883
|
+
"name": "serviceName",
|
|
4948
4884
|
"type": {
|
|
4949
4885
|
"primitive": "string"
|
|
4950
4886
|
}
|
|
4951
4887
|
}
|
|
4952
4888
|
],
|
|
4953
|
-
"symbolId": "src/extensions/CloudMapExtension:
|
|
4889
|
+
"symbolId": "src/extensions/CloudMapExtension:CloudMapExtension"
|
|
4954
4890
|
},
|
|
4955
|
-
"@btc-embedded/cdk-extensions.
|
|
4891
|
+
"@btc-embedded/cdk-extensions.CloudMapExtensionProps": {
|
|
4956
4892
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
4957
4893
|
"datatype": true,
|
|
4958
4894
|
"docs": {
|
|
4959
4895
|
"stability": "experimental"
|
|
4960
4896
|
},
|
|
4961
|
-
"fqn": "@btc-embedded/cdk-extensions.
|
|
4897
|
+
"fqn": "@btc-embedded/cdk-extensions.CloudMapExtensionProps",
|
|
4962
4898
|
"kind": "interface",
|
|
4963
4899
|
"locationInModule": {
|
|
4964
|
-
"filename": "src/
|
|
4965
|
-
"line":
|
|
4900
|
+
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4901
|
+
"line": 19
|
|
4966
4902
|
},
|
|
4967
|
-
"name": "
|
|
4903
|
+
"name": "CloudMapExtensionProps",
|
|
4968
4904
|
"properties": [
|
|
4969
4905
|
{
|
|
4970
4906
|
"abstract": true,
|
|
@@ -4973,32 +4909,16 @@
|
|
|
4973
4909
|
},
|
|
4974
4910
|
"immutable": true,
|
|
4975
4911
|
"locationInModule": {
|
|
4976
|
-
"filename": "src/
|
|
4977
|
-
"line":
|
|
4978
|
-
},
|
|
4979
|
-
"name": "vpc",
|
|
4980
|
-
"type": {
|
|
4981
|
-
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
4982
|
-
}
|
|
4983
|
-
},
|
|
4984
|
-
{
|
|
4985
|
-
"abstract": true,
|
|
4986
|
-
"docs": {
|
|
4987
|
-
"stability": "experimental"
|
|
4988
|
-
},
|
|
4989
|
-
"immutable": true,
|
|
4990
|
-
"locationInModule": {
|
|
4991
|
-
"filename": "src/platform/CloudMap.ts",
|
|
4992
|
-
"line": 13
|
|
4912
|
+
"filename": "src/extensions/CloudMapExtension.ts",
|
|
4913
|
+
"line": 20
|
|
4993
4914
|
},
|
|
4994
|
-
"name": "
|
|
4995
|
-
"optional": true,
|
|
4915
|
+
"name": "platformStackName",
|
|
4996
4916
|
"type": {
|
|
4997
|
-
"
|
|
4917
|
+
"primitive": "string"
|
|
4998
4918
|
}
|
|
4999
4919
|
}
|
|
5000
4920
|
],
|
|
5001
|
-
"symbolId": "src/
|
|
4921
|
+
"symbolId": "src/extensions/CloudMapExtension:CloudMapExtensionProps"
|
|
5002
4922
|
},
|
|
5003
4923
|
"@btc-embedded/cdk-extensions.ContainerProps": {
|
|
5004
4924
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
@@ -5052,7 +4972,7 @@
|
|
|
5052
4972
|
},
|
|
5053
4973
|
"locationInModule": {
|
|
5054
4974
|
"filename": "src/platform/DefaultUserPoolClients.ts",
|
|
5055
|
-
"line":
|
|
4975
|
+
"line": 27
|
|
5056
4976
|
},
|
|
5057
4977
|
"parameters": [
|
|
5058
4978
|
{
|
|
@@ -5078,7 +4998,7 @@
|
|
|
5078
4998
|
"kind": "class",
|
|
5079
4999
|
"locationInModule": {
|
|
5080
5000
|
"filename": "src/platform/DefaultUserPoolClients.ts",
|
|
5081
|
-
"line":
|
|
5001
|
+
"line": 23
|
|
5082
5002
|
},
|
|
5083
5003
|
"name": "DefaultUserPoolClients",
|
|
5084
5004
|
"properties": [
|
|
@@ -5088,7 +5008,7 @@
|
|
|
5088
5008
|
},
|
|
5089
5009
|
"locationInModule": {
|
|
5090
5010
|
"filename": "src/platform/DefaultUserPoolClients.ts",
|
|
5091
|
-
"line":
|
|
5011
|
+
"line": 25
|
|
5092
5012
|
},
|
|
5093
5013
|
"name": "apiClient",
|
|
5094
5014
|
"type": {
|
|
@@ -5101,7 +5021,7 @@
|
|
|
5101
5021
|
},
|
|
5102
5022
|
"locationInModule": {
|
|
5103
5023
|
"filename": "src/platform/DefaultUserPoolClients.ts",
|
|
5104
|
-
"line":
|
|
5024
|
+
"line": 24
|
|
5105
5025
|
},
|
|
5106
5026
|
"name": "frontendClient",
|
|
5107
5027
|
"type": {
|
|
@@ -5194,6 +5114,27 @@
|
|
|
5194
5114
|
"type": {
|
|
5195
5115
|
"fqn": "aws-cdk-lib.aws_cognito.IUserPool"
|
|
5196
5116
|
}
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"abstract": true,
|
|
5120
|
+
"docs": {
|
|
5121
|
+
"stability": "experimental"
|
|
5122
|
+
},
|
|
5123
|
+
"immutable": true,
|
|
5124
|
+
"locationInModule": {
|
|
5125
|
+
"filename": "src/platform/DefaultUserPoolClients.ts",
|
|
5126
|
+
"line": 17
|
|
5127
|
+
},
|
|
5128
|
+
"name": "additonalUserPoolIdentityProviders",
|
|
5129
|
+
"optional": true,
|
|
5130
|
+
"type": {
|
|
5131
|
+
"collection": {
|
|
5132
|
+
"elementtype": {
|
|
5133
|
+
"primitive": "string"
|
|
5134
|
+
},
|
|
5135
|
+
"kind": "array"
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5197
5138
|
}
|
|
5198
5139
|
],
|
|
5199
5140
|
"symbolId": "src/platform/DefaultUserPoolClients:DefaultUserPoolClientsProps"
|
|
@@ -5332,7 +5273,7 @@
|
|
|
5332
5273
|
},
|
|
5333
5274
|
"locationInModule": {
|
|
5334
5275
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5335
|
-
"line":
|
|
5276
|
+
"line": 55
|
|
5336
5277
|
},
|
|
5337
5278
|
"parameters": [
|
|
5338
5279
|
{
|
|
@@ -5346,7 +5287,7 @@
|
|
|
5346
5287
|
"kind": "class",
|
|
5347
5288
|
"locationInModule": {
|
|
5348
5289
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5349
|
-
"line":
|
|
5290
|
+
"line": 50
|
|
5350
5291
|
},
|
|
5351
5292
|
"methods": [
|
|
5352
5293
|
{
|
|
@@ -5356,7 +5297,7 @@
|
|
|
5356
5297
|
},
|
|
5357
5298
|
"locationInModule": {
|
|
5358
5299
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5359
|
-
"line":
|
|
5300
|
+
"line": 71
|
|
5360
5301
|
},
|
|
5361
5302
|
"name": "addHooks",
|
|
5362
5303
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
@@ -5368,7 +5309,7 @@
|
|
|
5368
5309
|
},
|
|
5369
5310
|
"locationInModule": {
|
|
5370
5311
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5371
|
-
"line":
|
|
5312
|
+
"line": 60
|
|
5372
5313
|
},
|
|
5373
5314
|
"name": "prehook",
|
|
5374
5315
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -5395,7 +5336,7 @@
|
|
|
5395
5336
|
},
|
|
5396
5337
|
"locationInModule": {
|
|
5397
5338
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5398
|
-
"line":
|
|
5339
|
+
"line": 87
|
|
5399
5340
|
},
|
|
5400
5341
|
"name": "useService",
|
|
5401
5342
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
@@ -5427,7 +5368,7 @@
|
|
|
5427
5368
|
"immutable": true,
|
|
5428
5369
|
"locationInModule": {
|
|
5429
5370
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5430
|
-
"line":
|
|
5371
|
+
"line": 51
|
|
5431
5372
|
},
|
|
5432
5373
|
"name": "props",
|
|
5433
5374
|
"type": {
|
|
@@ -5440,7 +5381,7 @@
|
|
|
5440
5381
|
},
|
|
5441
5382
|
"locationInModule": {
|
|
5442
5383
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5443
|
-
"line":
|
|
5384
|
+
"line": 53
|
|
5444
5385
|
},
|
|
5445
5386
|
"name": "secretArn",
|
|
5446
5387
|
"type": {
|
|
@@ -5460,7 +5401,7 @@
|
|
|
5460
5401
|
"kind": "interface",
|
|
5461
5402
|
"locationInModule": {
|
|
5462
5403
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5463
|
-
"line":
|
|
5404
|
+
"line": 13
|
|
5464
5405
|
},
|
|
5465
5406
|
"name": "DocumentDbAccessExtensionProps",
|
|
5466
5407
|
"properties": [
|
|
@@ -5472,7 +5413,7 @@
|
|
|
5472
5413
|
"immutable": true,
|
|
5473
5414
|
"locationInModule": {
|
|
5474
5415
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5475
|
-
"line":
|
|
5416
|
+
"line": 14
|
|
5476
5417
|
},
|
|
5477
5418
|
"name": "basePlatformStackName",
|
|
5478
5419
|
"type": {
|
|
@@ -5487,7 +5428,7 @@
|
|
|
5487
5428
|
"immutable": true,
|
|
5488
5429
|
"locationInModule": {
|
|
5489
5430
|
"filename": "src/extensions/DocumentDbAccessExtension.ts",
|
|
5490
|
-
"line":
|
|
5431
|
+
"line": 15
|
|
5491
5432
|
},
|
|
5492
5433
|
"name": "securityGroupId",
|
|
5493
5434
|
"type": {
|
|
@@ -6012,13 +5953,13 @@
|
|
|
6012
5953
|
},
|
|
6013
5954
|
"locationInModule": {
|
|
6014
5955
|
"filename": "src/extensions/LogExtension.ts",
|
|
6015
|
-
"line":
|
|
5956
|
+
"line": 32
|
|
6016
5957
|
}
|
|
6017
5958
|
},
|
|
6018
5959
|
"kind": "class",
|
|
6019
5960
|
"locationInModule": {
|
|
6020
5961
|
"filename": "src/extensions/LogExtension.ts",
|
|
6021
|
-
"line":
|
|
5962
|
+
"line": 31
|
|
6022
5963
|
},
|
|
6023
5964
|
"methods": [
|
|
6024
5965
|
{
|
|
@@ -6028,7 +5969,7 @@
|
|
|
6028
5969
|
},
|
|
6029
5970
|
"locationInModule": {
|
|
6030
5971
|
"filename": "src/extensions/LogExtension.ts",
|
|
6031
|
-
"line":
|
|
5972
|
+
"line": 36
|
|
6032
5973
|
},
|
|
6033
5974
|
"name": "addHooks",
|
|
6034
5975
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
@@ -6037,97 +5978,34 @@
|
|
|
6037
5978
|
"name": "LogExtension",
|
|
6038
5979
|
"symbolId": "src/extensions/LogExtension:LogExtension"
|
|
6039
5980
|
},
|
|
6040
|
-
"@btc-embedded/cdk-extensions.
|
|
6041
|
-
"assembly": "@btc-embedded/cdk-extensions",
|
|
6042
|
-
"datatype": true,
|
|
6043
|
-
"docs": {
|
|
6044
|
-
"stability": "experimental"
|
|
6045
|
-
},
|
|
6046
|
-
"fqn": "@btc-embedded/cdk-extensions.PrivateDnsNamespaceProps",
|
|
6047
|
-
"kind": "interface",
|
|
6048
|
-
"locationInModule": {
|
|
6049
|
-
"filename": "src/platform/CloudMap.ts",
|
|
6050
|
-
"line": 6
|
|
6051
|
-
},
|
|
6052
|
-
"name": "PrivateDnsNamespaceProps",
|
|
6053
|
-
"properties": [
|
|
6054
|
-
{
|
|
6055
|
-
"abstract": true,
|
|
6056
|
-
"docs": {
|
|
6057
|
-
"stability": "experimental"
|
|
6058
|
-
},
|
|
6059
|
-
"immutable": true,
|
|
6060
|
-
"locationInModule": {
|
|
6061
|
-
"filename": "src/platform/CloudMap.ts",
|
|
6062
|
-
"line": 7
|
|
6063
|
-
},
|
|
6064
|
-
"name": "arn",
|
|
6065
|
-
"type": {
|
|
6066
|
-
"primitive": "string"
|
|
6067
|
-
}
|
|
6068
|
-
},
|
|
6069
|
-
{
|
|
6070
|
-
"abstract": true,
|
|
6071
|
-
"docs": {
|
|
6072
|
-
"stability": "experimental"
|
|
6073
|
-
},
|
|
6074
|
-
"immutable": true,
|
|
6075
|
-
"locationInModule": {
|
|
6076
|
-
"filename": "src/platform/CloudMap.ts",
|
|
6077
|
-
"line": 8
|
|
6078
|
-
},
|
|
6079
|
-
"name": "id",
|
|
6080
|
-
"type": {
|
|
6081
|
-
"primitive": "string"
|
|
6082
|
-
}
|
|
6083
|
-
},
|
|
6084
|
-
{
|
|
6085
|
-
"abstract": true,
|
|
6086
|
-
"docs": {
|
|
6087
|
-
"stability": "experimental"
|
|
6088
|
-
},
|
|
6089
|
-
"immutable": true,
|
|
6090
|
-
"locationInModule": {
|
|
6091
|
-
"filename": "src/platform/CloudMap.ts",
|
|
6092
|
-
"line": 9
|
|
6093
|
-
},
|
|
6094
|
-
"name": "namespace",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"primitive": "string"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
],
|
|
6100
|
-
"symbolId": "src/platform/CloudMap:PrivateDnsNamespaceProps"
|
|
6101
|
-
},
|
|
6102
|
-
"@btc-embedded/cdk-extensions.TcpKeepAliveExtension": {
|
|
5981
|
+
"@btc-embedded/cdk-extensions.PostgresDbAccessExtension": {
|
|
6103
5982
|
"assembly": "@btc-embedded/cdk-extensions",
|
|
6104
5983
|
"base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6105
5984
|
"docs": {
|
|
6106
5985
|
"stability": "experimental"
|
|
6107
5986
|
},
|
|
6108
|
-
"fqn": "@btc-embedded/cdk-extensions.
|
|
5987
|
+
"fqn": "@btc-embedded/cdk-extensions.PostgresDbAccessExtension",
|
|
6109
5988
|
"initializer": {
|
|
6110
5989
|
"docs": {
|
|
6111
5990
|
"stability": "experimental"
|
|
6112
5991
|
},
|
|
6113
5992
|
"locationInModule": {
|
|
6114
|
-
"filename": "src/extensions/
|
|
6115
|
-
"line":
|
|
5993
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
5994
|
+
"line": 59
|
|
6116
5995
|
},
|
|
6117
5996
|
"parameters": [
|
|
6118
5997
|
{
|
|
6119
5998
|
"name": "props",
|
|
6120
|
-
"optional": true,
|
|
6121
5999
|
"type": {
|
|
6122
|
-
"fqn": "@btc-embedded/cdk-extensions.
|
|
6000
|
+
"fqn": "@btc-embedded/cdk-extensions.PostgresDbAccessExtensionProps"
|
|
6123
6001
|
}
|
|
6124
6002
|
}
|
|
6125
6003
|
]
|
|
6126
6004
|
},
|
|
6127
6005
|
"kind": "class",
|
|
6128
6006
|
"locationInModule": {
|
|
6129
|
-
"filename": "src/extensions/
|
|
6130
|
-
"line":
|
|
6007
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6008
|
+
"line": 54
|
|
6131
6009
|
},
|
|
6132
6010
|
"methods": [
|
|
6133
6011
|
{
|
|
@@ -6136,35 +6014,594 @@
|
|
|
6136
6014
|
"summary": "A hook that allows the extension to add hooks to other extensions that are registered."
|
|
6137
6015
|
},
|
|
6138
6016
|
"locationInModule": {
|
|
6139
|
-
"filename": "src/extensions/
|
|
6140
|
-
"line":
|
|
6017
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6018
|
+
"line": 75
|
|
6141
6019
|
},
|
|
6142
6020
|
"name": "addHooks",
|
|
6143
6021
|
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
6144
|
-
}
|
|
6145
|
-
],
|
|
6146
|
-
"name": "TcpKeepAliveExtension",
|
|
6147
|
-
"properties": [
|
|
6022
|
+
},
|
|
6148
6023
|
{
|
|
6149
6024
|
"docs": {
|
|
6150
|
-
"stability": "experimental"
|
|
6025
|
+
"stability": "experimental",
|
|
6026
|
+
"summary": "A hook that is called for each extension ahead of time to allow for any initial setup, such as creating resources in advance."
|
|
6151
6027
|
},
|
|
6152
|
-
"immutable": true,
|
|
6153
6028
|
"locationInModule": {
|
|
6154
|
-
"filename": "src/extensions/
|
|
6155
|
-
"line":
|
|
6029
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6030
|
+
"line": 64
|
|
6156
6031
|
},
|
|
6157
|
-
"name": "
|
|
6158
|
-
"
|
|
6159
|
-
|
|
6160
|
-
|
|
6161
|
-
|
|
6162
|
-
|
|
6163
|
-
|
|
6164
|
-
|
|
6165
|
-
|
|
6166
|
-
|
|
6167
|
-
|
|
6032
|
+
"name": "prehook",
|
|
6033
|
+
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6034
|
+
"parameters": [
|
|
6035
|
+
{
|
|
6036
|
+
"name": "parent",
|
|
6037
|
+
"type": {
|
|
6038
|
+
"fqn": "@aws-cdk-containers/ecs-service-extensions.Service"
|
|
6039
|
+
}
|
|
6040
|
+
},
|
|
6041
|
+
{
|
|
6042
|
+
"name": "scope",
|
|
6043
|
+
"type": {
|
|
6044
|
+
"fqn": "constructs.Construct"
|
|
6045
|
+
}
|
|
6046
|
+
}
|
|
6047
|
+
]
|
|
6048
|
+
},
|
|
6049
|
+
{
|
|
6050
|
+
"docs": {
|
|
6051
|
+
"remarks": "It is generally used to\ncreate any final resources which might depend on the service itself.",
|
|
6052
|
+
"stability": "experimental",
|
|
6053
|
+
"summary": "When this hook is implemented by extension, it allows the extension to use the service which has been created."
|
|
6054
|
+
},
|
|
6055
|
+
"locationInModule": {
|
|
6056
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6057
|
+
"line": 91
|
|
6058
|
+
},
|
|
6059
|
+
"name": "useService",
|
|
6060
|
+
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6061
|
+
"parameters": [
|
|
6062
|
+
{
|
|
6063
|
+
"name": "service",
|
|
6064
|
+
"type": {
|
|
6065
|
+
"union": {
|
|
6066
|
+
"types": [
|
|
6067
|
+
{
|
|
6068
|
+
"fqn": "aws-cdk-lib.aws_ecs.Ec2Service"
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"fqn": "aws-cdk-lib.aws_ecs.FargateService"
|
|
6072
|
+
}
|
|
6073
|
+
]
|
|
6074
|
+
}
|
|
6075
|
+
}
|
|
6076
|
+
}
|
|
6077
|
+
]
|
|
6078
|
+
}
|
|
6079
|
+
],
|
|
6080
|
+
"name": "PostgresDbAccessExtension",
|
|
6081
|
+
"properties": [
|
|
6082
|
+
{
|
|
6083
|
+
"docs": {
|
|
6084
|
+
"stability": "experimental"
|
|
6085
|
+
},
|
|
6086
|
+
"immutable": true,
|
|
6087
|
+
"locationInModule": {
|
|
6088
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6089
|
+
"line": 55
|
|
6090
|
+
},
|
|
6091
|
+
"name": "props",
|
|
6092
|
+
"type": {
|
|
6093
|
+
"fqn": "@btc-embedded/cdk-extensions.PostgresDbAccessExtensionProps"
|
|
6094
|
+
}
|
|
6095
|
+
},
|
|
6096
|
+
{
|
|
6097
|
+
"docs": {
|
|
6098
|
+
"stability": "experimental"
|
|
6099
|
+
},
|
|
6100
|
+
"locationInModule": {
|
|
6101
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6102
|
+
"line": 57
|
|
6103
|
+
},
|
|
6104
|
+
"name": "secretArn",
|
|
6105
|
+
"type": {
|
|
6106
|
+
"primitive": "string"
|
|
6107
|
+
}
|
|
6108
|
+
}
|
|
6109
|
+
],
|
|
6110
|
+
"symbolId": "src/extensions/PostgresDbAccessExtension:PostgresDbAccessExtension"
|
|
6111
|
+
},
|
|
6112
|
+
"@btc-embedded/cdk-extensions.PostgresDbAccessExtensionProps": {
|
|
6113
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6114
|
+
"datatype": true,
|
|
6115
|
+
"docs": {
|
|
6116
|
+
"stability": "experimental"
|
|
6117
|
+
},
|
|
6118
|
+
"fqn": "@btc-embedded/cdk-extensions.PostgresDbAccessExtensionProps",
|
|
6119
|
+
"kind": "interface",
|
|
6120
|
+
"locationInModule": {
|
|
6121
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6122
|
+
"line": 13
|
|
6123
|
+
},
|
|
6124
|
+
"name": "PostgresDbAccessExtensionProps",
|
|
6125
|
+
"properties": [
|
|
6126
|
+
{
|
|
6127
|
+
"abstract": true,
|
|
6128
|
+
"docs": {
|
|
6129
|
+
"remarks": "This name is used to look up output\nparameters.",
|
|
6130
|
+
"stability": "experimental",
|
|
6131
|
+
"summary": "The name of the base platform stack."
|
|
6132
|
+
},
|
|
6133
|
+
"immutable": true,
|
|
6134
|
+
"locationInModule": {
|
|
6135
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6136
|
+
"line": 18
|
|
6137
|
+
},
|
|
6138
|
+
"name": "basePlatformStackName",
|
|
6139
|
+
"type": {
|
|
6140
|
+
"primitive": "string"
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
"abstract": true,
|
|
6145
|
+
"docs": {
|
|
6146
|
+
"stability": "experimental",
|
|
6147
|
+
"summary": "Security group ID of the Postgres DB cluster."
|
|
6148
|
+
},
|
|
6149
|
+
"immutable": true,
|
|
6150
|
+
"locationInModule": {
|
|
6151
|
+
"filename": "src/extensions/PostgresDbAccessExtension.ts",
|
|
6152
|
+
"line": 23
|
|
6153
|
+
},
|
|
6154
|
+
"name": "securityGroupId",
|
|
6155
|
+
"type": {
|
|
6156
|
+
"primitive": "string"
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
],
|
|
6160
|
+
"symbolId": "src/extensions/PostgresDbAccessExtension:PostgresDbAccessExtensionProps"
|
|
6161
|
+
},
|
|
6162
|
+
"@btc-embedded/cdk-extensions.PredefinedPrivateDnsNamespaceProps": {
|
|
6163
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6164
|
+
"datatype": true,
|
|
6165
|
+
"docs": {
|
|
6166
|
+
"stability": "experimental"
|
|
6167
|
+
},
|
|
6168
|
+
"fqn": "@btc-embedded/cdk-extensions.PredefinedPrivateDnsNamespaceProps",
|
|
6169
|
+
"kind": "interface",
|
|
6170
|
+
"locationInModule": {
|
|
6171
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6172
|
+
"line": 9
|
|
6173
|
+
},
|
|
6174
|
+
"name": "PredefinedPrivateDnsNamespaceProps",
|
|
6175
|
+
"properties": [
|
|
6176
|
+
{
|
|
6177
|
+
"abstract": true,
|
|
6178
|
+
"docs": {
|
|
6179
|
+
"stability": "experimental"
|
|
6180
|
+
},
|
|
6181
|
+
"immutable": true,
|
|
6182
|
+
"locationInModule": {
|
|
6183
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6184
|
+
"line": 10
|
|
6185
|
+
},
|
|
6186
|
+
"name": "arn",
|
|
6187
|
+
"type": {
|
|
6188
|
+
"primitive": "string"
|
|
6189
|
+
}
|
|
6190
|
+
},
|
|
6191
|
+
{
|
|
6192
|
+
"abstract": true,
|
|
6193
|
+
"docs": {
|
|
6194
|
+
"stability": "experimental"
|
|
6195
|
+
},
|
|
6196
|
+
"immutable": true,
|
|
6197
|
+
"locationInModule": {
|
|
6198
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6199
|
+
"line": 11
|
|
6200
|
+
},
|
|
6201
|
+
"name": "id",
|
|
6202
|
+
"type": {
|
|
6203
|
+
"primitive": "string"
|
|
6204
|
+
}
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"abstract": true,
|
|
6208
|
+
"docs": {
|
|
6209
|
+
"stability": "experimental"
|
|
6210
|
+
},
|
|
6211
|
+
"immutable": true,
|
|
6212
|
+
"locationInModule": {
|
|
6213
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6214
|
+
"line": 12
|
|
6215
|
+
},
|
|
6216
|
+
"name": "namespace",
|
|
6217
|
+
"type": {
|
|
6218
|
+
"primitive": "string"
|
|
6219
|
+
}
|
|
6220
|
+
}
|
|
6221
|
+
],
|
|
6222
|
+
"symbolId": "src/platform/PrivateDnsNamespace:PredefinedPrivateDnsNamespaceProps"
|
|
6223
|
+
},
|
|
6224
|
+
"@btc-embedded/cdk-extensions.PrivateDnsNamespace": {
|
|
6225
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6226
|
+
"base": "constructs.Construct",
|
|
6227
|
+
"docs": {
|
|
6228
|
+
"stability": "experimental"
|
|
6229
|
+
},
|
|
6230
|
+
"fqn": "@btc-embedded/cdk-extensions.PrivateDnsNamespace",
|
|
6231
|
+
"initializer": {
|
|
6232
|
+
"docs": {
|
|
6233
|
+
"stability": "experimental"
|
|
6234
|
+
},
|
|
6235
|
+
"locationInModule": {
|
|
6236
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6237
|
+
"line": 23
|
|
6238
|
+
},
|
|
6239
|
+
"parameters": [
|
|
6240
|
+
{
|
|
6241
|
+
"name": "scope",
|
|
6242
|
+
"type": {
|
|
6243
|
+
"fqn": "constructs.Construct"
|
|
6244
|
+
}
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "id",
|
|
6248
|
+
"type": {
|
|
6249
|
+
"primitive": "string"
|
|
6250
|
+
}
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"name": "props",
|
|
6254
|
+
"type": {
|
|
6255
|
+
"fqn": "@btc-embedded/cdk-extensions.PrivateDnsNamespaceProps"
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
]
|
|
6259
|
+
},
|
|
6260
|
+
"kind": "class",
|
|
6261
|
+
"locationInModule": {
|
|
6262
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6263
|
+
"line": 21
|
|
6264
|
+
},
|
|
6265
|
+
"name": "PrivateDnsNamespace",
|
|
6266
|
+
"properties": [
|
|
6267
|
+
{
|
|
6268
|
+
"docs": {
|
|
6269
|
+
"stability": "experimental"
|
|
6270
|
+
},
|
|
6271
|
+
"immutable": true,
|
|
6272
|
+
"locationInModule": {
|
|
6273
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6274
|
+
"line": 22
|
|
6275
|
+
},
|
|
6276
|
+
"name": "namespace",
|
|
6277
|
+
"type": {
|
|
6278
|
+
"fqn": "aws-cdk-lib.aws_servicediscovery.IPrivateDnsNamespace"
|
|
6279
|
+
}
|
|
6280
|
+
}
|
|
6281
|
+
],
|
|
6282
|
+
"symbolId": "src/platform/PrivateDnsNamespace:PrivateDnsNamespace"
|
|
6283
|
+
},
|
|
6284
|
+
"@btc-embedded/cdk-extensions.PrivateDnsNamespaceProps": {
|
|
6285
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6286
|
+
"datatype": true,
|
|
6287
|
+
"docs": {
|
|
6288
|
+
"stability": "experimental"
|
|
6289
|
+
},
|
|
6290
|
+
"fqn": "@btc-embedded/cdk-extensions.PrivateDnsNamespaceProps",
|
|
6291
|
+
"kind": "interface",
|
|
6292
|
+
"locationInModule": {
|
|
6293
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6294
|
+
"line": 15
|
|
6295
|
+
},
|
|
6296
|
+
"name": "PrivateDnsNamespaceProps",
|
|
6297
|
+
"properties": [
|
|
6298
|
+
{
|
|
6299
|
+
"abstract": true,
|
|
6300
|
+
"docs": {
|
|
6301
|
+
"stability": "experimental"
|
|
6302
|
+
},
|
|
6303
|
+
"immutable": true,
|
|
6304
|
+
"locationInModule": {
|
|
6305
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6306
|
+
"line": 18
|
|
6307
|
+
},
|
|
6308
|
+
"name": "vpc",
|
|
6309
|
+
"type": {
|
|
6310
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6311
|
+
}
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"abstract": true,
|
|
6315
|
+
"docs": {
|
|
6316
|
+
"stability": "experimental"
|
|
6317
|
+
},
|
|
6318
|
+
"immutable": true,
|
|
6319
|
+
"locationInModule": {
|
|
6320
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6321
|
+
"line": 16
|
|
6322
|
+
},
|
|
6323
|
+
"name": "definedPrivateDnsNamespace",
|
|
6324
|
+
"optional": true,
|
|
6325
|
+
"type": {
|
|
6326
|
+
"fqn": "@btc-embedded/cdk-extensions.PredefinedPrivateDnsNamespaceProps"
|
|
6327
|
+
}
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"abstract": true,
|
|
6331
|
+
"docs": {
|
|
6332
|
+
"stability": "experimental"
|
|
6333
|
+
},
|
|
6334
|
+
"immutable": true,
|
|
6335
|
+
"locationInModule": {
|
|
6336
|
+
"filename": "src/platform/PrivateDnsNamespace.ts",
|
|
6337
|
+
"line": 17
|
|
6338
|
+
},
|
|
6339
|
+
"name": "namespaceName",
|
|
6340
|
+
"optional": true,
|
|
6341
|
+
"type": {
|
|
6342
|
+
"primitive": "string"
|
|
6343
|
+
}
|
|
6344
|
+
}
|
|
6345
|
+
],
|
|
6346
|
+
"symbolId": "src/platform/PrivateDnsNamespace:PrivateDnsNamespaceProps"
|
|
6347
|
+
},
|
|
6348
|
+
"@btc-embedded/cdk-extensions.SharedVolumeExtension": {
|
|
6349
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6350
|
+
"base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6351
|
+
"docs": {
|
|
6352
|
+
"stability": "experimental",
|
|
6353
|
+
"summary": "Create a shared volume and attach it to all containers in this task definition."
|
|
6354
|
+
},
|
|
6355
|
+
"fqn": "@btc-embedded/cdk-extensions.SharedVolumeExtension",
|
|
6356
|
+
"initializer": {
|
|
6357
|
+
"docs": {
|
|
6358
|
+
"stability": "experimental"
|
|
6359
|
+
},
|
|
6360
|
+
"locationInModule": {
|
|
6361
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6362
|
+
"line": 34
|
|
6363
|
+
},
|
|
6364
|
+
"parameters": [
|
|
6365
|
+
{
|
|
6366
|
+
"name": "volumeName",
|
|
6367
|
+
"type": {
|
|
6368
|
+
"primitive": "string"
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
"name": "props",
|
|
6373
|
+
"type": {
|
|
6374
|
+
"fqn": "@btc-embedded/cdk-extensions.SharedVolumeExtensionProps"
|
|
6375
|
+
}
|
|
6376
|
+
}
|
|
6377
|
+
]
|
|
6378
|
+
},
|
|
6379
|
+
"kind": "class",
|
|
6380
|
+
"locationInModule": {
|
|
6381
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6382
|
+
"line": 29
|
|
6383
|
+
},
|
|
6384
|
+
"methods": [
|
|
6385
|
+
{
|
|
6386
|
+
"docs": {
|
|
6387
|
+
"remarks": "It is generally used to\ncreate any final resources which might depend on the service itself.",
|
|
6388
|
+
"stability": "experimental",
|
|
6389
|
+
"summary": "When this hook is implemented by extension, it allows the extension to use the service which has been created."
|
|
6390
|
+
},
|
|
6391
|
+
"locationInModule": {
|
|
6392
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6393
|
+
"line": 46
|
|
6394
|
+
},
|
|
6395
|
+
"name": "useService",
|
|
6396
|
+
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6397
|
+
"parameters": [
|
|
6398
|
+
{
|
|
6399
|
+
"name": "_service",
|
|
6400
|
+
"type": {
|
|
6401
|
+
"union": {
|
|
6402
|
+
"types": [
|
|
6403
|
+
{
|
|
6404
|
+
"fqn": "aws-cdk-lib.aws_ecs.Ec2Service"
|
|
6405
|
+
},
|
|
6406
|
+
{
|
|
6407
|
+
"fqn": "aws-cdk-lib.aws_ecs.FargateService"
|
|
6408
|
+
}
|
|
6409
|
+
]
|
|
6410
|
+
}
|
|
6411
|
+
}
|
|
6412
|
+
}
|
|
6413
|
+
]
|
|
6414
|
+
},
|
|
6415
|
+
{
|
|
6416
|
+
"docs": {
|
|
6417
|
+
"stability": "experimental",
|
|
6418
|
+
"summary": "Once the task definition is created, this hook is called for each extension to give it a chance to add containers to the task definition, change the task definition's role to add permissions, etc."
|
|
6419
|
+
},
|
|
6420
|
+
"locationInModule": {
|
|
6421
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6422
|
+
"line": 40
|
|
6423
|
+
},
|
|
6424
|
+
"name": "useTaskDefinition",
|
|
6425
|
+
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6426
|
+
"parameters": [
|
|
6427
|
+
{
|
|
6428
|
+
"name": "taskDefinition",
|
|
6429
|
+
"type": {
|
|
6430
|
+
"fqn": "aws-cdk-lib.aws_ecs.TaskDefinition"
|
|
6431
|
+
}
|
|
6432
|
+
}
|
|
6433
|
+
]
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"name": "SharedVolumeExtension",
|
|
6437
|
+
"properties": [
|
|
6438
|
+
{
|
|
6439
|
+
"docs": {
|
|
6440
|
+
"stability": "experimental"
|
|
6441
|
+
},
|
|
6442
|
+
"immutable": true,
|
|
6443
|
+
"locationInModule": {
|
|
6444
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6445
|
+
"line": 30
|
|
6446
|
+
},
|
|
6447
|
+
"name": "props",
|
|
6448
|
+
"type": {
|
|
6449
|
+
"fqn": "@btc-embedded/cdk-extensions.SharedVolumeExtensionProps"
|
|
6450
|
+
}
|
|
6451
|
+
},
|
|
6452
|
+
{
|
|
6453
|
+
"docs": {
|
|
6454
|
+
"stability": "experimental"
|
|
6455
|
+
},
|
|
6456
|
+
"immutable": true,
|
|
6457
|
+
"locationInModule": {
|
|
6458
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6459
|
+
"line": 32
|
|
6460
|
+
},
|
|
6461
|
+
"name": "volumeName",
|
|
6462
|
+
"type": {
|
|
6463
|
+
"primitive": "string"
|
|
6464
|
+
}
|
|
6465
|
+
}
|
|
6466
|
+
],
|
|
6467
|
+
"symbolId": "src/extensions/SharedVolumeExtension:SharedVolumeExtension"
|
|
6468
|
+
},
|
|
6469
|
+
"@btc-embedded/cdk-extensions.SharedVolumeExtensionProps": {
|
|
6470
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6471
|
+
"datatype": true,
|
|
6472
|
+
"docs": {
|
|
6473
|
+
"stability": "experimental",
|
|
6474
|
+
"summary": "Properties for defining an ephermal shared volume."
|
|
6475
|
+
},
|
|
6476
|
+
"fqn": "@btc-embedded/cdk-extensions.SharedVolumeExtensionProps",
|
|
6477
|
+
"kind": "interface",
|
|
6478
|
+
"locationInModule": {
|
|
6479
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6480
|
+
"line": 8
|
|
6481
|
+
},
|
|
6482
|
+
"name": "SharedVolumeExtensionProps",
|
|
6483
|
+
"properties": [
|
|
6484
|
+
{
|
|
6485
|
+
"abstract": true,
|
|
6486
|
+
"docs": {
|
|
6487
|
+
"stability": "experimental",
|
|
6488
|
+
"summary": "The path inside the container to mount the volume."
|
|
6489
|
+
},
|
|
6490
|
+
"immutable": true,
|
|
6491
|
+
"locationInModule": {
|
|
6492
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6493
|
+
"line": 12
|
|
6494
|
+
},
|
|
6495
|
+
"name": "path",
|
|
6496
|
+
"type": {
|
|
6497
|
+
"primitive": "string"
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"abstract": true,
|
|
6502
|
+
"docs": {
|
|
6503
|
+
"remarks": "Default: false.",
|
|
6504
|
+
"stability": "experimental",
|
|
6505
|
+
"summary": "Whether the volume should be read-only."
|
|
6506
|
+
},
|
|
6507
|
+
"immutable": true,
|
|
6508
|
+
"locationInModule": {
|
|
6509
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6510
|
+
"line": 17
|
|
6511
|
+
},
|
|
6512
|
+
"name": "readonly",
|
|
6513
|
+
"optional": true,
|
|
6514
|
+
"type": {
|
|
6515
|
+
"primitive": "boolean"
|
|
6516
|
+
}
|
|
6517
|
+
},
|
|
6518
|
+
{
|
|
6519
|
+
"abstract": true,
|
|
6520
|
+
"docs": {
|
|
6521
|
+
"remarks": "Default: SHARED.",
|
|
6522
|
+
"stability": "experimental",
|
|
6523
|
+
"summary": "Scope of the volume."
|
|
6524
|
+
},
|
|
6525
|
+
"immutable": true,
|
|
6526
|
+
"locationInModule": {
|
|
6527
|
+
"filename": "src/extensions/SharedVolumeExtension.ts",
|
|
6528
|
+
"line": 22
|
|
6529
|
+
},
|
|
6530
|
+
"name": "scope",
|
|
6531
|
+
"optional": true,
|
|
6532
|
+
"type": {
|
|
6533
|
+
"fqn": "aws-cdk-lib.aws_ecs.Scope"
|
|
6534
|
+
}
|
|
6535
|
+
}
|
|
6536
|
+
],
|
|
6537
|
+
"symbolId": "src/extensions/SharedVolumeExtension:SharedVolumeExtensionProps"
|
|
6538
|
+
},
|
|
6539
|
+
"@btc-embedded/cdk-extensions.TcpKeepAliveExtension": {
|
|
6540
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6541
|
+
"base": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension",
|
|
6542
|
+
"docs": {
|
|
6543
|
+
"stability": "experimental"
|
|
6544
|
+
},
|
|
6545
|
+
"fqn": "@btc-embedded/cdk-extensions.TcpKeepAliveExtension",
|
|
6546
|
+
"initializer": {
|
|
6547
|
+
"docs": {
|
|
6548
|
+
"stability": "experimental"
|
|
6549
|
+
},
|
|
6550
|
+
"locationInModule": {
|
|
6551
|
+
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6552
|
+
"line": 45
|
|
6553
|
+
},
|
|
6554
|
+
"parameters": [
|
|
6555
|
+
{
|
|
6556
|
+
"name": "props",
|
|
6557
|
+
"optional": true,
|
|
6558
|
+
"type": {
|
|
6559
|
+
"fqn": "@btc-embedded/cdk-extensions.TcpKeepAliveExtensionProps"
|
|
6560
|
+
}
|
|
6561
|
+
}
|
|
6562
|
+
]
|
|
6563
|
+
},
|
|
6564
|
+
"kind": "class",
|
|
6565
|
+
"locationInModule": {
|
|
6566
|
+
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6567
|
+
"line": 42
|
|
6568
|
+
},
|
|
6569
|
+
"methods": [
|
|
6570
|
+
{
|
|
6571
|
+
"docs": {
|
|
6572
|
+
"stability": "experimental",
|
|
6573
|
+
"summary": "A hook that allows the extension to add hooks to other extensions that are registered."
|
|
6574
|
+
},
|
|
6575
|
+
"locationInModule": {
|
|
6576
|
+
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6577
|
+
"line": 59
|
|
6578
|
+
},
|
|
6579
|
+
"name": "addHooks",
|
|
6580
|
+
"overrides": "@aws-cdk-containers/ecs-service-extensions.ServiceExtension"
|
|
6581
|
+
}
|
|
6582
|
+
],
|
|
6583
|
+
"name": "TcpKeepAliveExtension",
|
|
6584
|
+
"properties": [
|
|
6585
|
+
{
|
|
6586
|
+
"docs": {
|
|
6587
|
+
"stability": "experimental"
|
|
6588
|
+
},
|
|
6589
|
+
"immutable": true,
|
|
6590
|
+
"locationInModule": {
|
|
6591
|
+
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6592
|
+
"line": 43
|
|
6593
|
+
},
|
|
6594
|
+
"name": "props",
|
|
6595
|
+
"type": {
|
|
6596
|
+
"fqn": "@btc-embedded/cdk-extensions.TcpKeepAliveExtensionProps"
|
|
6597
|
+
}
|
|
6598
|
+
}
|
|
6599
|
+
],
|
|
6600
|
+
"symbolId": "src/extensions/TcpKeepAliveExtension:TcpKeepAliveExtension"
|
|
6601
|
+
},
|
|
6602
|
+
"@btc-embedded/cdk-extensions.TcpKeepAliveExtensionProps": {
|
|
6603
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6604
|
+
"datatype": true,
|
|
6168
6605
|
"docs": {
|
|
6169
6606
|
"stability": "experimental"
|
|
6170
6607
|
},
|
|
@@ -6172,7 +6609,7 @@
|
|
|
6172
6609
|
"kind": "interface",
|
|
6173
6610
|
"locationInModule": {
|
|
6174
6611
|
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6175
|
-
"line":
|
|
6612
|
+
"line": 8
|
|
6176
6613
|
},
|
|
6177
6614
|
"name": "TcpKeepAliveExtensionProps",
|
|
6178
6615
|
"properties": [
|
|
@@ -6184,7 +6621,7 @@
|
|
|
6184
6621
|
"immutable": true,
|
|
6185
6622
|
"locationInModule": {
|
|
6186
6623
|
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6187
|
-
"line":
|
|
6624
|
+
"line": 10
|
|
6188
6625
|
},
|
|
6189
6626
|
"name": "interval",
|
|
6190
6627
|
"type": {
|
|
@@ -6199,7 +6636,7 @@
|
|
|
6199
6636
|
"immutable": true,
|
|
6200
6637
|
"locationInModule": {
|
|
6201
6638
|
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6202
|
-
"line":
|
|
6639
|
+
"line": 11
|
|
6203
6640
|
},
|
|
6204
6641
|
"name": "probes",
|
|
6205
6642
|
"type": {
|
|
@@ -6214,7 +6651,7 @@
|
|
|
6214
6651
|
"immutable": true,
|
|
6215
6652
|
"locationInModule": {
|
|
6216
6653
|
"filename": "src/extensions/TcpKeepAliveExtension.ts",
|
|
6217
|
-
"line":
|
|
6654
|
+
"line": 9
|
|
6218
6655
|
},
|
|
6219
6656
|
"name": "time",
|
|
6220
6657
|
"type": {
|
|
@@ -6223,8 +6660,145 @@
|
|
|
6223
6660
|
}
|
|
6224
6661
|
],
|
|
6225
6662
|
"symbolId": "src/extensions/TcpKeepAliveExtension:TcpKeepAliveExtensionProps"
|
|
6663
|
+
},
|
|
6664
|
+
"@btc-embedded/cdk-extensions.Vpc": {
|
|
6665
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6666
|
+
"base": "constructs.Construct",
|
|
6667
|
+
"docs": {
|
|
6668
|
+
"stability": "experimental"
|
|
6669
|
+
},
|
|
6670
|
+
"fqn": "@btc-embedded/cdk-extensions.Vpc",
|
|
6671
|
+
"initializer": {
|
|
6672
|
+
"docs": {
|
|
6673
|
+
"stability": "experimental"
|
|
6674
|
+
},
|
|
6675
|
+
"locationInModule": {
|
|
6676
|
+
"filename": "src/platform/Vpc.ts",
|
|
6677
|
+
"line": 16
|
|
6678
|
+
},
|
|
6679
|
+
"parameters": [
|
|
6680
|
+
{
|
|
6681
|
+
"name": "scope",
|
|
6682
|
+
"type": {
|
|
6683
|
+
"fqn": "constructs.Construct"
|
|
6684
|
+
}
|
|
6685
|
+
},
|
|
6686
|
+
{
|
|
6687
|
+
"name": "id",
|
|
6688
|
+
"type": {
|
|
6689
|
+
"primitive": "string"
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"name": "props",
|
|
6694
|
+
"type": {
|
|
6695
|
+
"fqn": "@btc-embedded/cdk-extensions.VpcProps"
|
|
6696
|
+
}
|
|
6697
|
+
}
|
|
6698
|
+
]
|
|
6699
|
+
},
|
|
6700
|
+
"kind": "class",
|
|
6701
|
+
"locationInModule": {
|
|
6702
|
+
"filename": "src/platform/Vpc.ts",
|
|
6703
|
+
"line": 12
|
|
6704
|
+
},
|
|
6705
|
+
"name": "Vpc",
|
|
6706
|
+
"properties": [
|
|
6707
|
+
{
|
|
6708
|
+
"docs": {
|
|
6709
|
+
"stability": "experimental"
|
|
6710
|
+
},
|
|
6711
|
+
"locationInModule": {
|
|
6712
|
+
"filename": "src/platform/Vpc.ts",
|
|
6713
|
+
"line": 14
|
|
6714
|
+
},
|
|
6715
|
+
"name": "cluster",
|
|
6716
|
+
"type": {
|
|
6717
|
+
"fqn": "aws-cdk-lib.aws_ecs.ICluster"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"docs": {
|
|
6722
|
+
"stability": "experimental"
|
|
6723
|
+
},
|
|
6724
|
+
"locationInModule": {
|
|
6725
|
+
"filename": "src/platform/Vpc.ts",
|
|
6726
|
+
"line": 13
|
|
6727
|
+
},
|
|
6728
|
+
"name": "vpcInstance",
|
|
6729
|
+
"type": {
|
|
6730
|
+
"fqn": "aws-cdk-lib.aws_ec2.IVpc"
|
|
6731
|
+
}
|
|
6732
|
+
}
|
|
6733
|
+
],
|
|
6734
|
+
"symbolId": "src/platform/Vpc:Vpc"
|
|
6735
|
+
},
|
|
6736
|
+
"@btc-embedded/cdk-extensions.VpcProps": {
|
|
6737
|
+
"assembly": "@btc-embedded/cdk-extensions",
|
|
6738
|
+
"datatype": true,
|
|
6739
|
+
"docs": {
|
|
6740
|
+
"stability": "experimental"
|
|
6741
|
+
},
|
|
6742
|
+
"fqn": "@btc-embedded/cdk-extensions.VpcProps",
|
|
6743
|
+
"kind": "interface",
|
|
6744
|
+
"locationInModule": {
|
|
6745
|
+
"filename": "src/platform/Vpc.ts",
|
|
6746
|
+
"line": 6
|
|
6747
|
+
},
|
|
6748
|
+
"name": "VpcProps",
|
|
6749
|
+
"properties": [
|
|
6750
|
+
{
|
|
6751
|
+
"abstract": true,
|
|
6752
|
+
"docs": {
|
|
6753
|
+
"stability": "experimental"
|
|
6754
|
+
},
|
|
6755
|
+
"immutable": true,
|
|
6756
|
+
"locationInModule": {
|
|
6757
|
+
"filename": "src/platform/Vpc.ts",
|
|
6758
|
+
"line": 7
|
|
6759
|
+
},
|
|
6760
|
+
"name": "definedVpcName",
|
|
6761
|
+
"optional": true,
|
|
6762
|
+
"type": {
|
|
6763
|
+
"primitive": "string"
|
|
6764
|
+
}
|
|
6765
|
+
},
|
|
6766
|
+
{
|
|
6767
|
+
"abstract": true,
|
|
6768
|
+
"docs": {
|
|
6769
|
+
"stability": "experimental"
|
|
6770
|
+
},
|
|
6771
|
+
"immutable": true,
|
|
6772
|
+
"locationInModule": {
|
|
6773
|
+
"filename": "src/platform/Vpc.ts",
|
|
6774
|
+
"line": 9
|
|
6775
|
+
},
|
|
6776
|
+
"name": "maxAzs",
|
|
6777
|
+
"optional": true,
|
|
6778
|
+
"type": {
|
|
6779
|
+
"primitive": "number"
|
|
6780
|
+
}
|
|
6781
|
+
},
|
|
6782
|
+
{
|
|
6783
|
+
"abstract": true,
|
|
6784
|
+
"docs": {
|
|
6785
|
+
"stability": "experimental"
|
|
6786
|
+
},
|
|
6787
|
+
"immutable": true,
|
|
6788
|
+
"locationInModule": {
|
|
6789
|
+
"filename": "src/platform/Vpc.ts",
|
|
6790
|
+
"line": 8
|
|
6791
|
+
},
|
|
6792
|
+
"name": "vpcCidr",
|
|
6793
|
+
"optional": true,
|
|
6794
|
+
"type": {
|
|
6795
|
+
"fqn": "aws-cdk-lib.aws_ec2.IIpAddresses"
|
|
6796
|
+
}
|
|
6797
|
+
}
|
|
6798
|
+
],
|
|
6799
|
+
"symbolId": "src/platform/Vpc:VpcProps"
|
|
6226
6800
|
}
|
|
6227
6801
|
},
|
|
6228
|
-
"version": "0.
|
|
6229
|
-
"fingerprint": "
|
|
6802
|
+
"version": "0.4.0",
|
|
6803
|
+
"fingerprint": "netSAHYXZLWr5pfmVOcYp237v0+NTQfjRAeyFhKdgNc="
|
|
6230
6804
|
}
|