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 metadata about an existing object in a Vercel Blob store.
Using getBlobObject
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 getBlobObject(args: GetBlobObjectArgs, opts?: InvokeOptions): Promise<GetBlobObjectResult>
function getBlobObjectOutput(args: GetBlobObjectOutputArgs, opts?: InvokeOptions): Output<GetBlobObjectResult>def get_blob_object(pathname: Optional[str] = None,
store_id: Optional[str] = None,
team_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBlobObjectResult
def get_blob_object_output(pathname: pulumi.Input[Optional[str]] = None,
store_id: pulumi.Input[Optional[str]] = None,
team_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBlobObjectResult]func LookupBlobObject(ctx *Context, args *LookupBlobObjectArgs, opts ...InvokeOption) (*LookupBlobObjectResult, error)
func LookupBlobObjectOutput(ctx *Context, args *LookupBlobObjectOutputArgs, opts ...InvokeOption) LookupBlobObjectResultOutput> Note: This function is named LookupBlobObject in the Go SDK.
public static class GetBlobObject
{
public static Task<GetBlobObjectResult> InvokeAsync(GetBlobObjectArgs args, InvokeOptions? opts = null)
public static Output<GetBlobObjectResult> Invoke(GetBlobObjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBlobObjectResult> getBlobObject(GetBlobObjectArgs args, InvokeOptions options)
public static Output<GetBlobObjectResult> getBlobObject(GetBlobObjectArgs args, InvokeOptions options)
fn::invoke:
function: vercel:index/getBlobObject:getBlobObject
arguments:
# arguments dictionarydata "vercel_get_blob_object" "name" {
# arguments
}The following arguments are supported:
getBlobObject Result
The following output properties are available:
- Cache
Control string - The full Cache-Control header stored on the Blob object.
- Cache
Control intMax Age - The cache max-age, in seconds, stored on the Blob object.
- Content
Disposition string - The content disposition returned for the Blob object.
- Content
Type string - The content type stored on the Blob object.
- Download
Url string - The Blob object URL with download semantics enabled.
- Etag string
- The current ETag for the Blob object.
- Id string
- The unique identifier for this Blob object. Format:
store_id/pathname. - Pathname string
- The pathname of the Blob object within the store.
- Size int
- The size of the Blob object in bytes.
- Store
Id string - The ID of the Blob store that contains the object.
- Team
Id string - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- Uploaded
At string - The timestamp at which the Blob object was uploaded.
- Url string
- The canonical URL for the Blob object.
- Cache
Control string - The full Cache-Control header stored on the Blob object.
- Cache
Control intMax Age - The cache max-age, in seconds, stored on the Blob object.
- Content
Disposition string - The content disposition returned for the Blob object.
- Content
Type string - The content type stored on the Blob object.
- Download
Url string - The Blob object URL with download semantics enabled.
- Etag string
- The current ETag for the Blob object.
- Id string
- The unique identifier for this Blob object. Format:
store_id/pathname. - Pathname string
- The pathname of the Blob object within the store.
- Size int
- The size of the Blob object in bytes.
- Store
Id string - The ID of the Blob store that contains the object.
- Team
Id string - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- Uploaded
At string - The timestamp at which the Blob object was uploaded.
- Url string
- The canonical URL for the Blob object.
- cache_
control string - The full Cache-Control header stored on the Blob object.
- cache_
control_ numbermax_ age - The cache max-age, in seconds, stored on the Blob object.
- content_
disposition string - The content disposition returned for the Blob object.
- content_
type string - The content type stored on the Blob object.
- download_
url string - The Blob object URL with download semantics enabled.
- etag string
- The current ETag for the Blob object.
- id string
- The unique identifier for this Blob object. Format:
store_id/pathname. - pathname string
- The pathname of the Blob object within the store.
- size number
- The size of the Blob object in bytes.
- store_
id string - The ID of the Blob store that contains the object.
- team_
id string - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- uploaded_
at string - The timestamp at which the Blob object was uploaded.
- url string
- The canonical URL for the Blob object.
- cache
Control String - The full Cache-Control header stored on the Blob object.
- cache
Control IntegerMax Age - The cache max-age, in seconds, stored on the Blob object.
- content
Disposition String - The content disposition returned for the Blob object.
- content
Type String - The content type stored on the Blob object.
- download
Url String - The Blob object URL with download semantics enabled.
- etag String
- The current ETag for the Blob object.
- id String
- The unique identifier for this Blob object. Format:
store_id/pathname. - pathname String
- The pathname of the Blob object within the store.
- size Integer
- The size of the Blob object in bytes.
- store
Id String - The ID of the Blob store that contains the object.
- team
Id String - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- uploaded
At String - The timestamp at which the Blob object was uploaded.
- url String
- The canonical URL for the Blob object.
- cache
Control string - The full Cache-Control header stored on the Blob object.
- cache
Control numberMax Age - The cache max-age, in seconds, stored on the Blob object.
- content
Disposition string - The content disposition returned for the Blob object.
- content
Type string - The content type stored on the Blob object.
- download
Url string - The Blob object URL with download semantics enabled.
- etag string
- The current ETag for the Blob object.
- id string
- The unique identifier for this Blob object. Format:
store_id/pathname. - pathname string
- The pathname of the Blob object within the store.
- size number
- The size of the Blob object in bytes.
- store
Id string - The ID of the Blob store that contains the object.
- team
Id string - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- uploaded
At string - The timestamp at which the Blob object was uploaded.
- url string
- The canonical URL for the Blob object.
- cache_
control str - The full Cache-Control header stored on the Blob object.
- cache_
control_ intmax_ age - The cache max-age, in seconds, stored on the Blob object.
- content_
disposition str - The content disposition returned for the Blob object.
- content_
type str - The content type stored on the Blob object.
- download_
url str - The Blob object URL with download semantics enabled.
- etag str
- The current ETag for the Blob object.
- id str
- The unique identifier for this Blob object. Format:
store_id/pathname. - pathname str
- The pathname of the Blob object within the store.
- size int
- The size of the Blob object in bytes.
- store_
id str - The ID of the Blob store that contains the object.
- team_
id str - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- uploaded_
at str - The timestamp at which the Blob object was uploaded.
- url str
- The canonical URL for the Blob object.
- cache
Control String - The full Cache-Control header stored on the Blob object.
- cache
Control NumberMax Age - The cache max-age, in seconds, stored on the Blob object.
- content
Disposition String - The content disposition returned for the Blob object.
- content
Type String - The content type stored on the Blob object.
- download
Url String - The Blob object URL with download semantics enabled.
- etag String
- The current ETag for the Blob object.
- id String
- The unique identifier for this Blob object. Format:
store_id/pathname. - pathname String
- The pathname of the Blob object within the store.
- size Number
- The size of the Blob object in bytes.
- store
Id String - The ID of the Blob store that contains the object.
- team
Id String - The ID of the team that owns the Blob store. Required when configuring a team resource if a default team has not been set in the provider.
- uploaded
At String - The timestamp at which the Blob object was uploaded.
- url String
- The canonical URL for the Blob object.
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