iam-floyd 0.814.0 → 0.816.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 +6 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +13 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +6 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +7 -1
- package/lib/generated/policy-statements/cloudwatch.d.ts +16 -0
- package/lib/generated/policy-statements/cloudwatch.js +23 -1
- package/lib/generated/policy-statements/elasticcontainerservice.d.ts +8 -0
- package/lib/generated/policy-statements/elasticcontainerservice.js +14 -1
- package/lib/generated/policy-statements/endusermessagingsocial.d.ts +80 -0
- package/lib/generated/policy-statements/endusermessagingsocial.js +111 -1
- package/lib/generated/policy-statements/gameliftstreams.d.ts +8 -0
- package/lib/generated/policy-statements/gameliftstreams.js +12 -1
- package/lib/generated/policy-statements/networkfirewall.d.ts +64 -0
- package/lib/generated/policy-statements/networkfirewall.js +82 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1606,6 +1606,12 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1606
1606
|
AWSECRPullThroughCacheServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
1607
1607
|
/** Provide the instance in your custom platform builder environment permission to launch EC2 instance, create EBS snapshot and AMI, stream logs to Amazon CloudWatch Logs, and store artifacts in Amazon S3. */
|
|
1608
1608
|
AWSElasticBeanstalkCustomPlatformforEC2Role(): aws_iam.IManagedPolicy;
|
|
1609
|
+
/** Permissions needed by Elastic Beanstalk to build container images on behalf of customer. */
|
|
1610
|
+
AWSElasticBeanstalkEKSImageBuild(): aws_iam.IManagedPolicy;
|
|
1611
|
+
/** Observability permissions for Elastic Beanstalk environments running in Elastic Kubernetes Service cluster */
|
|
1612
|
+
AWSElasticBeanstalkEKSObservability(): aws_iam.IManagedPolicy;
|
|
1613
|
+
/** Permissions needed to pass through tags to resources created by EKS Controllers */
|
|
1614
|
+
AWSElasticBeanstalkEKSTagging(): aws_iam.IManagedPolicy;
|
|
1609
1615
|
/** AWS Elastic Beanstalk Service policy for Health Monitoring system */
|
|
1610
1616
|
AWSElasticBeanstalkEnhancedHealth(): aws_iam.IManagedPolicy;
|
|
1611
1617
|
/** AWS Elastic Beanstalk Service Role policy that grants limited permissions to update your resources on your behalf for maintenance purposes. */
|