Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
Use this data source to query detailed information of vefaas releases
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.vefaas.getReleases({
functionId: "g79asxxx",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.vefaas.get_releases(function_id="g79asxxx")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/vefaas"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vefaas.GetReleases(ctx, &vefaas.GetReleasesArgs{
FunctionId: "g79asxxx",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Vefaas.GetReleases.Invoke(new()
{
FunctionId = "g79asxxx",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.vefaas.VefaasFunctions;
import com.pulumi.volcengine.vefaas.inputs.GetReleasesArgs;
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 foo = VefaasFunctions.getReleases(GetReleasesArgs.builder()
.functionId("g79asxxx")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:vefaas:getReleases
Arguments:
functionId: g79asxxx
Using getReleases
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 getReleases(args: GetReleasesArgs, opts?: InvokeOptions): Promise<GetReleasesResult>
function getReleasesOutput(args: GetReleasesOutputArgs, opts?: InvokeOptions): Output<GetReleasesResult>def get_releases(filters: Optional[Sequence[GetReleasesFilter]] = None,
function_id: Optional[str] = None,
name_regex: Optional[str] = None,
order_bies: Optional[Sequence[GetReleasesOrderBy]] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReleasesResult
def get_releases_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetReleasesFilterArgs]]]] = None,
function_id: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
order_bies: Optional[pulumi.Input[Sequence[pulumi.Input[GetReleasesOrderByArgs]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReleasesResult]func GetReleases(ctx *Context, args *GetReleasesArgs, opts ...InvokeOption) (*GetReleasesResult, error)
func GetReleasesOutput(ctx *Context, args *GetReleasesOutputArgs, opts ...InvokeOption) GetReleasesResultOutput> Note: This function is named GetReleases in the Go SDK.
public static class GetReleases
{
public static Task<GetReleasesResult> InvokeAsync(GetReleasesArgs args, InvokeOptions? opts = null)
public static Output<GetReleasesResult> Invoke(GetReleasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReleasesResult> getReleases(GetReleasesArgs args, InvokeOptions options)
public static Output<GetReleasesResult> getReleases(GetReleasesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:vefaas/getReleases:getReleases
arguments:
# arguments dictionaryThe following arguments are supported:
- Function
Id string - The ID of Function.
- Filters
List<Get
Releases Filter> - Query the filtering conditions.
- Name
Regex string - A Name Regex of Resource.
- Order
Bies List<GetReleases Order By> - Query the sorting parameters.
- Output
File string - File name where to save data source results.
- Function
Id string - The ID of Function.
- Filters
[]Get
Releases Filter - Query the filtering conditions.
- Name
Regex string - A Name Regex of Resource.
- Order
Bies []GetReleases Order By - Query the sorting parameters.
- Output
File string - File name where to save data source results.
- function
Id String - The ID of Function.
- filters
List<Get
Releases Filter> - Query the filtering conditions.
- name
Regex String - A Name Regex of Resource.
- order
Bies List<GetReleases Order By> - Query the sorting parameters.
- output
File String - File name where to save data source results.
- function
Id string - The ID of Function.
- filters
Get
Releases Filter[] - Query the filtering conditions.
- name
Regex string - A Name Regex of Resource.
- order
Bies GetReleases Order By[] - Query the sorting parameters.
- output
File string - File name where to save data source results.
- function_
id str - The ID of Function.
- filters
Sequence[Get
Releases Filter] - Query the filtering conditions.
- name_
regex str - A Name Regex of Resource.
- order_
bies Sequence[GetReleases Order By] - Query the sorting parameters.
- output_
file str - File name where to save data source results.
- function
Id String - The ID of Function.
- filters List<Property Map>
- Query the filtering conditions.
- name
Regex String - A Name Regex of Resource.
- order
Bies List<Property Map> - Query the sorting parameters.
- output
File String - File name where to save data source results.
getReleases Result
The following output properties are available:
- Function
Id string - The ID of Function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Releases Item> - The list of function publication records.
- Total
Count int - The total count of query.
- Filters
List<Get
Releases Filter> - Name
Regex string - Order
Bies List<GetReleases Order By> - Output
File string
- Function
Id string - The ID of Function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Releases Item - The list of function publication records.
- Total
Count int - The total count of query.
- Filters
[]Get
Releases Filter - Name
Regex string - Order
Bies []GetReleases Order By - Output
File string
- function
Id String - The ID of Function.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Releases Item> - The list of function publication records.
- total
Count Integer - The total count of query.
- filters
List<Get
Releases Filter> - name
Regex String - order
Bies List<GetReleases Order By> - output
File String
- function
Id string - The ID of Function.
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Releases Item[] - The list of function publication records.
- total
Count number - The total count of query.
- filters
Get
Releases Filter[] - name
Regex string - order
Bies GetReleases Order By[] - output
File string
- function_
id str - The ID of Function.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Releases Item] - The list of function publication records.
- total_
count int - The total count of query.
- filters
Sequence[Get
Releases Filter] - name_
regex str - order_
bies Sequence[GetReleases Order By] - output_
file str
- function
Id String - The ID of Function.
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- The list of function publication records.
- total
Count Number - The total count of query.
- filters List<Property Map>
- name
Regex String - order
Bies List<Property Map> - output
File String
Supporting Types
GetReleasesFilter
GetReleasesItem
- Creation
Time string - The create time of the published information.
- Description string
- The description of the published information.
- Finish
Time string - Finish time.
- Function
Id string - The ID of Function.
- Id string
- The ID of function release.
- Last
Update stringTime - The last update time of the published information.
- Source
Revision intNumber - The historical version numbers released.
- Status string
- The status of function release.
- Target
Revision intNumber - The target version number released.
- Creation
Time string - The create time of the published information.
- Description string
- The description of the published information.
- Finish
Time string - Finish time.
- Function
Id string - The ID of Function.
- Id string
- The ID of function release.
- Last
Update stringTime - The last update time of the published information.
- Source
Revision intNumber - The historical version numbers released.
- Status string
- The status of function release.
- Target
Revision intNumber - The target version number released.
- creation
Time String - The create time of the published information.
- description String
- The description of the published information.
- finish
Time String - Finish time.
- function
Id String - The ID of Function.
- id String
- The ID of function release.
- last
Update StringTime - The last update time of the published information.
- source
Revision IntegerNumber - The historical version numbers released.
- status String
- The status of function release.
- target
Revision IntegerNumber - The target version number released.
- creation
Time string - The create time of the published information.
- description string
- The description of the published information.
- finish
Time string - Finish time.
- function
Id string - The ID of Function.
- id string
- The ID of function release.
- last
Update stringTime - The last update time of the published information.
- source
Revision numberNumber - The historical version numbers released.
- status string
- The status of function release.
- target
Revision numberNumber - The target version number released.
- creation_
time str - The create time of the published information.
- description str
- The description of the published information.
- finish_
time str - Finish time.
- function_
id str - The ID of Function.
- id str
- The ID of function release.
- last_
update_ strtime - The last update time of the published information.
- source_
revision_ intnumber - The historical version numbers released.
- status str
- The status of function release.
- target_
revision_ intnumber - The target version number released.
- creation
Time String - The create time of the published information.
- description String
- The description of the published information.
- finish
Time String - Finish time.
- function
Id String - The ID of Function.
- id String
- The ID of function release.
- last
Update StringTime - The last update time of the published information.
- source
Revision NumberNumber - The historical version numbers released.
- status String
- The status of function release.
- target
Revision NumberNumber - The target version number released.
GetReleasesOrderBy
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.38 published on Friday, Oct 31, 2025 by Volcengine
