iam-floyd 0.786.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 +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +8 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -5
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -2
- package/lib/generated/aws-managed-policies/iam-floyd.js +9 -3
- package/lib/generated/policy-statements/claudeplatformonaws.d.ts +421 -32
- package/lib/generated/policy-statements/claudeplatformonaws.js +532 -34
- 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
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
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. */
|
|
@@ -1070,8 +1072,6 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1070
1072
|
AmplifyBackendDeployFullAccess(): aws_iam.IManagedPolicy;
|
|
1071
1073
|
/** Provides full access to Claude Platform on AWS */
|
|
1072
1074
|
AnthropicFullAccess(): aws_iam.IManagedPolicy;
|
|
1073
|
-
/** Provides read and inference access to Claude Platform on AWS */
|
|
1074
|
-
AnthropicInferenceAccess(): aws_iam.IManagedPolicy;
|
|
1075
1075
|
/** Provides limited access to Claude Platform on AWS */
|
|
1076
1076
|
AnthropicLimitedAccess(): aws_iam.IManagedPolicy;
|
|
1077
1077
|
/** Provides read only access to Claude Platform on AWS */
|
|
@@ -1132,6 +1132,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1132
1132
|
AWSAccountUsageReportAccess(): aws_iam.IManagedPolicy;
|
|
1133
1133
|
/** Provides access for the Discovery Agentless Connector to register with AWS Application Discovery Service. */
|
|
1134
1134
|
AWSAgentlessDiscoveryService(): aws_iam.IManagedPolicy;
|
|
1135
|
+
/** Allows AWS AppConfig to call AWS services on your behalf. */
|
|
1136
|
+
AWSAppConfigServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1135
1137
|
/** Provides full access to the AWS AppFabric service and read only access to dependent services such as S3, Kinesis, KMS. */
|
|
1136
1138
|
AWSAppFabricFullAccess(): aws_iam.IManagedPolicy;
|
|
1137
1139
|
/** Provides read only access to the AWS AppFabric */
|
|
@@ -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. */
|
|
@@ -2536,6 +2540,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2536
2540
|
CloudWatchAgentAdminPolicy(): aws_iam.IManagedPolicy;
|
|
2537
2541
|
/** Permissions required to use AmazonCloudWatchAgent on servers */
|
|
2538
2542
|
CloudWatchAgentServerPolicy(): aws_iam.IManagedPolicy;
|
|
2543
|
+
/** Grants permissions to call CloudWatch using API key authentication. */
|
|
2544
|
+
CloudWatchAPIKeyAccess(): aws_iam.IManagedPolicy;
|
|
2539
2545
|
/** Provides full access to CloudWatch Application Insights and required dependencies. */
|
|
2540
2546
|
CloudWatchApplicationInsightsFullAccess(): aws_iam.IManagedPolicy;
|
|
2541
2547
|
/** Provides read only access to CloudWatch Application Insights. */
|