cdk-iam-floyd 0.798.0 → 0.799.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/bedrockagentcore.d.ts +8 -0
- package/lib/generated/policy-statements/bedrockagentcore.js +12 -1
- package/lib/generated/policy-statements/cognitouserpools.d.ts +32 -0
- package/lib/generated/policy-statements/cognitouserpools.js +45 -1
- package/lib/generated/policy-statements/glue.d.ts +20 -0
- package/lib/generated/policy-statements/glue.js +24 -1
- package/lib/generated/policy-statements/interactivevideoservice.d.ts +8 -0
- package/lib/generated/policy-statements/interactivevideoservice.js +12 -1
- package/lib/generated/policy-statements/marketplacecatalog.d.ts +101 -0
- package/lib/generated/policy-statements/marketplacecatalog.js +129 -3
- package/lib/generated/policy-statements/transformcustom.d.ts +407 -0
- package/lib/generated/policy-statements/transformcustom.js +507 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 450 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21072 Actions
|
|
20
|
+
- 2230 Resource Types
|
|
21
|
+
- 2360 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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. */
|