You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Descriptions of the sample config files and customization guidance can be found [here](../../docs/installation/customization-index.md)
1
+
Descriptions of the sample config files and customization guidance can be found [here](https://aws-samples.github.io/aws-secure-environment-accelerator/installation/customization-index/)
Copy file name to clipboardExpand all lines: src/lib/config-i18n/src/en.ts
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -601,15 +601,15 @@ translate(c.RouteConfig, {
601
601
target: {
602
602
title: '',
603
603
description:
604
-
'The target type for the next-hop, includes TGW, IGW, VGW, pcx, NATGW_subnet_azX, NFW_subnet_azX, s3, DynamoDB, and customer. If target is set to customer, the target-id and type are required.',
604
+
'The target type for the next-hop, includes TGW, IGW, VGW, pcx, GWLB, NATGW_subnet_azX, NFW_subnet_azX, s3, DynamoDB, and customer. If target is set to customer, the target-id and type are required.',
605
605
},
606
606
name: {
607
607
title: '',
608
-
description: 'Route table name.',
608
+
description: 'Name of the GWLB to be targeted.',
609
609
},
610
610
az: {
611
611
title: '',
612
-
description: 'Availability Zone (only used when targeting EC2 based firewall appliances)',
612
+
description: 'Availability Zone (only used when targeting GWLB endpoints and EC2 based firewall appliances)',
0 commit comments