Viewing docs for Volcengine v0.0.46
published on Friday, Feb 27, 2026 by Volcengine
published on Friday, Feb 27, 2026 by Volcengine
Viewing docs for Volcengine v0.0.46
published on Friday, Feb 27, 2026 by Volcengine
published on Friday, Feb 27, 2026 by Volcengine
Deprecated: volcengine.vefaas.Releases has been deprecated in favor of volcengine.vefaas.getReleases
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 Releases
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 releases(args: ReleasesArgs, opts?: InvokeOptions): Promise<ReleasesResult>
function releasesOutput(args: ReleasesOutputArgs, opts?: InvokeOptions): Output<ReleasesResult>def releases(filters: Optional[Sequence[ReleasesFilter]] = None,
function_id: Optional[str] = None,
name_regex: Optional[str] = None,
order_bies: Optional[Sequence[ReleasesOrderBy]] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ReleasesResult
def releases_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[ReleasesFilterArgs]]]] = None,
function_id: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
order_bies: Optional[pulumi.Input[Sequence[pulumi.Input[ReleasesOrderByArgs]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ReleasesResult]func Releases(ctx *Context, args *ReleasesArgs, opts ...InvokeOption) (*ReleasesResult, error)
func ReleasesOutput(ctx *Context, args *ReleasesOutputArgs, opts ...InvokeOption) ReleasesResultOutputpublic static class Releases
{
public static Task<ReleasesResult> InvokeAsync(ReleasesArgs args, InvokeOptions? opts = null)
public static Output<ReleasesResult> Invoke(ReleasesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ReleasesResult> releases(ReleasesArgs args, InvokeOptions options)
public static Output<ReleasesResult> releases(ReleasesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:vefaas:Releases
arguments:
# arguments dictionaryThe following arguments are supported:
- Function
Id string - The ID of Function.
- Filters
List<Releases
Filter> - Query the filtering conditions.
- Name
Regex string - A Name Regex of Resource.
- Order
Bies List<ReleasesOrder By> - Query the sorting parameters.
- Output
File string - File name where to save data source results.
- Function
Id string - The ID of Function.
- Filters
[]Releases
Filter - Query the filtering conditions.
- Name
Regex string - A Name Regex of Resource.
- Order
Bies []ReleasesOrder 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<Releases
Filter> - Query the filtering conditions.
- name
Regex String - A Name Regex of Resource.
- order
Bies List<ReleasesOrder By> - Query the sorting parameters.
- output
File String - File name where to save data source results.
- function
Id string - The ID of Function.
- filters
Releases
Filter[] - Query the filtering conditions.
- name
Regex string - A Name Regex of Resource.
- order
Bies ReleasesOrder 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[Releases
Filter] - Query the filtering conditions.
- name_
regex str - A Name Regex of Resource.
- order_
bies Sequence[ReleasesOrder 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.
Releases 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<Releases
Item> - The list of function publication records.
- Total
Count int - The total count of query.
- Filters
List<Releases
Filter> - Name
Regex string - Order
Bies List<ReleasesOrder By> - Output
File string
- Function
Id string - The ID of Function.
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Releases
Item - The list of function publication records.
- Total
Count int - The total count of query.
- Filters
[]Releases
Filter - Name
Regex string - Order
Bies []ReleasesOrder By - Output
File string
- function
Id String - The ID of Function.
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Releases
Item> - The list of function publication records.
- total
Count Integer - The total count of query.
- filters
List<Releases
Filter> - name
Regex String - order
Bies List<ReleasesOrder By> - output
File String
- function
Id string - The ID of Function.
- id string
- The provider-assigned unique ID for this managed resource.
- items
Releases
Item[] - The list of function publication records.
- total
Count number - The total count of query.
- filters
Releases
Filter[] - name
Regex string - order
Bies ReleasesOrder By[] - output
File string
- function_
id str - The ID of Function.
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Releases
Item] - The list of function publication records.
- total_
count int - The total count of query.
- filters
Sequence[Releases
Filter] - name_
regex str - order_
bies Sequence[ReleasesOrder 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
ReleasesFilter
ReleasesItem
- 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.
ReleasesOrderBy
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.46
published on Friday, Feb 27, 2026 by Volcengine
published on Friday, Feb 27, 2026 by Volcengine
