@aws-solutions-constructs/aws-fargate-opensearch 2.101.0 → 2.103.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 +252 -4
- package/lib/index.js +1 -1
- package/package.json +6 -6
- package/test/integ.faropn-existing-resources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
- package/test/integ.faropn-existing-resources.js.snapshot/cdk.out +1 -1
- package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.assets.json +8 -8
- package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.metadata.json +1005 -0
- package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.template.json +2 -2
- package/test/integ.faropn-existing-resources.js.snapshot/faropnexistingresourcesIntegDefaultTestDeployAssert753D5E58.assets.json +1 -1
- package/test/integ.faropn-existing-resources.js.snapshot/faropnexistingresourcesIntegDefaultTestDeployAssert753D5E58.metadata.json +14 -0
- package/test/integ.faropn-existing-resources.js.snapshot/integ.json +2 -2
- package/test/integ.faropn-existing-resources.js.snapshot/manifest.json +57 -1034
- package/test/integ.faropn-existing-resources.js.snapshot/tree.json +1 -1
- package/test/integ.faropn-existing-resources.js.snapshot/validation-report.json +27 -0
- package/test/integ.faropn-new-resources.js.snapshot/asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093/__entrypoint__.js +1 -0
- package/test/integ.faropn-new-resources.js.snapshot/cdk.out +1 -1
- package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.assets.json +8 -8
- package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.metadata.json +1005 -0
- package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.template.json +2 -2
- package/test/integ.faropn-new-resources.js.snapshot/faropnnewresourcesIntegDefaultTestDeployAssert740558EF.assets.json +1 -1
- package/test/integ.faropn-new-resources.js.snapshot/faropnnewresourcesIntegDefaultTestDeployAssert740558EF.metadata.json +14 -0
- package/test/integ.faropn-new-resources.js.snapshot/integ.json +2 -2
- package/test/integ.faropn-new-resources.js.snapshot/manifest.json +57 -1033
- package/test/integ.faropn-new-resources.js.snapshot/tree.json +1 -1
- package/test/integ.faropn-new-resources.js.snapshot/validation-report.json +27 -0
- package/test/integ.faropn-existing-resources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- package/test/integ.faropn-new-resources.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
- /package/test/integ.faropn-existing-resources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
- /package/test/integ.faropn-new-resources.js.snapshot/{asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200 → asset.02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093}/index.js +0 -0
package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.template.json
CHANGED
|
@@ -717,7 +717,7 @@
|
|
|
717
717
|
"S3Bucket": {
|
|
718
718
|
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1"
|
|
719
719
|
},
|
|
720
|
-
"S3Key": "
|
|
720
|
+
"S3Key": "02b51ab524e7bcf8f477de3e71e5f9a72e448301b26ba62e9e75a14f9c55a093.zip"
|
|
721
721
|
},
|
|
722
722
|
"Timeout": 900,
|
|
723
723
|
"MemorySize": 128,
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
"Arn"
|
|
729
729
|
]
|
|
730
730
|
},
|
|
731
|
-
"Runtime": "
|
|
731
|
+
"Runtime": "nodejs24.x",
|
|
732
732
|
"Description": "Lambda function for removing all inbound/outbound rules from the VPC default security group"
|
|
733
733
|
},
|
|
734
734
|
"DependsOn": [
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/faropn-existing-resources/Integ/DefaultTest/DeployAssert/BootstrapVersion": [
|
|
3
|
+
{
|
|
4
|
+
"type": "aws:cdk:logicalId",
|
|
5
|
+
"data": "BootstrapVersion"
|
|
6
|
+
}
|
|
7
|
+
],
|
|
8
|
+
"/faropn-existing-resources/Integ/DefaultTest/DeployAssert/CheckBootstrapVersion": [
|
|
9
|
+
{
|
|
10
|
+
"type": "aws:cdk:logicalId",
|
|
11
|
+
"data": "CheckBootstrapVersion"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "54.0.0",
|
|
3
3
|
"testCases": {
|
|
4
4
|
"faropn-existing-resources/Integ/DefaultTest": {
|
|
5
5
|
"stacks": [
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"assertionStackName": "faropnexistingresourcesIntegDefaultTestDeployAssert753D5E58"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
|
-
"minimumCliVersion": "2.
|
|
12
|
+
"minimumCliVersion": "2.1128.1"
|
|
13
13
|
}
|