NatsApiUpdateNatsAccountRequest: {
    name?: string;
    natsAccountId: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    NATS account name.

  • natsAccountId: string

    ID of the NATS account to update.

  • Optionalregion?: Region

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