cdk-iam-floyd 0.695.0 → 0.697.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
  - 418 Services
20
- - 18446 Actions
21
- - 1980 Resource Types
22
- - 1940 Condition keys
20
+ - 18451 Actions
21
+ - 1981 Resource Types
22
+ - 1943 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.**
@@ -2186,10 +2186,14 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2186
2186
  AWSSystemsManagerForSAPFullAccess(): aws_iam.IManagedPolicy;
2187
2187
  /** Provides read only access to AWS Systems Manager for SAP service */
2188
2188
  AWSSystemsManagerForSAPReadOnlyAccess(): aws_iam.IManagedPolicy;
2189
+ /** Provides access to AWS resources managed or used by the AWS Systems Manager just in time access framework. */
2190
+ AWSSystemsManagerJustInTimeAccessServicePolicy(): aws_iam.IManagedPolicy;
2189
2191
  /** The managed policy AWSSystemsManagerJustInTimeAccessTokenPolicy allows Systems Manager to generate access tokens used for just-in-time node access. */
2190
2192
  AWSSystemsManagerJustInTimeAccessTokenPolicy(): aws_iam.IManagedPolicy;
2191
2193
  /** The managed policy AWSSystemsManagerJustInTimeAccessTokenSessionPolicy allows Systems Manager to apply scoped down permissions to a just-in-time node access session once it is started. */
2192
2194
  AWSSystemsManagerJustInTimeAccessTokenSessionPolicy(): aws_iam.IManagedPolicy;
2195
+ /** This policy allows Systems Manager to share a deny-access policy for just-in-time node access from the delegated administrator account to member accounts, and replicate the policy to multiple Regions. */
2196
+ AWSSystemsManagerJustInTimeNodeAccessRolePropagationPolicy(): aws_iam.IManagedPolicy;
2193
2197
  /** Permissions required to collect information about a user for Just-In-Time-Node-Access notifications. */
2194
2198
  AWSSystemsManagerNotificationsServicePolicy(): aws_iam.IManagedPolicy;
2195
2199
  /** IAM role for SSM Explorer to manage OpsData related operations */