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

Type declaration

  • Optionalname?: string

    Name of the credentials.

  • natsAccountId: string

    NATS account containing the credentials.

  • Optionalregion?: Region

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