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::ECS::Invocation
Using getInvocation
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 getInvocation(args: GetInvocationArgs, opts?: InvokeOptions): Promise<GetInvocationResult>
function getInvocationOutput(args: GetInvocationOutputArgs, opts?: InvokeOptions): Output<GetInvocationResult>def get_invocation(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInvocationResult
def get_invocation_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInvocationResult]func LookupInvocation(ctx *Context, args *LookupInvocationArgs, opts ...InvokeOption) (*LookupInvocationResult, error)
func LookupInvocationOutput(ctx *Context, args *LookupInvocationOutputArgs, opts ...InvokeOption) LookupInvocationResultOutput> Note: This function is named LookupInvocation in the Go SDK.
public static class GetInvocation
{
public static Task<GetInvocationResult> InvokeAsync(GetInvocationArgs args, InvokeOptions? opts = null)
public static Output<GetInvocationResult> Invoke(GetInvocationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInvocationResult> getInvocation(GetInvocationArgs args, InvokeOptions options)
public static Output<GetInvocationResult> getInvocation(GetInvocationArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:ecs/getInvocation:getInvocation
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.
getInvocation Result
The following output properties are available:
- Command
Content string - Command content.
- Command
Description string - Description of the invoked command.
- Command
Id string - Command ID.
- Command
Name string - Command name when the task is triggered.
- Command
Provider string - Provider of the invoked command.
- Command
Type string - Command type triggered by the job.
- Enable
Parameter bool - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- End
Time string - Task end time.
- Frequency string
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- Id string
- Uniquely identifies the resource.
- Instance
Ids List<string> - Instance ID list, supports up to 200 IDs.
- Instance
Number int - Number of instances executed.
- Invocation
Description string - Job description. Defaults to an empty string and must not exceed 256 characters.
- Invocation
Id string - Task execution ID.
- Invocation
Name string - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- Invocation
Results List<Volcengine.Get Invocation Invocation Result> - Result of command execution on a single instance.
- Invocation
Status string - Overall execution status of the command.
- Launch
Time string - Execution time.
- Parameter
Definitions List<Volcengine.Get Invocation Parameter Definition> - Custom parameter definition for the command triggered by the task.
- Parameters string
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- Project
Name string - Project to which the resource belongs; each resource can belong to only one project.
- Recurrence
End stringTime - Cycle end time, applicable only to periodic tasks (Rate).
- Repeat
Mode string - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- Start
Time string - Task start time.
-
List<Volcengine.
Get Invocation Tag> - Tag key-value pair.
- Timeout int
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- Username string
- User name for executing the command in the ECS instance.
- Windows
Password string - Password for custom Windows user.
- Working
Dir string - Directory where the created command runs in the ECS instance.
- Command
Content string - Command content.
- Command
Description string - Description of the invoked command.
- Command
Id string - Command ID.
- Command
Name string - Command name when the task is triggered.
- Command
Provider string - Provider of the invoked command.
- Command
Type string - Command type triggered by the job.
- Enable
Parameter bool - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- End
Time string - Task end time.
- Frequency string
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- Id string
- Uniquely identifies the resource.
- Instance
Ids []string - Instance ID list, supports up to 200 IDs.
- Instance
Number int - Number of instances executed.
- Invocation
Description string - Job description. Defaults to an empty string and must not exceed 256 characters.
- Invocation
Id string - Task execution ID.
- Invocation
Name string - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- Invocation
Results []GetInvocation Invocation Result - Result of command execution on a single instance.
- Invocation
Status string - Overall execution status of the command.
- Launch
Time string - Execution time.
- Parameter
Definitions []GetInvocation Parameter Definition - Custom parameter definition for the command triggered by the task.
- Parameters string
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- Project
Name string - Project to which the resource belongs; each resource can belong to only one project.
- Recurrence
End stringTime - Cycle end time, applicable only to periodic tasks (Rate).
- Repeat
Mode string - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- Start
Time string - Task start time.
-
[]Get
Invocation Tag - Tag key-value pair.
- Timeout int
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- Username string
- User name for executing the command in the ECS instance.
- Windows
Password string - Password for custom Windows user.
- Working
Dir string - Directory where the created command runs in the ECS instance.
- command
Content String - Command content.
- command
Description String - Description of the invoked command.
- command
Id String - Command ID.
- command
Name String - Command name when the task is triggered.
- command
Provider String - Provider of the invoked command.
- command
Type String - Command type triggered by the job.
- enable
Parameter Boolean - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- end
Time String - Task end time.
- frequency String
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- id String
- Uniquely identifies the resource.
- instance
Ids List<String> - Instance ID list, supports up to 200 IDs.
- instance
Number Integer - Number of instances executed.
- invocation
Description String - Job description. Defaults to an empty string and must not exceed 256 characters.
- invocation
Id String - Task execution ID.
- invocation
Name String - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- invocation
Results List<GetInvocation Invocation Result> - Result of command execution on a single instance.
- invocation
Status String - Overall execution status of the command.
- launch
Time String - Execution time.
- parameter
Definitions List<GetInvocation Parameter Definition> - Custom parameter definition for the command triggered by the task.
- parameters String
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- project
Name String - Project to which the resource belongs; each resource can belong to only one project.
- recurrence
End StringTime - Cycle end time, applicable only to periodic tasks (Rate).
- repeat
Mode String - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- start
Time String - Task start time.
-
List<Get
Invocation Tag> - Tag key-value pair.
- timeout Integer
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- username String
- User name for executing the command in the ECS instance.
- windows
Password String - Password for custom Windows user.
- working
Dir String - Directory where the created command runs in the ECS instance.
- command
Content string - Command content.
- command
Description string - Description of the invoked command.
- command
Id string - Command ID.
- command
Name string - Command name when the task is triggered.
- command
Provider string - Provider of the invoked command.
- command
Type string - Command type triggered by the job.
- enable
Parameter boolean - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- end
Time string - Task end time.
- frequency string
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- id string
- Uniquely identifies the resource.
- instance
Ids string[] - Instance ID list, supports up to 200 IDs.
- instance
Number number - Number of instances executed.
- invocation
Description string - Job description. Defaults to an empty string and must not exceed 256 characters.
- invocation
Id string - Task execution ID.
- invocation
Name string - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- invocation
Results GetInvocation Invocation Result[] - Result of command execution on a single instance.
- invocation
Status string - Overall execution status of the command.
- launch
Time string - Execution time.
- parameter
Definitions GetInvocation Parameter Definition[] - Custom parameter definition for the command triggered by the task.
- parameters string
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- project
Name string - Project to which the resource belongs; each resource can belong to only one project.
- recurrence
End stringTime - Cycle end time, applicable only to periodic tasks (Rate).
- repeat
Mode string - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- start
Time string - Task start time.
-
Get
Invocation Tag[] - Tag key-value pair.
- timeout number
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- username string
- User name for executing the command in the ECS instance.
- windows
Password string - Password for custom Windows user.
- working
Dir string - Directory where the created command runs in the ECS instance.
- command_
content str - Command content.
- command_
description str - Description of the invoked command.
- command_
id str - Command ID.
- command_
name str - Command name when the task is triggered.
- command_
provider str - Provider of the invoked command.
- command_
type str - Command type triggered by the job.
- enable_
parameter bool - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- end_
time str - Task end time.
- frequency str
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- id str
- Uniquely identifies the resource.
- instance_
ids Sequence[str] - Instance ID list, supports up to 200 IDs.
- instance_
number int - Number of instances executed.
- invocation_
description str - Job description. Defaults to an empty string and must not exceed 256 characters.
- invocation_
id str - Task execution ID.
- invocation_
name str - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- invocation_
results Sequence[GetInvocation Invocation Result] - Result of command execution on a single instance.
- invocation_
status str - Overall execution status of the command.
- launch_
time str - Execution time.
- parameter_
definitions Sequence[GetInvocation Parameter Definition] - Custom parameter definition for the command triggered by the task.
- parameters str
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- project_
name str - Project to which the resource belongs; each resource can belong to only one project.
- recurrence_
end_ strtime - Cycle end time, applicable only to periodic tasks (Rate).
- repeat_
mode str - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- start_
time str - Task start time.
-
Sequence[Get
Invocation Tag] - Tag key-value pair.
- timeout int
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- username str
- User name for executing the command in the ECS instance.
- windows_
password str - Password for custom Windows user.
- working_
dir str - Directory where the created command runs in the ECS instance.
- command
Content String - Command content.
- command
Description String - Description of the invoked command.
- command
Id String - Command ID.
- command
Name String - Command name when the task is triggered.
- command
Provider String - Provider of the invoked command.
- command
Type String - Command type triggered by the job.
- enable
Parameter Boolean - Whether the invoked command uses custom parameters. true: enabled. false: not enabled.
- end
Time String - Task end time.
- frequency String
- Execution frequency. This parameter is required when RepeatMode=Rate. Format: \n\n\n\n. Interval units supported: minutes (5m–60m), hours (1h–24h), and days (1d–7d). The interval is based on a fixed frequency and is independent of the actual job execution time. After job creation, it executes once based on LaunchTime, and the next execution time is determined by the interval setting.
- id String
- Uniquely identifies the resource.
- instance
Ids List<String> - Instance ID list, supports up to 200 IDs.
- instance
Number Number - Number of instances executed.
- invocation
Description String - Job description. Defaults to an empty string and must not exceed 256 characters.
- invocation
Id String - Task execution ID.
- invocation
Name String - Job name. Maximum 64 characters. No restriction on special characters. Job names can be duplicated within the same region.
- invocation
Results List<Property Map> - Result of command execution on a single instance.
- invocation
Status String - Overall execution status of the command.
- launch
Time String - Execution time.
- parameter
Definitions List<Property Map> - Custom parameter definition for the command triggered by the task.
- parameters String
- When the command includes custom parameters, use this parameter to pass custom parameter key-value pairs. The number of custom parameters ranges from 0 to 60. Key cannot be an empty string and supports up to 64 characters. Value can be an empty string. The combined length of custom parameters and original command content after Base64 encoding must not exceed 16 KB. The set of custom parameter names must be a subset of the parameter set defined when creating the command. Default values are used for parameters not provided.
- project
Name String - Project to which the resource belongs; each resource can belong to only one project.
- recurrence
End StringTime - Cycle end time, applicable only to periodic tasks (Rate).
- repeat
Mode String - Set the command execution mode. Once: Default, executes the command immediately. Rate: Executes the command periodically; specify the execution cycle using the Frequency parameter and Rate expression. Fixed: Executes the command at a scheduled time; specify the execution time using the LaunchTime parameter.
- start
Time String - Task start time.
- List<Property Map>
- Tag key-value pair.
- timeout Number
- Maximum timeout for command execution in ECS instances, in seconds. Default: 60. Optional range: 30–86400.
- username String
- User name for executing the command in the ECS instance.
- windows
Password String - Password for custom Windows user.
- working
Dir String - Directory where the created command runs in the ECS instance.
Supporting Types
GetInvocationInvocationResult
- Command
Id string - Command ID.
- End
Time string - Command execution completion time.
- Error
Code string - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- Error
Message string - Error message for command execution failure.
- Exit
Code int - Exit status code after script execution.
- Instance
Id string - Instance ID.
- Invocation
Id string - Task execution ID.
- Invocation
Result stringId - Task execution result ID.
- Invocation
Result stringStatus - Command progress status for a single instance.
- Output string
- Output information after command execution, encoded in Base64.
- Start
Time string - Time when the command starts executing in the instance.
- Username string
- User name for executing the command in the instance.
- Command
Id string - Command ID.
- End
Time string - Command execution completion time.
- Error
Code string - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- Error
Message string - Error message for command execution failure.
- Exit
Code int - Exit status code after script execution.
- Instance
Id string - Instance ID.
- Invocation
Id string - Task execution ID.
- Invocation
Result stringId - Task execution result ID.
- Invocation
Result stringStatus - Command progress status for a single instance.
- Output string
- Output information after command execution, encoded in Base64.
- Start
Time string - Time when the command starts executing in the instance.
- Username string
- User name for executing the command in the instance.
- command
Id String - Command ID.
- end
Time String - Command execution completion time.
- error
Code String - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- error
Message String - Error message for command execution failure.
- exit
Code Integer - Exit status code after script execution.
- instance
Id String - Instance ID.
- invocation
Id String - Task execution ID.
- invocation
Result StringId - Task execution result ID.
- invocation
Result StringStatus - Command progress status for a single instance.
- output String
- Output information after command execution, encoded in Base64.
- start
Time String - Time when the command starts executing in the instance.
- username String
- User name for executing the command in the instance.
- command
Id string - Command ID.
- end
Time string - Command execution completion time.
- error
Code string - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- error
Message string - Error message for command execution failure.
- exit
Code number - Exit status code after script execution.
- instance
Id string - Instance ID.
- invocation
Id string - Task execution ID.
- invocation
Result stringId - Task execution result ID.
- invocation
Result stringStatus - Command progress status for a single instance.
- output string
- Output information after command execution, encoded in Base64.
- start
Time string - Time when the command starts executing in the instance.
- username string
- User name for executing the command in the instance.
- command_
id str - Command ID.
- end_
time str - Command execution completion time.
- error_
code str - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- error_
message str - Error message for command execution failure.
- exit_
code int - Exit status code after script execution.
- instance_
id str - Instance ID.
- invocation_
id str - Task execution ID.
- invocation_
result_ strid - Task execution result ID.
- invocation_
result_ strstatus - Command progress status for a single instance.
- output str
- Output information after command execution, encoded in Base64.
- start_
time str - Time when the command starts executing in the instance.
- username str
- User name for executing the command in the instance.
- command
Id String - Command ID.
- end
Time String - Command execution completion time.
- error
Code String - Error codes for command execution failure. TaskDeliveryTimeout: Indicates command delivery timeout. TaskExecutionTimeout: Indicates command execution timeout. TaskExecutionFailed: Indicates command execution failure.
- error
Message String - Error message for command execution failure.
- exit
Code Number - Exit status code after script execution.
- instance
Id String - Instance ID.
- invocation
Id String - Task execution ID.
- invocation
Result StringId - Task execution result ID.
- invocation
Result StringStatus - Command progress status for a single instance.
- output String
- Output information after command execution, encoded in Base64.
- start
Time String - Time when the command starts executing in the instance.
- username String
- User name for executing the command in the instance.
GetInvocationParameterDefinition
- Decimal
Precision int - Allowed number of decimal places for custom parameter values (numeric).
- Default
Value string - Default value for custom parameter.
- Max
Length int - Maximum length for custom parameter value (string).
- Max
Value string - Maximum value for custom parameter (numeric).
- Min
Length int - Minimum length for custom parameter values (string).
- Min
Value string - Minimum value for custom parameter (numeric).
- Name string
- Custom parameter name. Must be defined in the script using {{Param}}.
- Required bool
- Required. true: Required. false: Optional.
- Type string
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
- Decimal
Precision int - Allowed number of decimal places for custom parameter values (numeric).
- Default
Value string - Default value for custom parameter.
- Max
Length int - Maximum length for custom parameter value (string).
- Max
Value string - Maximum value for custom parameter (numeric).
- Min
Length int - Minimum length for custom parameter values (string).
- Min
Value string - Minimum value for custom parameter (numeric).
- Name string
- Custom parameter name. Must be defined in the script using {{Param}}.
- Required bool
- Required. true: Required. false: Optional.
- Type string
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
- decimal
Precision Integer - Allowed number of decimal places for custom parameter values (numeric).
- default
Value String - Default value for custom parameter.
- max
Length Integer - Maximum length for custom parameter value (string).
- max
Value String - Maximum value for custom parameter (numeric).
- min
Length Integer - Minimum length for custom parameter values (string).
- min
Value String - Minimum value for custom parameter (numeric).
- name String
- Custom parameter name. Must be defined in the script using {{Param}}.
- required Boolean
- Required. true: Required. false: Optional.
- type String
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
- decimal
Precision number - Allowed number of decimal places for custom parameter values (numeric).
- default
Value string - Default value for custom parameter.
- max
Length number - Maximum length for custom parameter value (string).
- max
Value string - Maximum value for custom parameter (numeric).
- min
Length number - Minimum length for custom parameter values (string).
- min
Value string - Minimum value for custom parameter (numeric).
- name string
- Custom parameter name. Must be defined in the script using {{Param}}.
- required boolean
- Required. true: Required. false: Optional.
- type string
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
- decimal_
precision int - Allowed number of decimal places for custom parameter values (numeric).
- default_
value str - Default value for custom parameter.
- max_
length int - Maximum length for custom parameter value (string).
- max_
value str - Maximum value for custom parameter (numeric).
- min_
length int - Minimum length for custom parameter values (string).
- min_
value str - Minimum value for custom parameter (numeric).
- name str
- Custom parameter name. Must be defined in the script using {{Param}}.
- required bool
- Required. true: Required. false: Optional.
- type str
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
- decimal
Precision Number - Allowed number of decimal places for custom parameter values (numeric).
- default
Value String - Default value for custom parameter.
- max
Length Number - Maximum length for custom parameter value (string).
- max
Value String - Maximum value for custom parameter (numeric).
- min
Length Number - Minimum length for custom parameter values (string).
- min
Value String - Minimum value for custom parameter (numeric).
- name String
- Custom parameter name. Must be defined in the script using {{Param}}.
- required Boolean
- Required. true: Required. false: Optional.
- type String
- Custom parameter type. String: Indicates custom parameter type is string. Digit: Indicates custom parameter type is numeric.
GetInvocationTag
- Key string
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- Value string
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
- Key string
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- Value string
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
- key String
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- value String
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
- key string
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- value string
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
- key str
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- value str
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
- key String
- Tag key for user tags. Naming rules: Cannot start with any combination of 'volc:' or 'sys:' in any case. Can only contain letters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
- value String
- User tag value. Naming rules: Only letters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty; length must be between 0 and 256 characters.
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
