@jaypie/constructs 1.1.54 → 1.1.56
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/dist/cjs/index.cjs +2 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +2 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +9 -4
package/dist/esm/index.js
CHANGED
|
@@ -2402,6 +2402,7 @@ class JaypieSsoPermissions extends Construct {
|
|
|
2402
2402
|
"states:Get*",
|
|
2403
2403
|
"states:List*",
|
|
2404
2404
|
"tag:*",
|
|
2405
|
+
"uxc:*",
|
|
2405
2406
|
"xray:*",
|
|
2406
2407
|
],
|
|
2407
2408
|
Resource: "*",
|
|
@@ -2459,6 +2460,7 @@ class JaypieSsoPermissions extends Construct {
|
|
|
2459
2460
|
"sqs:*",
|
|
2460
2461
|
"states:*",
|
|
2461
2462
|
"tag:*",
|
|
2463
|
+
"uxc:*",
|
|
2462
2464
|
"xray:*",
|
|
2463
2465
|
],
|
|
2464
2466
|
Resource: "*",
|