tm-cdk-constructs 0.0.39 → 0.0.41
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 +229 -2
- package/API.md +2299 -1178
- package/lib/containers/ecs/ecs-base-pattern.js +4 -2
- package/lib/databases/elasticache-redis-cluster.js +1 -1
- package/lib/databases/rds-aurora-mysql-serverless.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/network/vpc-base.js +1 -1
- package/lib/pipeline/index.js +1 -1
- package/lib/search/index.d.ts +1 -0
- package/lib/search/index.js +18 -0
- package/lib/search/solr/solr-ec2-base-pattern.d.ts +19 -0
- package/lib/search/solr/solr-ec2-base-pattern.js +134 -0
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -4923,6 +4923,233 @@
|
|
|
4923
4923
|
],
|
|
4924
4924
|
"symbolId": "src/databases/rds-aurora-mysql-serverless:TmRdsAuroraMysqlServerlessProps"
|
|
4925
4925
|
},
|
|
4926
|
+
"tm-cdk-constructs.TmSolrEc2": {
|
|
4927
|
+
"assembly": "tm-cdk-constructs",
|
|
4928
|
+
"base": "aws-cdk-lib.aws_ec2.Instance",
|
|
4929
|
+
"docs": {
|
|
4930
|
+
"stability": "experimental"
|
|
4931
|
+
},
|
|
4932
|
+
"fqn": "tm-cdk-constructs.TmSolrEc2",
|
|
4933
|
+
"initializer": {
|
|
4934
|
+
"docs": {
|
|
4935
|
+
"stability": "experimental"
|
|
4936
|
+
},
|
|
4937
|
+
"locationInModule": {
|
|
4938
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
4939
|
+
"line": 66
|
|
4940
|
+
},
|
|
4941
|
+
"parameters": [
|
|
4942
|
+
{
|
|
4943
|
+
"name": "scope",
|
|
4944
|
+
"type": {
|
|
4945
|
+
"fqn": "constructs.Construct"
|
|
4946
|
+
}
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"name": "id",
|
|
4950
|
+
"type": {
|
|
4951
|
+
"primitive": "string"
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"name": "props",
|
|
4956
|
+
"type": {
|
|
4957
|
+
"fqn": "tm-cdk-constructs.TmSorlEc2Props"
|
|
4958
|
+
}
|
|
4959
|
+
}
|
|
4960
|
+
]
|
|
4961
|
+
},
|
|
4962
|
+
"kind": "class",
|
|
4963
|
+
"locationInModule": {
|
|
4964
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
4965
|
+
"line": 64
|
|
4966
|
+
},
|
|
4967
|
+
"name": "TmSolrEc2",
|
|
4968
|
+
"symbolId": "src/search/solr/solr-ec2-base-pattern:TmSolrEc2"
|
|
4969
|
+
},
|
|
4970
|
+
"tm-cdk-constructs.TmSorlEc2Props": {
|
|
4971
|
+
"assembly": "tm-cdk-constructs",
|
|
4972
|
+
"datatype": true,
|
|
4973
|
+
"docs": {
|
|
4974
|
+
"stability": "experimental"
|
|
4975
|
+
},
|
|
4976
|
+
"fqn": "tm-cdk-constructs.TmSorlEc2Props",
|
|
4977
|
+
"interfaces": [
|
|
4978
|
+
"aws-cdk-lib.aws_ec2.InstanceProps"
|
|
4979
|
+
],
|
|
4980
|
+
"kind": "interface",
|
|
4981
|
+
"locationInModule": {
|
|
4982
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
4983
|
+
"line": 21
|
|
4984
|
+
},
|
|
4985
|
+
"name": "TmSorlEc2Props",
|
|
4986
|
+
"properties": [
|
|
4987
|
+
{
|
|
4988
|
+
"abstract": true,
|
|
4989
|
+
"docs": {
|
|
4990
|
+
"stability": "experimental"
|
|
4991
|
+
},
|
|
4992
|
+
"immutable": true,
|
|
4993
|
+
"locationInModule": {
|
|
4994
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
4995
|
+
"line": 29
|
|
4996
|
+
},
|
|
4997
|
+
"name": "buildContextPath",
|
|
4998
|
+
"type": {
|
|
4999
|
+
"primitive": "string"
|
|
5000
|
+
}
|
|
5001
|
+
},
|
|
5002
|
+
{
|
|
5003
|
+
"abstract": true,
|
|
5004
|
+
"docs": {
|
|
5005
|
+
"stability": "experimental"
|
|
5006
|
+
},
|
|
5007
|
+
"immutable": true,
|
|
5008
|
+
"locationInModule": {
|
|
5009
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5010
|
+
"line": 33
|
|
5011
|
+
},
|
|
5012
|
+
"name": "buildDockerfile",
|
|
5013
|
+
"type": {
|
|
5014
|
+
"primitive": "string"
|
|
5015
|
+
}
|
|
5016
|
+
},
|
|
5017
|
+
{
|
|
5018
|
+
"abstract": true,
|
|
5019
|
+
"docs": {
|
|
5020
|
+
"stability": "experimental"
|
|
5021
|
+
},
|
|
5022
|
+
"immutable": true,
|
|
5023
|
+
"locationInModule": {
|
|
5024
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5025
|
+
"line": 49
|
|
5026
|
+
},
|
|
5027
|
+
"name": "allowFrom",
|
|
5028
|
+
"optional": true,
|
|
5029
|
+
"type": {
|
|
5030
|
+
"fqn": "aws-cdk-lib.aws_ec2.ISecurityGroup"
|
|
5031
|
+
}
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"abstract": true,
|
|
5035
|
+
"docs": {
|
|
5036
|
+
"stability": "experimental"
|
|
5037
|
+
},
|
|
5038
|
+
"immutable": true,
|
|
5039
|
+
"locationInModule": {
|
|
5040
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5041
|
+
"line": 37
|
|
5042
|
+
},
|
|
5043
|
+
"name": "buildContainerArgs",
|
|
5044
|
+
"optional": true,
|
|
5045
|
+
"type": {
|
|
5046
|
+
"collection": {
|
|
5047
|
+
"elementtype": {
|
|
5048
|
+
"primitive": "string"
|
|
5049
|
+
},
|
|
5050
|
+
"kind": "map"
|
|
5051
|
+
}
|
|
5052
|
+
}
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"abstract": true,
|
|
5056
|
+
"docs": {
|
|
5057
|
+
"stability": "experimental"
|
|
5058
|
+
},
|
|
5059
|
+
"immutable": true,
|
|
5060
|
+
"locationInModule": {
|
|
5061
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5062
|
+
"line": 53
|
|
5063
|
+
},
|
|
5064
|
+
"name": "ebsVolumeSize",
|
|
5065
|
+
"optional": true,
|
|
5066
|
+
"type": {
|
|
5067
|
+
"primitive": "number"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"abstract": true,
|
|
5072
|
+
"docs": {
|
|
5073
|
+
"stability": "experimental"
|
|
5074
|
+
},
|
|
5075
|
+
"immutable": true,
|
|
5076
|
+
"locationInModule": {
|
|
5077
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5078
|
+
"line": 57
|
|
5079
|
+
},
|
|
5080
|
+
"name": "hostedZone",
|
|
5081
|
+
"optional": true,
|
|
5082
|
+
"type": {
|
|
5083
|
+
"fqn": "aws-cdk-lib.aws_route53.IHostedZone"
|
|
5084
|
+
}
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"abstract": true,
|
|
5088
|
+
"docs": {
|
|
5089
|
+
"stability": "experimental"
|
|
5090
|
+
},
|
|
5091
|
+
"immutable": true,
|
|
5092
|
+
"locationInModule": {
|
|
5093
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5094
|
+
"line": 61
|
|
5095
|
+
},
|
|
5096
|
+
"name": "recordName",
|
|
5097
|
+
"optional": true,
|
|
5098
|
+
"type": {
|
|
5099
|
+
"primitive": "string"
|
|
5100
|
+
}
|
|
5101
|
+
},
|
|
5102
|
+
{
|
|
5103
|
+
"abstract": true,
|
|
5104
|
+
"docs": {
|
|
5105
|
+
"stability": "experimental"
|
|
5106
|
+
},
|
|
5107
|
+
"immutable": true,
|
|
5108
|
+
"locationInModule": {
|
|
5109
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5110
|
+
"line": 45
|
|
5111
|
+
},
|
|
5112
|
+
"name": "solrJavaMem",
|
|
5113
|
+
"optional": true,
|
|
5114
|
+
"type": {
|
|
5115
|
+
"primitive": "string"
|
|
5116
|
+
}
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"abstract": true,
|
|
5120
|
+
"docs": {
|
|
5121
|
+
"stability": "experimental"
|
|
5122
|
+
},
|
|
5123
|
+
"immutable": true,
|
|
5124
|
+
"locationInModule": {
|
|
5125
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5126
|
+
"line": 41
|
|
5127
|
+
},
|
|
5128
|
+
"name": "solrOpts",
|
|
5129
|
+
"optional": true,
|
|
5130
|
+
"type": {
|
|
5131
|
+
"primitive": "string"
|
|
5132
|
+
}
|
|
5133
|
+
},
|
|
5134
|
+
{
|
|
5135
|
+
"abstract": true,
|
|
5136
|
+
"docs": {
|
|
5137
|
+
"stability": "experimental"
|
|
5138
|
+
},
|
|
5139
|
+
"immutable": true,
|
|
5140
|
+
"locationInModule": {
|
|
5141
|
+
"filename": "src/search/solr/solr-ec2-base-pattern.ts",
|
|
5142
|
+
"line": 25
|
|
5143
|
+
},
|
|
5144
|
+
"name": "ssmPathPrefix",
|
|
5145
|
+
"optional": true,
|
|
5146
|
+
"type": {
|
|
5147
|
+
"primitive": "string"
|
|
5148
|
+
}
|
|
5149
|
+
}
|
|
5150
|
+
],
|
|
5151
|
+
"symbolId": "src/search/solr/solr-ec2-base-pattern:TmSorlEc2Props"
|
|
5152
|
+
},
|
|
4926
5153
|
"tm-cdk-constructs.TmVpcBase": {
|
|
4927
5154
|
"assembly": "tm-cdk-constructs",
|
|
4928
5155
|
"base": "aws-cdk-lib.aws_ec2.Vpc",
|
|
@@ -5029,6 +5256,6 @@
|
|
|
5029
5256
|
"symbolId": "src/network/vpc-base:TmVpcProps"
|
|
5030
5257
|
}
|
|
5031
5258
|
},
|
|
5032
|
-
"version": "0.0.
|
|
5033
|
-
"fingerprint": "
|
|
5259
|
+
"version": "0.0.41",
|
|
5260
|
+
"fingerprint": "AqlSeYX13yp9hSraSlJJFEtusMXB17ftKA8KnJGZCvQ="
|
|
5034
5261
|
}
|