@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.
@@ -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
  };