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 functions
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.vefaas.getFunctions({});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.vefaas.get_functions()
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.GetFunctions(ctx, nil, 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.GetFunctions.Invoke();
});
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.GetFunctionsArgs;
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.getFunctions();
}
}
variables:
foo:
fn::invoke:
Function: volcengine:vefaas:getFunctions
Arguments: {}
Using getFunctions
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 getFunctions(args: GetFunctionsArgs, opts?: InvokeOptions): Promise<GetFunctionsResult>
function getFunctionsOutput(args: GetFunctionsOutputArgs, opts?: InvokeOptions): Output<GetFunctionsResult>def get_functions(name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFunctionsResult
def get_functions_output(name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFunctionsResult]func GetFunctions(ctx *Context, args *GetFunctionsArgs, opts ...InvokeOption) (*GetFunctionsResult, error)
func GetFunctionsOutput(ctx *Context, args *GetFunctionsOutputArgs, opts ...InvokeOption) GetFunctionsResultOutput> Note: This function is named GetFunctions in the Go SDK.
public static class GetFunctions
{
public static Task<GetFunctionsResult> InvokeAsync(GetFunctionsArgs args, InvokeOptions? opts = null)
public static Output<GetFunctionsResult> Invoke(GetFunctionsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFunctionsResult> getFunctions(GetFunctionsArgs args, InvokeOptions options)
public static Output<GetFunctionsResult> getFunctions(GetFunctionsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:vefaas/getFunctions:getFunctions
arguments:
# arguments dictionaryThe following arguments are supported:
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
getFunctions Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Functions Item> - The collection of query.
- Total
Count int - The total count of query.
- Name
Regex string - Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Functions Item - The collection of query.
- Total
Count int - The total count of query.
- Name
Regex string - Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Functions Item> - The collection of query.
- total
Count Integer - The total count of query.
- name
Regex String - output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Functions Item[] - The collection of query.
- total
Count number - The total count of query.
- name
Regex string - output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Functions Item] - The collection of query.
- total_
count int - The total count of query.
- name_
regex str - output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
- The collection of query.
- total
Count Number - The total count of query.
- name
Regex String - output
File String
Supporting Types
GetFunctionsItem
- Code
Size int - The size of code package.
- Code
Size intLimit - Maximum code package size.
- Command string
- The custom startup command for the instance.
- Cpu
Strategy string - Function CPU charging policy.
- Creation
Time string - Creation time.
- Description string
- The description of Function.
- Envs
List<Get
Functions Item Env> - Function environment variable.
- Exclusive
Mode bool - Exclusive mode switch.
- Id string
- The ID of Function.
- Initializer
Sec int - Function to initialize timeout configuration.
- Instance
Type string - The instance type of the function instance.
- Last
Update stringTime - Update time.
- Max
Concurrency int - Maximum concurrency of a single instance.
- Memory
Mb int - Maximum memory for a single instance.
- Name string
- The name of Function.
- Nas
Storages List<GetFunctions Item Nas Storage> - The configuration of file storage NAS mount.
- Owner string
- The owner of Function.
- Port int
- Custom listening port for the instance.
- Request
Timeout int - Request timeout (in seconds).
- Runtime string
- The runtime of Function.
- Source
Location string - The source address of the code/image.
- Source
Type string - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
-
List<Get
Functions Item Tag> - Tags.
- Tls
Configs List<GetFunctions Item Tls Config> - Function log configuration.
- Tos
Mount List<GetConfigs Functions Item Tos Mount Config> - The configuration of Object Storage TOS mount.
- Triggers
Count int - The number of triggers for this Function.
- Vpc
Configs List<GetFunctions Item Vpc Config> - The configuration of VPC.
- Code
Size int - The size of code package.
- Code
Size intLimit - Maximum code package size.
- Command string
- The custom startup command for the instance.
- Cpu
Strategy string - Function CPU charging policy.
- Creation
Time string - Creation time.
- Description string
- The description of Function.
- Envs
[]Get
Functions Item Env - Function environment variable.
- Exclusive
Mode bool - Exclusive mode switch.
- Id string
- The ID of Function.
- Initializer
Sec int - Function to initialize timeout configuration.
- Instance
Type string - The instance type of the function instance.
- Last
Update stringTime - Update time.
- Max
Concurrency int - Maximum concurrency of a single instance.
- Memory
Mb int - Maximum memory for a single instance.
- Name string
- The name of Function.
- Nas
Storages []GetFunctions Item Nas Storage - The configuration of file storage NAS mount.
- Owner string
- The owner of Function.
- Port int
- Custom listening port for the instance.
- Request
Timeout int - Request timeout (in seconds).
- Runtime string
- The runtime of Function.
- Source
Location string - The source address of the code/image.
- Source
Type string - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
-
[]Get
Functions Item Tag - Tags.
- Tls
Configs []GetFunctions Item Tls Config - Function log configuration.
- Tos
Mount []GetConfigs Functions Item Tos Mount Config - The configuration of Object Storage TOS mount.
- Triggers
Count int - The number of triggers for this Function.
- Vpc
Configs []GetFunctions Item Vpc Config - The configuration of VPC.
- code
Size Integer - The size of code package.
- code
Size IntegerLimit - Maximum code package size.
- command String
- The custom startup command for the instance.
- cpu
Strategy String - Function CPU charging policy.
- creation
Time String - Creation time.
- description String
- The description of Function.
- envs
List<Get
Functions Item Env> - Function environment variable.
- exclusive
Mode Boolean - Exclusive mode switch.
- id String
- The ID of Function.
- initializer
Sec Integer - Function to initialize timeout configuration.
- instance
Type String - The instance type of the function instance.
- last
Update StringTime - Update time.
- max
Concurrency Integer - Maximum concurrency of a single instance.
- memory
Mb Integer - Maximum memory for a single instance.
- name String
- The name of Function.
- nas
Storages List<GetFunctions Item Nas Storage> - The configuration of file storage NAS mount.
- owner String
- The owner of Function.
- port Integer
- Custom listening port for the instance.
- request
Timeout Integer - Request timeout (in seconds).
- runtime String
- The runtime of Function.
- source
Location String - The source address of the code/image.
- source
Type String - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
-
List<Get
Functions Item Tag> - Tags.
- tls
Configs List<GetFunctions Item Tls Config> - Function log configuration.
- tos
Mount List<GetConfigs Functions Item Tos Mount Config> - The configuration of Object Storage TOS mount.
- triggers
Count Integer - The number of triggers for this Function.
- vpc
Configs List<GetFunctions Item Vpc Config> - The configuration of VPC.
- code
Size number - The size of code package.
- code
Size numberLimit - Maximum code package size.
- command string
- The custom startup command for the instance.
- cpu
Strategy string - Function CPU charging policy.
- creation
Time string - Creation time.
- description string
- The description of Function.
- envs
Get
Functions Item Env[] - Function environment variable.
- exclusive
Mode boolean - Exclusive mode switch.
- id string
- The ID of Function.
- initializer
Sec number - Function to initialize timeout configuration.
- instance
Type string - The instance type of the function instance.
- last
Update stringTime - Update time.
- max
Concurrency number - Maximum concurrency of a single instance.
- memory
Mb number - Maximum memory for a single instance.
- name string
- The name of Function.
- nas
Storages GetFunctions Item Nas Storage[] - The configuration of file storage NAS mount.
- owner string
- The owner of Function.
- port number
- Custom listening port for the instance.
- request
Timeout number - Request timeout (in seconds).
- runtime string
- The runtime of Function.
- source
Location string - The source address of the code/image.
- source
Type string - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
-
Get
Functions Item Tag[] - Tags.
- tls
Configs GetFunctions Item Tls Config[] - Function log configuration.
- tos
Mount GetConfigs Functions Item Tos Mount Config[] - The configuration of Object Storage TOS mount.
- triggers
Count number - The number of triggers for this Function.
- vpc
Configs GetFunctions Item Vpc Config[] - The configuration of VPC.
- code_
size int - The size of code package.
- code_
size_ intlimit - Maximum code package size.
- command str
- The custom startup command for the instance.
- cpu_
strategy str - Function CPU charging policy.
- creation_
time str - Creation time.
- description str
- The description of Function.
- envs
Sequence[Get
Functions Item Env] - Function environment variable.
- exclusive_
mode bool - Exclusive mode switch.
- id str
- The ID of Function.
- initializer_
sec int - Function to initialize timeout configuration.
- instance_
type str - The instance type of the function instance.
- last_
update_ strtime - Update time.
- max_
concurrency int - Maximum concurrency of a single instance.
- memory_
mb int - Maximum memory for a single instance.
- name str
- The name of Function.
- nas_
storages Sequence[GetFunctions Item Nas Storage] - The configuration of file storage NAS mount.
- owner str
- The owner of Function.
- port int
- Custom listening port for the instance.
- request_
timeout int - Request timeout (in seconds).
- runtime str
- The runtime of Function.
- source_
location str - The source address of the code/image.
- source_
type str - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
-
Sequence[Get
Functions Item Tag] - Tags.
- tls_
configs Sequence[GetFunctions Item Tls Config] - Function log configuration.
- tos_
mount_ Sequence[Getconfigs Functions Item Tos Mount Config] - The configuration of Object Storage TOS mount.
- triggers_
count int - The number of triggers for this Function.
- vpc_
configs Sequence[GetFunctions Item Vpc Config] - The configuration of VPC.
- code
Size Number - The size of code package.
- code
Size NumberLimit - Maximum code package size.
- command String
- The custom startup command for the instance.
- cpu
Strategy String - Function CPU charging policy.
- creation
Time String - Creation time.
- description String
- The description of Function.
- envs List<Property Map>
- Function environment variable.
- exclusive
Mode Boolean - Exclusive mode switch.
- id String
- The ID of Function.
- initializer
Sec Number - Function to initialize timeout configuration.
- instance
Type String - The instance type of the function instance.
- last
Update StringTime - Update time.
- max
Concurrency Number - Maximum concurrency of a single instance.
- memory
Mb Number - Maximum memory for a single instance.
- name String
- The name of Function.
- nas
Storages List<Property Map> - The configuration of file storage NAS mount.
- owner String
- The owner of Function.
- port Number
- Custom listening port for the instance.
- request
Timeout Number - Request timeout (in seconds).
- runtime String
- The runtime of Function.
- source
Location String - The source address of the code/image.
- source
Type String - Code Source type, supports tos, zip, image (whitelist accounts support native/v1 custom images).
- List<Property Map>
- Tags.
- tls
Configs List<Property Map> - Function log configuration.
- tos
Mount List<Property Map>Configs - The configuration of Object Storage TOS mount.
- triggers
Count Number - The number of triggers for this Function.
- vpc
Configs List<Property Map> - The configuration of VPC.
GetFunctionsItemEnv
GetFunctionsItemNasStorage
- Enable
Nas bool - Whether to enable NAS storage mounting.
- Nas
Configs List<GetFunctions Item Nas Storage Nas Config> - The configuration of NAS.
- Enable
Nas bool - Whether to enable NAS storage mounting.
- Nas
Configs []GetFunctions Item Nas Storage Nas Config - The configuration of NAS.
- enable
Nas Boolean - Whether to enable NAS storage mounting.
- nas
Configs List<GetFunctions Item Nas Storage Nas Config> - The configuration of NAS.
- enable
Nas boolean - Whether to enable NAS storage mounting.
- nas
Configs GetFunctions Item Nas Storage Nas Config[] - The configuration of NAS.
- enable_
nas bool - Whether to enable NAS storage mounting.
- nas_
configs Sequence[GetFunctions Item Nas Storage Nas Config] - The configuration of NAS.
- enable
Nas Boolean - Whether to enable NAS storage mounting.
- nas
Configs List<Property Map> - The configuration of NAS.
GetFunctionsItemNasStorageNasConfig
- File
System stringId - The ID of NAS file system.
- Gid int
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- Local
Mount stringPath - Function local mount directory.
- Mount
Point stringId - The ID of NAS mount point.
- Remote
Path string - Remote directory of the file system.
- Uid int
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
- File
System stringId - The ID of NAS file system.
- Gid int
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- Local
Mount stringPath - Function local mount directory.
- Mount
Point stringId - The ID of NAS mount point.
- Remote
Path string - Remote directory of the file system.
- Uid int
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
- file
System StringId - The ID of NAS file system.
- gid Integer
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- local
Mount StringPath - Function local mount directory.
- mount
Point StringId - The ID of NAS mount point.
- remote
Path String - Remote directory of the file system.
- uid Integer
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
- file
System stringId - The ID of NAS file system.
- gid number
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- local
Mount stringPath - Function local mount directory.
- mount
Point stringId - The ID of NAS mount point.
- remote
Path string - Remote directory of the file system.
- uid number
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
- file_
system_ strid - The ID of NAS file system.
- gid int
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- local_
mount_ strpath - Function local mount directory.
- mount_
point_ strid - The ID of NAS mount point.
- remote_
path str - Remote directory of the file system.
- uid int
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
- file
System StringId - The ID of NAS file system.
- gid Number
- User groups in the file system. Customization is not supported yet. If this parameter is provided, the parameter value is 1000 (consistent with the function run user gid).
- local
Mount StringPath - Function local mount directory.
- mount
Point StringId - The ID of NAS mount point.
- remote
Path String - Remote directory of the file system.
- uid Number
- Users in the file system do not support customization yet. If this parameter is provided, its value can only be 1000 (consistent with the function run user uid).
GetFunctionsItemTag
GetFunctionsItemTlsConfig
- Enable
Log bool - TLS log function switch.
- Tls
Project stringId - The project ID of TLS log topic.
- Tls
Topic stringId - The topic ID of TLS log topic.
- Enable
Log bool - TLS log function switch.
- Tls
Project stringId - The project ID of TLS log topic.
- Tls
Topic stringId - The topic ID of TLS log topic.
- enable
Log Boolean - TLS log function switch.
- tls
Project StringId - The project ID of TLS log topic.
- tls
Topic StringId - The topic ID of TLS log topic.
- enable
Log boolean - TLS log function switch.
- tls
Project stringId - The project ID of TLS log topic.
- tls
Topic stringId - The topic ID of TLS log topic.
- enable_
log bool - TLS log function switch.
- tls_
project_ strid - The project ID of TLS log topic.
- tls_
topic_ strid - The topic ID of TLS log topic.
- enable
Log Boolean - TLS log function switch.
- tls
Project StringId - The project ID of TLS log topic.
- tls
Topic StringId - The topic ID of TLS log topic.
GetFunctionsItemTosMountConfig
- Credentials
List<Get
Functions Item Tos Mount Config Credential> - After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- Enable
Tos bool - Whether to enable TOS storage mounting.
- Mount
Points List<GetFunctions Item Tos Mount Config Mount Point> - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
- Credentials
[]Get
Functions Item Tos Mount Config Credential - After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- Enable
Tos bool - Whether to enable TOS storage mounting.
- Mount
Points []GetFunctions Item Tos Mount Config Mount Point - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
- credentials
List<Get
Functions Item Tos Mount Config Credential> - After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- enable
Tos Boolean - Whether to enable TOS storage mounting.
- mount
Points List<GetFunctions Item Tos Mount Config Mount Point> - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
- credentials
Get
Functions Item Tos Mount Config Credential[] - After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- enable
Tos boolean - Whether to enable TOS storage mounting.
- mount
Points GetFunctions Item Tos Mount Config Mount Point[] - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
- credentials
Sequence[Get
Functions Item Tos Mount Config Credential] - After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- enable_
tos bool - Whether to enable TOS storage mounting.
- mount_
points Sequence[GetFunctions Item Tos Mount Config Mount Point] - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
- credentials List<Property Map>
- After enabling TOS, you need to provide an AKSK with access rights to the TOS domain name.
- enable
Tos Boolean - Whether to enable TOS storage mounting.
- mount
Points List<Property Map> - After enabling TOS, you need to provide a TOS storage configuration list, with a maximum of 5 items.
GetFunctionsItemTosMountConfigCredential
- Access
Key stringId - The AccessKey ID (AK) of the Volcano Engine account.
- Secret
Access stringKey - The Secret Access Key (SK) of the Volcano Engine account.
- Access
Key stringId - The AccessKey ID (AK) of the Volcano Engine account.
- Secret
Access stringKey - The Secret Access Key (SK) of the Volcano Engine account.
- access
Key StringId - The AccessKey ID (AK) of the Volcano Engine account.
- secret
Access StringKey - The Secret Access Key (SK) of the Volcano Engine account.
- access
Key stringId - The AccessKey ID (AK) of the Volcano Engine account.
- secret
Access stringKey - The Secret Access Key (SK) of the Volcano Engine account.
- access_
key_ strid - The AccessKey ID (AK) of the Volcano Engine account.
- secret_
access_ strkey - The Secret Access Key (SK) of the Volcano Engine account.
- access
Key StringId - The AccessKey ID (AK) of the Volcano Engine account.
- secret
Access StringKey - The Secret Access Key (SK) of the Volcano Engine account.
GetFunctionsItemTosMountConfigMountPoint
- Bucket
Name string - TOS bucket.
- Bucket
Path string - The mounted TOS Bucket path.
- Endpoint string
- TOS Access domain name.
- Local
Mount stringPath - Function local mount directory.
- Read
Only bool - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
- Bucket
Name string - TOS bucket.
- Bucket
Path string - The mounted TOS Bucket path.
- Endpoint string
- TOS Access domain name.
- Local
Mount stringPath - Function local mount directory.
- Read
Only bool - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
- bucket
Name String - TOS bucket.
- bucket
Path String - The mounted TOS Bucket path.
- endpoint String
- TOS Access domain name.
- local
Mount StringPath - Function local mount directory.
- read
Only Boolean - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
- bucket
Name string - TOS bucket.
- bucket
Path string - The mounted TOS Bucket path.
- endpoint string
- TOS Access domain name.
- local
Mount stringPath - Function local mount directory.
- read
Only boolean - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
- bucket_
name str - TOS bucket.
- bucket_
path str - The mounted TOS Bucket path.
- endpoint str
- TOS Access domain name.
- local_
mount_ strpath - Function local mount directory.
- read_
only bool - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
- bucket
Name String - TOS bucket.
- bucket
Path String - The mounted TOS Bucket path.
- endpoint String
- TOS Access domain name.
- local
Mount StringPath - Function local mount directory.
- read
Only Boolean - Function local directory access permissions. After mounting the TOS Bucket, whether the function local mount directory has read-only permissions.
GetFunctionsItemVpcConfig
- bool
- Function access to the public network switch.
- Enable
Vpc bool - Whether the function enables private network access.
- Security
Group List<string>Ids - The ID of security group.
- Subnet
Ids List<string> - The ID of subnet.
- Vpc
Id string - The ID of VPC.
- bool
- Function access to the public network switch.
- Enable
Vpc bool - Whether the function enables private network access.
- Security
Group []stringIds - The ID of security group.
- Subnet
Ids []string - The ID of subnet.
- Vpc
Id string - The ID of VPC.
- Boolean
- Function access to the public network switch.
- enable
Vpc Boolean - Whether the function enables private network access.
- security
Group List<String>Ids - The ID of security group.
- subnet
Ids List<String> - The ID of subnet.
- vpc
Id String - The ID of VPC.
- boolean
- Function access to the public network switch.
- enable
Vpc boolean - Whether the function enables private network access.
- security
Group string[]Ids - The ID of security group.
- subnet
Ids string[] - The ID of subnet.
- vpc
Id string - The ID of VPC.
- bool
- Function access to the public network switch.
- enable_
vpc bool - Whether the function enables private network access.
- security_
group_ Sequence[str]ids - The ID of security group.
- subnet_
ids Sequence[str] - The ID of subnet.
- vpc_
id str - The ID of VPC.
- Boolean
- Function access to the public network switch.
- enable
Vpc Boolean - Whether the function enables private network access.
- security
Group List<String>Ids - The ID of security group.
- subnet
Ids List<String> - The ID of subnet.
- vpc
Id String - The ID of VPC.
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
