Skip to content

Commit 423c5e7

Browse files
authored
Update README.md
1 parent 2e1d62b commit 423c5e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/constructs/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ This is an ECS Fargate based version of serverless image handler. The key featur
197197
5. [cdk bootstrap](https://docs.aws.amazon.com/cdk/latest/guide/cli.html#cli-bootstrap)
198198

199199

200-
### 配置参数说明(cdk.context.json
201-
| 参数名称 | 描述 |
200+
### Configuration parameter description (cdk.context.json)
201+
| Parameter Name | Description |
202202
| --------------- | ------------------------------------------------------------ |
203-
| buckets | S3 存储桶。|
204-
| secret_arn | Secrets 用于调用 Post API (可选)|
205-
| stack_tags| 资源标签,方便进行费用统计(可选) |
206-
| ecs_desired_count | 初始化 Fargate 所需任务实例数量 |
207-
| use_vpc_id | 部署程序的 VPC(可选) |
208-
| enable_public_alb | 负载均衡器模式选择,面向互联网 true,内部 false,默认为面向互联网(可选) |
209-
| enable_cloudfront | CloudFront 的开关,默认为开启 true,关闭 false (可选) |
210-
| subnet_ids | 部署程序或者内部 ALB 的子网,同一 AZ 下仅可配置一个(可选)|
203+
| buckets | S3 buckets. |
204+
| secret_arn | The SSM Secrets for calling the Post API (optional)|
205+
| stack_tags | Resource tags to facilitate cost statistics (optional) |
206+
| ecs_desired_count | Number of task instances required to initialize Fargate |
207+
| use_vpc_id | VPC for deployed programs (optional) |
208+
| enable_public_alb | Load Balancer Mode Selection, Internet Facing true, Internal false, defaults to Internet Facing (optional) |
209+
| enable_cloudfront | Switch for CloudFront, on true, off false by default (optional) |
210+
| subnet_ids | subnets for deployed programs or internal ALBs, only one can be configured under the same AZ (optional)|
211211

212212

213213
### How to use?

0 commit comments

Comments
 (0)