Readonly
destinationThe destination CIDR block for the route table entry.
Use CIDR notation, i.e. 10.0.0.0/16
Either destination
or destinationPrefixList
must be specified for the following route entry types:
transitGateway
, natGateway
, internetGateway
, networkInterface
, vpcPeering
, virtualPrivateGateway
.
destination
MUST be specified for route entry type networkFirewall
or gatewayLoadBalancerEndpoint
.
Leave undefined for route entry type gatewayEndpoint
.
Readonly
destinationThe friendly name of the destination prefix list for the route table entry.
Either destination
or destinationPrefixList
must be specified for the following route entry types:
transitGateway
, natGateway
, internetGateway
, networkInterface
, vpcPeering
, virtualPrivateGateway
.
Cannot be specified for route entry type networkFirewall
or gatewayLoadBalancerEndpoint
. Use destination
instead.
Leave undefined for route entry type gatewayEndpoint
.
Readonly
nameA friendly name for the route table.
Readonly
targetThe friendly name of the destination target.
Use s3
or dynamodb
as the string when specifying a route entry type of gatewayEndpoint
.
Leave undefined for route entry type internetGateway
or virtualPrivateGateway
.
Readonly
targetThe Availability Zone (AZ) the target resides in.
Include only the letter of the AZ name (i.e. 'a' for 'us-east-1a').
Leave undefined for targets of route entry types other than networkFirewall
.
Readonly
typeGenerated using TypeDoc
NetworkConfig / VpcConfig | VpcTemplatesConfig / RouteTableConfig / RouteTableEntryConfig
VPC route table entry configuration. Used to define static route entries in a VPC route table.
Example
Transit Gateway Attachment
Example
NAT Gateway
Example
Internet Gateway
Example
VPC Peering
Example
Network Firewall
Example
Gateway Load Balancer Endpoint