UpdateLinkRequest: {
    linkId: string;
    name?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • linkId: string

    ID of the link to update.

  • Optionalname?: string

    Name of the link.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    List of tags to apply to the link.