NatsApiCreateNatsAccountRequest: {
    name?: string;
    projectId?: string;
    region?: Region;
}

Type declaration

  • Optionalname?: string

    NATS account name.

  • OptionalprojectId?: string

    Project containing the NATS account.

  • Optionalregion?: Region

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