UpdateRoutingPolicyRequest: {
    name?: string;
    prefixFilterIn?: string[];
    prefixFilterOut?: string[];
    region?: Region;
    routingPolicyId: string;
    tags?: string[];
}

Type declaration

  • Optionalname?: string

    Name of the routing policy.

  • OptionalprefixFilterIn?: string[]

    IP prefixes to accept from the peer (ranges of route announcements to accept).

  • OptionalprefixFilterOut?: string[]

    IP prefix filters for routes to advertise to the peer (ranges of routes to advertise).

  • Optionalregion?: Region

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

  • routingPolicyId: string

    ID of the routing policy to update.

  • Optionaltags?: string[]

    List of tags to apply to the routing policy.