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
'Define the subnet in the Accelerator to reserve the address space, but do not create it at this time. Used to define a 3 AZ config, but deploy a 2 AZ config.',
477
477
},
478
+
'outpost-arn': {
479
+
title: 'Outpost ARN',
480
+
description: 'The ARN of the Outpost to create the subnet.',
description: 'The configuration routes that are added to the route tables',
595
+
description: 'The configuration for routes to be added to a route table',
592
596
fields: {
593
597
destination: {
594
598
title: '',
595
-
description: 'Destination IP subnet or VPC Gateway endpoint',
599
+
description: 'Destination CIDR or either "s3", "DynamoDB" for a VPC Gateway endpoint.',
596
600
},
597
601
target: {
598
602
title: '',
599
-
description: 'Next-hop address for the route',
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.',
600
605
},
601
606
name: {
602
607
title: '',
603
-
description: 'Name of the route',
608
+
description: 'Route table name.',
604
609
},
605
610
az: {
606
611
title: '',
607
-
description: 'Availability Zone',
612
+
description: 'Availability Zone (only used when targeting EC2 based firewall appliances)',
608
613
},
609
614
port: {
610
615
title: '',
611
-
description: 'When routing traffic to ports of 3rd party virtual appliances',
616
+
description:
617
+
'Subnet name containing the targeted virtual appliance port (only used when targeting EC2 based firewall appliances)',
618
+
},
619
+
'target-id': {
620
+
title: 'Target ID',
621
+
description: 'The ID of the specified target, i.e. igw-12345678901234567.',
622
+
},
623
+
type: {
624
+
title: 'Target Type',
625
+
description:
626
+
'The target type for the next hop, when created external to the ASEA. Valid values: "egressOnlyInternetGatewayId", "gatewayId", "instanceId", "localGatewayId","natGatewayId", "networkInterfaceId", "transitGatewayId", "vpcEndpointId", "vpcPeeringConnectionId".',
0 commit comments