cdk-iam-floyd 0.805.0 → 0.806.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
  - 451 Services
19
- - 21172 Actions
20
- - 2240 Resource Types
21
- - 2369 Condition keys
19
+ - 21206 Actions
20
+ - 2242 Resource Types
21
+ - 2373 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.**
@@ -2222,6 +2222,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2222
2222
  AWSResilienceHubAsssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
2223
2223
  /** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. */
2224
2224
  AWSResilienceHubServiceRolePolicy(): aws_iam.IManagedPolicy;
2225
+ /** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. This policy grants wildcarded read-only permissions that may include sensitive information in the output. */
2226
+ AWSResilienceHubV2AssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
2225
2227
  /** Provides full access to AWS Resource Access Manager */
2226
2228
  AWSResourceAccessManagerFullAccess(): aws_iam.IManagedPolicy;
2227
2229
  /** Provides read only access to AWS Resource Access Manager. */