Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::VEFAAS::Sandbox
Using getSandbox
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 getSandbox(args: GetSandboxArgs, opts?: InvokeOptions): Promise<GetSandboxResult>
function getSandboxOutput(args: GetSandboxOutputArgs, opts?: InvokeOptions): Output<GetSandboxResult>def get_sandbox(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSandboxResult
def get_sandbox_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSandboxResult]func LookupSandbox(ctx *Context, args *LookupSandboxArgs, opts ...InvokeOption) (*LookupSandboxResult, error)
func LookupSandboxOutput(ctx *Context, args *LookupSandboxOutputArgs, opts ...InvokeOption) LookupSandboxResultOutput> Note: This function is named LookupSandbox in the Go SDK.
public static class GetSandbox
{
public static Task<GetSandboxResult> InvokeAsync(GetSandboxArgs args, InvokeOptions? opts = null)
public static Output<GetSandboxResult> Invoke(GetSandboxInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSandboxResult> getSandbox(GetSandboxArgs args, InvokeOptions options)
public static Output<GetSandboxResult> getSandbox(GetSandboxArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vefaas/getSandbox:getSandbox
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getSandbox Result
The following output properties are available:
- Availability
Zone string - Availability zone ID of the sandbox instance
- Cpu
Milli int - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- Created
Time string - Sandbox instance creation time.
- Envs
List<Volcengine.
Get Sandbox Env> - Sandbox instance environment variables
- Error
Code string - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- Error
Message string - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- Expire
At string - Sandbox instance uptime.
- Function
Id string - Sandbox application ID to which the sandbox instance belongs
- Id string
- Uniquely identifies the resource.
- Instance
Image Volcengine.Info Get Sandbox Instance Image Info - Sandbox instance image information, including image address, startup command, and listening port.
- Instance
Tos Volcengine.Mount Config Get Sandbox Instance Tos Mount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- Instance
Type string - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- Max
Concurrency int - Maximum concurrent requests per instance: range: 10~1000, default: 100
- Memory
Mb int - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- Metadatas
List<Volcengine.
Get Sandbox Metadata> - Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- Pending bool
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- Request
Timeout int - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- Revision
Number int - Function instance version number
- Sandbox
Id string - Sandbox instance ID
- Status string
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- Timeout int
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
- Availability
Zone string - Availability zone ID of the sandbox instance
- Cpu
Milli int - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- Created
Time string - Sandbox instance creation time.
- Envs
[]Get
Sandbox Env - Sandbox instance environment variables
- Error
Code string - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- Error
Message string - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- Expire
At string - Sandbox instance uptime.
- Function
Id string - Sandbox application ID to which the sandbox instance belongs
- Id string
- Uniquely identifies the resource.
- Instance
Image GetInfo Sandbox Instance Image Info - Sandbox instance image information, including image address, startup command, and listening port.
- Instance
Tos GetMount Config Sandbox Instance Tos Mount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- Instance
Type string - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- Max
Concurrency int - Maximum concurrent requests per instance: range: 10~1000, default: 100
- Memory
Mb int - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- Metadatas
[]Get
Sandbox Metadata - Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- Pending bool
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- Request
Timeout int - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- Revision
Number int - Function instance version number
- Sandbox
Id string - Sandbox instance ID
- Status string
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- Timeout int
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
- availability
Zone String - Availability zone ID of the sandbox instance
- cpu
Milli Integer - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- created
Time String - Sandbox instance creation time.
- envs
List<Get
Sandbox Env> - Sandbox instance environment variables
- error
Code String - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- error
Message String - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- expire
At String - Sandbox instance uptime.
- function
Id String - Sandbox application ID to which the sandbox instance belongs
- id String
- Uniquely identifies the resource.
- instance
Image GetInfo Sandbox Instance Image Info - Sandbox instance image information, including image address, startup command, and listening port.
- instance
Tos GetMount Config Sandbox Instance Tos Mount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- instance
Type String - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- max
Concurrency Integer - Maximum concurrent requests per instance: range: 10~1000, default: 100
- memory
Mb Integer - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- metadatas
List<Get
Sandbox Metadata> - Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- pending Boolean
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- request
Timeout Integer - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- revision
Number Integer - Function instance version number
- sandbox
Id String - Sandbox instance ID
- status String
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- timeout Integer
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
- availability
Zone string - Availability zone ID of the sandbox instance
- cpu
Milli number - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- created
Time string - Sandbox instance creation time.
- envs
Get
Sandbox Env[] - Sandbox instance environment variables
- error
Code string - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- error
Message string - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- expire
At string - Sandbox instance uptime.
- function
Id string - Sandbox application ID to which the sandbox instance belongs
- id string
- Uniquely identifies the resource.
- instance
Image GetInfo Sandbox Instance Image Info - Sandbox instance image information, including image address, startup command, and listening port.
- instance
Tos GetMount Config Sandbox Instance Tos Mount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- instance
Type string - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- max
Concurrency number - Maximum concurrent requests per instance: range: 10~1000, default: 100
- memory
Mb number - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- metadatas
Get
Sandbox Metadata[] - Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- pending boolean
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- request
Timeout number - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- revision
Number number - Function instance version number
- sandbox
Id string - Sandbox instance ID
- status string
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- timeout number
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
- availability_
zone str - Availability zone ID of the sandbox instance
- cpu_
milli int - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- created_
time str - Sandbox instance creation time.
- envs
Sequence[Get
Sandbox Env] - Sandbox instance environment variables
- error_
code str - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- error_
message str - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- expire_
at str - Sandbox instance uptime.
- function_
id str - Sandbox application ID to which the sandbox instance belongs
- id str
- Uniquely identifies the resource.
- instance_
image_ Getinfo Sandbox Instance Image Info - Sandbox instance image information, including image address, startup command, and listening port.
- instance_
tos_ Getmount_ config Sandbox Instance Tos Mount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- instance_
type str - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- max_
concurrency int - Maximum concurrent requests per instance: range: 10~1000, default: 100
- memory_
mb int - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- metadatas
Sequence[Get
Sandbox Metadata] - Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- pending bool
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- request_
timeout int - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- revision_
number int - Function instance version number
- sandbox_
id str - Sandbox instance ID
- status str
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- timeout int
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
- availability
Zone String - Availability zone ID of the sandbox instance
- cpu
Milli Number - Sandbox instance CPU specification: Unit: milli CPU, range: 250~16000, default: 1000
- created
Time String - Sandbox instance creation time.
- envs List<Property Map>
- Sandbox instance environment variables
- error
Code String - Sandbox instance startup failure error code. Parameter description: internalloadrequesterror: internal system error, functioninitializefailed: business process initialization error, functionhealthcheckfailed: health check error, route_terminating: route deletion in progress. This field is empty when the sandbox instance starts normally
- error
Message String - Details of the error code when the sandbox instance fails to start. This field is empty when the sandbox instance starts normally.
- expire
At String - Sandbox instance uptime.
- function
Id String - Sandbox application ID to which the sandbox instance belongs
- id String
- Uniquely identifies the resource.
- instance
Image Property MapInfo - Sandbox instance image information, including image address, startup command, and listening port.
- instance
Tos Property MapMount Config - Instance-level object storage (TOS) mount configuration for the sandbox instance
- instance
Type String - Sandbox instance type. Parameter description: elastic: elastic instance, frozen: frozen instance, activated: activated instance, reserved: reserved instance
- max
Concurrency Number - Maximum concurrent requests per instance: range: 10~1000, default: 100
- memory
Mb Number - Sandbox instance memory specification: Unit: MiB, range: 512~131072, default: 2048
- metadatas List<Property Map>
- Sandbox instance label metadata used to tag and filter instances. Format: <"key":"value">
- pending Boolean
- Whether the sandbox instance is in Pending status. Parameter description: true: yes, false: no
- request
Timeout Number - Request timeout: Unit: seconds, range: 1~900, positive integer. Default: 30
- revision
Number Number - Function instance version number
- sandbox
Id String - Sandbox instance ID
- status String
- Sandbox instance status. Parameter description: Starting: starting, Ready: startup completed, Failed: startup failed, Terminating: terminating
- timeout Number
- Sandbox instance lifespan: Unit: minutes, range: 3~1440, default: 60
Supporting Types
GetSandboxEnv
GetSandboxInstanceImageInfo
- Command string
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- Image string
- Preheated image address used by the sandbox instance
- Image
Id string - Pre-warmed image ID used by the sandbox instance.
- Port int
- Listening port of the sandbox instance image.
- Command string
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- Image string
- Preheated image address used by the sandbox instance
- Image
Id string - Pre-warmed image ID used by the sandbox instance.
- Port int
- Listening port of the sandbox instance image.
- command String
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- image String
- Preheated image address used by the sandbox instance
- image
Id String - Pre-warmed image ID used by the sandbox instance.
- port Integer
- Listening port of the sandbox instance image.
- command string
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- image string
- Preheated image address used by the sandbox instance
- image
Id string - Pre-warmed image ID used by the sandbox instance.
- port number
- Listening port of the sandbox instance image.
- command str
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- image str
- Preheated image address used by the sandbox instance
- image_
id str - Pre-warmed image ID used by the sandbox instance.
- port int
- Listening port of the sandbox instance image.
- command String
- Startup command for the sandbox instance program. To specify a script file, use an absolute path and ensure the script has executable permissions
- image String
- Preheated image address used by the sandbox instance
- image
Id String - Pre-warmed image ID used by the sandbox instance.
- port Number
- Listening port of the sandbox instance image.
GetSandboxInstanceTosMountConfig
- Enable bool
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- Tos
Mount List<Volcengine.Points Get Sandbox Instance Tos Mount Config Tos Mount Point> - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
- Enable bool
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- Tos
Mount []GetPoints Sandbox Instance Tos Mount Config Tos Mount Point - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
- enable Boolean
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- tos
Mount List<GetPoints Sandbox Instance Tos Mount Config Tos Mount Point> - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
- enable boolean
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- tos
Mount GetPoints Sandbox Instance Tos Mount Config Tos Mount Point[] - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
- enable bool
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- tos_
mount_ Sequence[Getpoints Sandbox Instance Tos Mount Config Tos Mount Point] - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
- enable Boolean
- Whether instance-level TOS mount is enabled for the sandbox instance. Parameter description: true: yes, false: no
- tos
Mount List<Property Map>Points - Detailed TOS mount directory information for sandbox instances with instance-level TOS mount enabled
GetSandboxInstanceTosMountConfigTosMountPoint
- Bucket
Path string - TOS remote directory mounted by the sandbox instance
- Local
Mount stringPath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
- Bucket
Path string - TOS remote directory mounted by the sandbox instance
- Local
Mount stringPath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
- bucket
Path String - TOS remote directory mounted by the sandbox instance
- local
Mount StringPath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
- bucket
Path string - TOS remote directory mounted by the sandbox instance
- local
Mount stringPath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
- bucket_
path str - TOS remote directory mounted by the sandbox instance
- local_
mount_ strpath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
- bucket
Path String - TOS remote directory mounted by the sandbox instance
- local
Mount StringPath - Local directory of the TOS bucket mounted by the sandbox instance. If this directory is the local directory configured for TOS storage mount in the sandbox application, the system modifies the corresponding TOS BucketPath based on the specified local directory
GetSandboxMetadata
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
