Viewing docs for Vercel v5.4.1
published on Wednesday, Jul 22, 2026 by Pulumiverse
published on Wednesday, Jul 22, 2026 by Pulumiverse
Viewing docs for Vercel v5.4.1
published on Wednesday, Jul 22, 2026 by Pulumiverse
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 dictionarydata "vercel_get_blob_stores" "name" {
# arguments
}The following arguments are supported:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
getBlobStores Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Stores
List<Pulumiverse.
Vercel. Outputs. Get Blob Stores Store> - 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
[]Get
Blob Stores Store - 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(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<Get
Blob Stores Store> - 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
Get
Blob Stores Store[] - 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 str
- The provider-assigned unique ID for this managed resource.
- stores
Sequence[Get
Blob Stores Store] - 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.
- 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.
Supporting Types
GetBlobStoresStore
- Access string
- Whether blobs created in this store are
publicorprivateby 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 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.
- Updated
At int - The Unix timestamp, in milliseconds, when the Blob store was last updated.
- Access string
- Whether blobs created in this store are
publicorprivateby 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 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.
- Updated
At int - The Unix timestamp, in milliseconds, when the Blob store was last updated.
- access string
- Whether blobs created in this store are
publicorprivateby 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
publicorprivateby default. - created
At Integer - The Unix timestamp, in milliseconds, when the Blob store was created.
- file
Count 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.
- updated
At Integer - The Unix timestamp, in milliseconds, when the Blob store was last updated.
- access string
- Whether blobs created in this store are
publicorprivateby 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 str
- Whether blobs created in this store are
publicorprivateby 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
publicorprivateby 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.
Package Details
- Repository
- vercel pulumiverse/pulumi-vercel
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vercelTerraform Provider.
Viewing docs for Vercel v5.4.1
published on Wednesday, Jul 22, 2026 by Pulumiverse
published on Wednesday, Jul 22, 2026 by Pulumiverse