AttachRoutingPolicyRequest: {
    linkId: string;
    region?: Region;
    routingPolicyId: string;
}

Type declaration

  • linkId: string

    ID of the link to attach a routing policy to.

  • Optionalregion?: Region

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

  • routingPolicyId: string

    ID of the routing policy to be attached.