cdk-iam-floyd 0.793.0 → 0.795.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
  - 449 Services
19
- - 20852 Actions
20
- - 2215 Resource Types
21
- - 2349 Condition keys
19
+ - 20908 Actions
20
+ - 2219 Resource Types
21
+ - 2351 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.**
@@ -2206,6 +2206,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2206
2206
  AWSRepostSpaceSupportOperationsPolicy(): aws_iam.IManagedPolicy;
2207
2207
  /** Policy for AWS Resilience Hub service role which allows access to other AWS services in order to execute assessment. */
2208
2208
  AWSResilienceHubAsssessmentExecutionPolicy(): aws_iam.IManagedPolicy;
2209
+ /** Allows AWS Resilience Hub to access resources in your account for resilience discovery, assessment, and management. */
2210
+ AWSResilienceHubServiceRolePolicy(): aws_iam.IManagedPolicy;
2209
2211
  /** Provides full access to AWS Resource Access Manager */
2210
2212
  AWSResourceAccessManagerFullAccess(): aws_iam.IManagedPolicy;
2211
2213
  /** Provides read only access to AWS Resource Access Manager. */