UpdateNamespaceRequest: {
    description?: string;
    environmentVariables?: Record<string, string>;
    namespaceId: string;
    region?: Region;
    secretEnvironmentVariables?: Function.v1beta1.Secret[];
    tags?: string[];
}

Type declaration

  • Optionaldescription?: string

    Description of the namespace.

  • OptionalenvironmentVariables?: Record<string, string>

    Environment variables of the namespace.

  • namespaceId: string

    UUID of the namespapce.

  • Optionalregion?: Region

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

  • OptionalsecretEnvironmentVariables?: Function.v1beta1.Secret[]

    Secret environment variables of the namespace.

  • Optionaltags?: string[]

    [ALPHA] Tags of the Serverless Function Namespace.