cdk-iam-floyd 0.686.0 → 0.689.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
@@ -17,7 +17,7 @@
17
17
  Support for:
18
18
 
19
19
  - 418 Services
20
- - 18390 Actions
20
+ - 18403 Actions
21
21
  - 1971 Resource Types
22
22
  - 1932 Condition keys
23
23
  <!-- /stats -->
@@ -272,6 +272,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
272
272
  AmazonEC2SpotFleetTaggingRole(): aws_iam.IManagedPolicy;
273
273
  /** Provides administrative access to Amazon ECS resources and enables ECS features through access to other AWS service resources, including VPCs, Auto Scaling groups, and CloudFormation stacks. */
274
274
  AmazonECSFullAccess(): aws_iam.IManagedPolicy;
275
+ /** Policy to enable Amazon ECS Compute to manage your EC2 instances and related resources as part of ECS managed instances */
276
+ AmazonECSComputeServiceRolePolicy(): aws_iam.IManagedPolicy;
275
277
  /** Provides administrative access to Private Certificate Authority, AWS Secrets Manager and other AWS Services required to manage ECS Service Connect TLS features on your behalf. */
276
278
  AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity(): aws_iam.IManagedPolicy;
277
279
  /** Provides access to other AWS service resources required to manage volumes associated with ECS workloads on your behalf. */