@jjrawlins/cdk-iam-policy-builder-helper 0.0.83 → 0.0.85
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 +3 -3
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +2 -0
- package/lib/constructs/Actions.js +3 -1
- package/lib/constructs/ManagedPolicies.d.ts +8 -0
- package/lib/constructs/ManagedPolicies.js +9 -1
- package/methods_list.txt +2 -0
- package/package.json +1 -1
|
@@ -5635,4 +5635,12 @@ export declare const ManagedPolicies: {
|
|
|
5635
5635
|
PolicyName: string;
|
|
5636
5636
|
Arn: string;
|
|
5637
5637
|
};
|
|
5638
|
+
ComputeOptimizerAutomationServiceRolePolicy: {
|
|
5639
|
+
PolicyName: string;
|
|
5640
|
+
Arn: string;
|
|
5641
|
+
};
|
|
5642
|
+
AmazonMWAAServerlessServiceRolePolicy: {
|
|
5643
|
+
PolicyName: string;
|
|
5644
|
+
Arn: string;
|
|
5645
|
+
};
|
|
5638
5646
|
};
|