iam-floyd 0.807.0 → 0.809.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 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +17 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +8 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +9 -1
- package/lib/generated/policy-statements/billing.d.ts +26 -0
- package/lib/generated/policy-statements/billing.js +35 -1
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.d.ts +83 -3
- package/lib/generated/policy-statements/cloudwatchapplicationsignals.js +116 -13
- package/lib/generated/policy-statements/cloudwatchlogs.d.ts +24 -0
- package/lib/generated/policy-statements/cloudwatchlogs.js +34 -1
- package/lib/generated/policy-statements/guardduty.d.ts +24 -0
- package/lib/generated/policy-statements/guardduty.js +34 -1
- package/lib/generated/policy-statements/lambda.d.ts +289 -3
- package/lib/generated/policy-statements/lambda.js +379 -5
- package/package.json +1 -1
|
@@ -12,6 +12,8 @@ export declare class AwsManagedPolicy {
|
|
|
12
12
|
static AdministratorAccessAWSElasticBeanstalk: string;
|
|
13
13
|
/** Provides permissions required by the AWS DevOps Agent to conduct investigations and perform analysis on customer AWS resources. */
|
|
14
14
|
static AIDevOpsAgentAccessPolicy: string;
|
|
15
|
+
/** Provides elevated permissions required by the AWS DevOps Agent to perform operator-approved mutations or elevated actions on customer AWS resources during operational events. */
|
|
16
|
+
static AIDevOpsAgentActionsPolicy: string;
|
|
15
17
|
/** Provides full access to Amazon DevOps Agent via the AWS Management Console */
|
|
16
18
|
static AIDevOpsAgentFullAccess: string;
|
|
17
19
|
/** Provides read only access to Amazon DevOps Agent via the AWS Management Console */
|
|
@@ -422,6 +424,8 @@ export declare class AwsManagedPolicy {
|
|
|
422
424
|
static AmazonEMRServerlessServiceRolePolicy: string;
|
|
423
425
|
/** This policy is used for the Amazon EMR Service Role and should NOT be used for any other IAM users or roles in your account. The policy grants permissions to create and manage resources associated with EMR and related services necessary for the operation of your EMR cluster. */
|
|
424
426
|
static AmazonEMRServicePolicyV2: string;
|
|
427
|
+
/** Provides permissions to provision and manage Network Load Balancers, VPC endpoint services, and security groups required for Amazon EMR Spark Connect interactive sessions on EMR on EC2 clusters. */
|
|
428
|
+
static AmazonEMRServicePolicyForSessions: string;
|
|
425
429
|
/** Provides limited access to the Amazon Cognito configuration service. */
|
|
426
430
|
static AmazonESCognitoAccess: string;
|
|
427
431
|
/** Provides full access to the Amazon ES configuration service. */
|
|
@@ -1456,6 +1460,8 @@ export declare class AwsManagedPolicy {
|
|
|
1456
1460
|
static AWSConfigRulesExecutionRole: string;
|
|
1457
1461
|
/** Allows Config to call AWS services and collect resource configurations on your behalf. */
|
|
1458
1462
|
static AWSConfigServiceRolePolicy: string;
|
|
1463
|
+
/** Provides permissions for AWS Config to inventory and evaluate compliance of third-party cloud resources. */
|
|
1464
|
+
static AWSConfigThirdPartyServiceRolePolicy: string;
|
|
1459
1465
|
/** Provides access to use AWS Config, including searching by tags on resources, and reading all tags. This does not provide permission to configure AWS Config, which requires administrative privileges. */
|
|
1460
1466
|
static AWSConfigUserAccess: string;
|
|
1461
1467
|
/** Enables broad read/write access to ALL EC2 objects, read/write access to S3 buckets starting with 'import-to-ec2-', and the ability to list all S3 buckets, for the AWS Connector to import VMs on your behalf. */
|
|
@@ -1910,6 +1916,8 @@ export declare class AwsManagedPolicy {
|
|
|
1910
1916
|
static AWSLambdaManagedEC2ResourceOperator: string;
|
|
1911
1917
|
/** Provides permissions required to access MSK Cluster within a VPC, manage ENIs (create, describe, delete) in the VPC and write permissions to CloudWatch Logs. */
|
|
1912
1918
|
static AWSLambdaMSKExecutionRole: string;
|
|
1919
|
+
/** This policy grants permissions to create and administer ENI resources managed by the Lambda Network Connector */
|
|
1920
|
+
static AWSLambdaNetworkConnectorOperatorPolicy: string;
|
|
1913
1921
|
/** Grants Lambda Replicator necessary permissions to replicate functions across regions */
|
|
1914
1922
|
static AWSLambdaReplicator: string;
|
|
1915
1923
|
/** Default policy for AWS Lambda service role. */
|