cdk-iam-floyd 0.798.0 → 0.800.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
@@ -16,9 +16,9 @@
16
16
  Support for:
17
17
 
18
18
  - 450 Services
19
- - 21029 Actions
20
- - 2224 Resource Types
21
- - 2359 Condition keys
19
+ - 21083 Actions
20
+ - 2232 Resource Types
21
+ - 2360 Condition keys
22
22
  <!-- /stats -->
23
23
 
24
24
  ![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.**
@@ -2682,6 +2682,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2682
2682
  EC2FleetTimeShiftableServiceRolePolicy(): aws_iam.IManagedPolicy;
2683
2683
  /** Permissions need by EC2 Image Builder to perform a cross account distribution. */
2684
2684
  Ec2ImageBuilderCrossAccountDistributionAccess(): aws_iam.IManagedPolicy;
2685
+ /** Grants permissions that allow EC2 Image Builder to call AWS services on your behalf */
2686
+ EC2ImageBuilderExecutionPolicy(): aws_iam.IManagedPolicy;
2685
2687
  /** The EC2ImageBuilderLifecycleExecutionPolicy policy grants permissions for Image Builder to perform actions such as deprecate or delete Image Builder image resources and their underlying resources (AMIs, snapshots) to support automated rules for image lifecycle management tasks. */
2686
2688
  EC2ImageBuilderLifecycleExecutionPolicy(): aws_iam.IManagedPolicy;
2687
2689
  /** Allows customers to call EC2 Instance Connect to publish ephemeral keys to their EC2 instances and connect via ssh or the EC2 Instance Connect CLI. */