CreateRouteRequest: {
    description: string;
    destination: string;
    nexthopPrivateNetworkId?: string;
    nexthopResourceId?: string;
    region?: Region;
    tags?: string[];
    vpcId: string;
}

Type declaration

  • description: string

    Route description.

  • destination: string

    Destination of the Route.

  • OptionalnexthopPrivateNetworkId?: string

    ID of the nexthop private network.

  • OptionalnexthopResourceId?: string

    ID of the nexthop resource.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionaltags?: string[]

    Tags of the Route.

  • vpcId: string

    VPC the Route belongs to.