iam-floyd 0.745.0 → 0.747.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
  - 441 Services
19
- - 20270 Actions
20
- - 2144 Resource Types
21
- - 2269 Condition keys
19
+ - 20277 Actions
20
+ - 2146 Resource Types
21
+ - 2270 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.**
@@ -2176,6 +2176,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2176
2176
  AWSSavingsPlansReadOnlyAccess(): aws_iam.IManagedPolicy;
2177
2177
  /** Provides access to retrieve and describe secrets from Secrets Manager. This policy also allows decrypting KMS keys for Secrets Manager secrets. */
2178
2178
  AWSSecretsManagerClientReadOnlyAccess(): aws_iam.IManagedPolicy;
2179
+ /** Provides permissions for authenticated users to access the Security Agent Web Application for configuring and executing automated security penetration tests. This policy enables users to manage pentests, view findings, monitor test execution, and interact with AWS resources required for security testing operations. */
2180
+ AWSSecurityAgentWebAppPolicy(): aws_iam.IManagedPolicy;
2179
2181
  /** Provides full access to use AWS Security Hub. */
2180
2182
  AWSSecurityHubFullAccess(): aws_iam.IManagedPolicy;
2181
2183
  /** Grants permission to enable and manage AWS Security Hub within an organization. Includes enabling the service across the organization, and determining the delegated administrator account for the service. */
@@ -2832,6 +2834,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2832
2834
  SecretsManagerReadWrite(): aws_iam.IManagedPolicy;
2833
2835
  /** Provides permissions for authenticated users to access the Security Agent Web Application for configuring and executing automated security penetration tests. This policy enables users to manage pentests, view findings, monitor test execution, and interact with AWS resources required for security testing operations. */
2834
2836
  SecurityAgentWebAppAPIPolicy(): aws_iam.IManagedPolicy;
2837
+ /** Provides permissions for authenticated users to access the Security Agent Web Application for configuring and executing automated security penetration tests. This policy enables users to manage pentests, view findings, monitor test execution, and interact with AWS resources required for security testing operations. */
2838
+ SecurityAgentWebAppPolicy(): aws_iam.IManagedPolicy;
2835
2839
  /** The security audit template grants access to read security configuration metadata. It is useful for software that audits the configuration of an AWS account. */
2836
2840
  SecurityAudit(): aws_iam.IManagedPolicy;
2837
2841
  /** Provides access to manage resources created by Security Lake. */