1. Packages
  2. Packages
  3. Vercel Provider
  4. API Docs
  5. getBlobStores
Viewing docs for Vercel v5.4.1
published on Wednesday, Jul 22, 2026 by Pulumiverse
vercel logo
Viewing docs for Vercel v5.4.1
published on Wednesday, Jul 22, 2026 by Pulumiverse

    Provides the Blob stores available to the configured team or personal account.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as vercel from "@pulumiverse/vercel";
    
    const example = vercel.getBlobStores({});
    
    import pulumi
    import pulumi_vercel as vercel
    
    example = vercel.get_blob_stores()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/pulumiverse/pulumi-vercel/sdk/v5/go/vercel"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := vercel.GetBlobStores(ctx, &vercel.GetBlobStoresArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Vercel = Pulumiverse.Vercel;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Vercel.GetBlobStores.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.vercel.VercelFunctions;
    import com.pulumi.vercel.inputs.GetBlobStoresArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = VercelFunctions.getBlobStores(GetBlobStoresArgs.builder()
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: vercel:getBlobStores
          arguments: {}
    
    Example coming soon!
    

    Using getBlobStores

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBlobStores(args: GetBlobStoresArgs, opts?: InvokeOptions): Promise<GetBlobStoresResult>
    function getBlobStoresOutput(args: GetBlobStoresOutputArgs, opts?: InvokeOptions): Output<GetBlobStoresResult>
    def get_blob_stores(team_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetBlobStoresResult
    def get_blob_stores_output(team_id: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetBlobStoresResult]
    func GetBlobStores(ctx *Context, args *GetBlobStoresArgs, opts ...InvokeOption) (*GetBlobStoresResult, error)
    func GetBlobStoresOutput(ctx *Context, args *GetBlobStoresOutputArgs, opts ...InvokeOption) GetBlobStoresResultOutput

    > Note: This function is named GetBlobStores in the Go SDK.

    public static class GetBlobStores 
    {
        public static Task<GetBlobStoresResult> InvokeAsync(GetBlobStoresArgs args, InvokeOptions? opts = null)
        public static Output<GetBlobStoresResult> Invoke(GetBlobStoresInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBlobStoresResult> getBlobStores(GetBlobStoresArgs args, InvokeOptions options)
    public static Output<GetBlobStoresResult> getBlobStores(GetBlobStoresArgs args, InvokeOptions options)
    
    fn::invoke:
      function: vercel:index/getBlobStores:getBlobStores
      arguments:
        # arguments dictionary
    data "vercel_get_blob_stores" "name" {
        # arguments
    }

    The following arguments are supported:

    TeamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    TeamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    team_id string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    teamId String
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    teamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    team_id str
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    teamId String
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.

    getBlobStores Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Stores List<Pulumiverse.Vercel.Outputs.GetBlobStoresStore>
    The Blob stores available to the configured team or personal account.
    TeamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    Id string
    The provider-assigned unique ID for this managed resource.
    Stores []GetBlobStoresStore
    The Blob stores available to the configured team or personal account.
    TeamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    id string
    The provider-assigned unique ID for this managed resource.
    stores list(object)
    The Blob stores available to the configured team or personal account.
    team_id string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    id String
    The provider-assigned unique ID for this managed resource.
    stores List<GetBlobStoresStore>
    The Blob stores available to the configured team or personal account.
    teamId String
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    id string
    The provider-assigned unique ID for this managed resource.
    stores GetBlobStoresStore[]
    The Blob stores available to the configured team or personal account.
    teamId string
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    id str
    The provider-assigned unique ID for this managed resource.
    stores Sequence[GetBlobStoresStore]
    The Blob stores available to the configured team or personal account.
    team_id str
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.
    id String
    The provider-assigned unique ID for this managed resource.
    stores List<Property Map>
    The Blob stores available to the configured team or personal account.
    teamId String
    The ID of the team whose Blob stores should be listed. Required when configuring a team resource if a default team has not been set in the provider.

    Supporting Types

    GetBlobStoresStore

    Access string
    Whether blobs created in this store are public or private by default.
    CreatedAt int
    The Unix timestamp, in milliseconds, when the Blob store was created.
    FileCount int
    The number of files currently stored in the Blob store.
    Id string
    The ID of the Blob store.
    Name string
    The name of the Blob store.
    Region string
    The region in which the Blob store exists.
    Size int
    The size of the Blob store in bytes.
    Status string
    The current status of the Blob store.
    UpdatedAt int
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    Access string
    Whether blobs created in this store are public or private by default.
    CreatedAt int
    The Unix timestamp, in milliseconds, when the Blob store was created.
    FileCount int
    The number of files currently stored in the Blob store.
    Id string
    The ID of the Blob store.
    Name string
    The name of the Blob store.
    Region string
    The region in which the Blob store exists.
    Size int
    The size of the Blob store in bytes.
    Status string
    The current status of the Blob store.
    UpdatedAt int
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    access string
    Whether blobs created in this store are public or private by default.
    created_at number
    The Unix timestamp, in milliseconds, when the Blob store was created.
    file_count number
    The number of files currently stored in the Blob store.
    id string
    The ID of the Blob store.
    name string
    The name of the Blob store.
    region string
    The region in which the Blob store exists.
    size number
    The size of the Blob store in bytes.
    status string
    The current status of the Blob store.
    updated_at number
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    access String
    Whether blobs created in this store are public or private by default.
    createdAt Integer
    The Unix timestamp, in milliseconds, when the Blob store was created.
    fileCount Integer
    The number of files currently stored in the Blob store.
    id String
    The ID of the Blob store.
    name String
    The name of the Blob store.
    region String
    The region in which the Blob store exists.
    size Integer
    The size of the Blob store in bytes.
    status String
    The current status of the Blob store.
    updatedAt Integer
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    access string
    Whether blobs created in this store are public or private by default.
    createdAt number
    The Unix timestamp, in milliseconds, when the Blob store was created.
    fileCount number
    The number of files currently stored in the Blob store.
    id string
    The ID of the Blob store.
    name string
    The name of the Blob store.
    region string
    The region in which the Blob store exists.
    size number
    The size of the Blob store in bytes.
    status string
    The current status of the Blob store.
    updatedAt number
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    access str
    Whether blobs created in this store are public or private by default.
    created_at int
    The Unix timestamp, in milliseconds, when the Blob store was created.
    file_count int
    The number of files currently stored in the Blob store.
    id str
    The ID of the Blob store.
    name str
    The name of the Blob store.
    region str
    The region in which the Blob store exists.
    size int
    The size of the Blob store in bytes.
    status str
    The current status of the Blob store.
    updated_at int
    The Unix timestamp, in milliseconds, when the Blob store was last updated.
    access String
    Whether blobs created in this store are public or private by default.
    createdAt Number
    The Unix timestamp, in milliseconds, when the Blob store was created.
    fileCount Number
    The number of files currently stored in the Blob store.
    id String
    The ID of the Blob store.
    name String
    The name of the Blob store.
    region String
    The region in which the Blob store exists.
    size Number
    The size of the Blob store in bytes.
    status String
    The current status of the Blob store.
    updatedAt Number
    The Unix timestamp, in milliseconds, when the Blob store was last updated.

    Package Details

    Repository
    vercel pulumiverse/pulumi-vercel
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vercel Terraform Provider.
    vercel logo
    Viewing docs for Vercel v5.4.1
    published on Wednesday, Jul 22, 2026 by Pulumiverse

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial