cdk-iam-floyd 0.802.0 → 0.804.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
- - 21125 Actions
20
- - 2237 Resource Types
21
- - 2365 Condition keys
19
+ - 21169 Actions
20
+ - 2239 Resource Types
21
+ - 2369 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.**
@@ -1082,6 +1082,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
1082
1082
  AnthropicLimitedAccess(): aws_iam.IManagedPolicy;
1083
1083
  /** Provides read only access to Claude Platform on AWS */
1084
1084
  AnthropicReadOnlyAccess(): aws_iam.IManagedPolicy;
1085
+ /** Provides access to operate a self-hosted environment runner for Claude Managed Agents */
1086
+ AnthropicSelfHostedEnvironmentAccess(): aws_iam.IManagedPolicy;
1085
1087
  /** Allows API Gateway to manage associated AWS Resources on behalf of the customer. */
1086
1088
  APIGatewayServiceRolePolicy(): aws_iam.IManagedPolicy;
1087
1089
  /** Allows AppIntegrations to manage AppFlow resources and publish CloudWatch metric data on your behalf. */
@@ -2260,6 +2262,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
2260
2262
  AWSSavingsPlansReadOnlyAccess(): aws_iam.IManagedPolicy;
2261
2263
  /** Provides access to retrieve and describe secrets from Secrets Manager. This policy also allows decrypting KMS keys for Secrets Manager secrets. */
2262
2264
  AWSSecretsManagerClientReadOnlyAccess(): aws_iam.IManagedPolicy;
2265
+ /** Allows AWS Security Agent to manage resources on your behalf. */
2266
+ AWSSecurityAgentServiceRolePolicy(): aws_iam.IManagedPolicy;
2263
2267
  /** 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. */
2264
2268
  AWSSecurityAgentWebAppPolicy(): aws_iam.IManagedPolicy;
2265
2269
  /** Provides full access to use AWS Security Hub. */