iam-floyd 0.787.0 → 0.788.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 +1 -1
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +9 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +4 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +5 -1
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +75 -65
- package/lib/generated/policy-statements/claudeplatformonaws.js +78 -66
- package/lib/generated/policy-statements/cloudwatchlogs.d.ts +34 -0
- package/lib/generated/policy-statements/cloudwatchlogs.js +39 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Support for:
|
|
|
18
18
|
- 449 Services
|
|
19
19
|
- 20816 Actions
|
|
20
20
|
- 2213 Resource Types
|
|
21
|
-
-
|
|
21
|
+
- 2343 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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.**
|
|
@@ -334,6 +334,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
334
334
|
AmazonEKSCNIPolicy(): aws_iam.IManagedPolicy;
|
|
335
335
|
/** Policy attached to the EKS Cluster Role that grants permissions to manage the cluster's block storage resources. */
|
|
336
336
|
AmazonEKSBlockStoragePolicy(): aws_iam.IManagedPolicy;
|
|
337
|
+
/** Policy attached to the EKS Cluster Role that grants permissions to manage the cluster's block storage resources. */
|
|
338
|
+
AmazonEKSBlockStoragePolicyV2(): aws_iam.IManagedPolicy;
|
|
337
339
|
/** This policy provides Kubernetes the permissions it requires to manage resources on your behalf. Kubernetes requires Ec2:CreateTags permissions to place identifying information on EC2 resources including but not limited to Instances, Security Groups, and Elastic Network Interfaces. */
|
|
338
340
|
AmazonEKSClusterPolicy(): aws_iam.IManagedPolicy;
|
|
339
341
|
/** Policy attached to the EKS Cluster Role that grants permissions to manage the cluster's compute resources. */
|
|
@@ -2456,6 +2458,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2456
2458
|
AWSVendorInsightsVendorFullAccess(): aws_iam.IManagedPolicy;
|
|
2457
2459
|
/** Provides read-only access for viewing the Vendor Insights resources */
|
|
2458
2460
|
AWSVendorInsightsVendorReadOnly(): aws_iam.IManagedPolicy;
|
|
2461
|
+
/** Provides permissions to control service managed resources and call APIs necessary for log field enrichment on behalf of customers. */
|
|
2462
|
+
AWSVPCFlowLogsServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2459
2463
|
/** Allows VPC Lattice to access AWS resources on your behalf. */
|
|
2460
2464
|
AWSVpcLatticeServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2461
2465
|
/** Allow Site-to-Site VPN to create and manage resources related to your VPN Connections. */
|