Skip to content

Commit

Permalink
Merge branch 'master' into neta/step-function-sagemaker-key
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Apr 19, 2020
2 parents 04cef65 + 5c83a46 commit ee1441c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/@aws-cdk/aws-ecs/lib/fargate/fargate-service.ts
Expand Up @@ -158,10 +158,19 @@ export class FargateService extends BaseService implements IFargateService {
*/
export enum FargatePlatformVersion {
/**
* The latest, recommended platform version
* The latest, recommended platform version.
*/
LATEST = 'LATEST',

/**
* Version 1.4.0
*
* Supports EFS endpoints, CAP_SYS_PTRACE Linux capability,
* network performance metrics in CloudWatch Container Insights,
* consolidated 20 GB ephemeral volume.
*/
VERSION1_4 = '1.4.0',

/**
* Version 1.3.0
*
Expand Down

0 comments on commit ee1441c

Please sign in to comment.