cdk-iam-floyd 0.625.0 → 0.627.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/README.md CHANGED
@@ -17,9 +17,9 @@
17
17
  Support for:
18
18
 
19
19
  - 390 Services
20
- - 16521 Actions
20
+ - 16542 Actions
21
21
  - 1773 Resource Types
22
- - 1719 Condition keys
22
+ - 1721 Condition keys
23
23
  <!-- /stats -->
24
24
 
25
25
  ![EXPERIMENTAL](https://img.shields.io/badge/stability-experimantal-orange?style=for-the-badge)**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
@@ -2350,6 +2350,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2350
2350
  ServiceQuotasServiceRolePolicy(): aws_iam.IManagedPolicy;
2351
2351
  /** Provides full access to the Simple Workflow configuration service. */
2352
2352
  SimpleWorkflowFullAccess(): aws_iam.IManagedPolicy;
2353
+ /** Allows split cost allocation data to retrieve AWS Organizations information, if applicable, and collect telemetry data for the split cost allocation data services that the customer has opted in to. */
2354
+ SplitCostAllocationDataServiceRolePolicy(): aws_iam.IManagedPolicy;
2353
2355
  /** This policy grants permissions to troubleshoot and resolve issues in an AWS account. This policy also enables the user to contact AWS support to create and manage cases. */
2354
2356
  SupportUser(): aws_iam.IManagedPolicy;
2355
2357
  /** Grants full access permissions necessary for resources required for application and development operations. */