@aws-solutions-constructs/aws-fargate-opensearch 2.64.0 → 2.67.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 +6 -6
- package/lib/index.js +1 -1
- package/package.json +7 -7
- package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.assets.json +2 -2
- package/test/integ.faropn-existing-resources.js.snapshot/faropn-existing-resources.template.json +17 -0
- package/test/integ.faropn-existing-resources.js.snapshot/manifest.json +1 -1
- package/test/integ.faropn-existing-resources.js.snapshot/tree.json +113 -113
- package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.assets.json +2 -2
- package/test/integ.faropn-new-resources.js.snapshot/faropn-new-resources.template.json +17 -0
- package/test/integ.faropn-new-resources.js.snapshot/manifest.json +1 -1
- package/test/integ.faropn-new-resources.js.snapshot/tree.json +113 -113
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
|
-
"
|
|
18
|
+
"1ca20800ff127f73fc22d334271e6ad7adca5115fe47b171239c34c90d7f7b92": {
|
|
19
19
|
"source": {
|
|
20
20
|
"path": "faropn-new-resources.template.json",
|
|
21
21
|
"packaging": "file"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"destinations": {
|
|
24
24
|
"current_account-us-east-1": {
|
|
25
25
|
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1",
|
|
26
|
-
"objectKey": "
|
|
26
|
+
"objectKey": "1ca20800ff127f73fc22d334271e6ad7adca5115fe47b171239c34c90d7f7b92.json",
|
|
27
27
|
"region": "us-east-1",
|
|
28
28
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1"
|
|
29
29
|
}
|
|
@@ -214,6 +214,13 @@
|
|
|
214
214
|
"PolicyName": "CognitoAccessPolicy"
|
|
215
215
|
}
|
|
216
216
|
]
|
|
217
|
+
},
|
|
218
|
+
"Metadata": {
|
|
219
|
+
"guard": {
|
|
220
|
+
"SuppressedRules": [
|
|
221
|
+
"IAM_NO_INLINE_POLICY_CHECK"
|
|
222
|
+
]
|
|
223
|
+
}
|
|
217
224
|
}
|
|
218
225
|
},
|
|
219
226
|
"testconstructIdentityPoolRoleMapping1391CBDD": {
|
|
@@ -555,6 +562,11 @@
|
|
|
555
562
|
"reason": "This is not a rule for the general case, just for specific use cases/industries"
|
|
556
563
|
}
|
|
557
564
|
]
|
|
565
|
+
},
|
|
566
|
+
"guard": {
|
|
567
|
+
"SuppressedRules": [
|
|
568
|
+
"CFN_NO_EXPLICIT_RESOURCE_NAMES"
|
|
569
|
+
]
|
|
558
570
|
}
|
|
559
571
|
}
|
|
560
572
|
},
|
|
@@ -1369,6 +1381,11 @@
|
|
|
1369
1381
|
}
|
|
1370
1382
|
}
|
|
1371
1383
|
]
|
|
1384
|
+
},
|
|
1385
|
+
"Metadata": {
|
|
1386
|
+
"guard": {
|
|
1387
|
+
"SuppressedRules": []
|
|
1388
|
+
}
|
|
1372
1389
|
}
|
|
1373
1390
|
},
|
|
1374
1391
|
"CustomVpcRestrictDefaultSGCustomResourceProviderHandlerDC833E5E": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"validateOnSynth": false,
|
|
67
67
|
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-us-east-1",
|
|
68
68
|
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-us-east-1",
|
|
69
|
-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/
|
|
69
|
+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1/1ca20800ff127f73fc22d334271e6ad7adca5115fe47b171239c34c90d7f7b92.json",
|
|
70
70
|
"requiresBootstrapStackVersion": 6,
|
|
71
71
|
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
|
|
72
72
|
"additionalDependencies": [
|