@jjrawlins/cdk-iam-policy-builder-helper 0.0.113 → 0.0.114
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 +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/lib/constructs/Actions.d.ts +155 -0
- package/lib/constructs/Actions.js +156 -1
- package/lib/constructs/ManagedPolicies.d.ts +8 -0
- package/lib/constructs/ManagedPolicies.js +9 -1
- package/package.json +1 -1
|
@@ -5751,4 +5751,12 @@ export declare const ManagedPolicies: {
|
|
|
5751
5751
|
PolicyName: string;
|
|
5752
5752
|
Arn: string;
|
|
5753
5753
|
};
|
|
5754
|
+
AWSUserAttributeCostAllocationPolicy: {
|
|
5755
|
+
PolicyName: string;
|
|
5756
|
+
Arn: string;
|
|
5757
|
+
};
|
|
5758
|
+
AWSCleanRoomsServiceRolePolicy: {
|
|
5759
|
+
PolicyName: string;
|
|
5760
|
+
Arn: string;
|
|
5761
|
+
};
|
|
5754
5762
|
};
|