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

Type declaration

  • Optionaldescription?: string

    Description of the namespace to update.

  • OptionalenvironmentVariables?: Record<string, string>

    Environment variables of the namespace to update.

  • namespaceId: string

    UUID of the namespace to update.

  • Optionalregion?: Region

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

  • OptionalsecretEnvironmentVariables?: Container.v1beta1.Secret[]

    Secret environment variables of the namespace to update.

  • Optionaltags?: string[]

    [ALPHA] Tags of the Serverless Container Namespace.