Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Using getGaiaShowTask
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 getGaiaShowTask(args: GetGaiaShowTaskArgs, opts?: InvokeOptions): Promise<GetGaiaShowTaskResult>
function getGaiaShowTaskOutput(args: GetGaiaShowTaskOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowTaskResult>def get_gaia_show_task(debug: Optional[bool] = None,
id: Optional[str] = None,
task_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetGaiaShowTaskResult
def get_gaia_show_task_output(debug: pulumi.Input[Optional[bool]] = None,
id: pulumi.Input[Optional[str]] = None,
task_ids: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowTaskResult]func GetGaiaShowTask(ctx *Context, args *GetGaiaShowTaskArgs, opts ...InvokeOption) (*GetGaiaShowTaskResult, error)
func GetGaiaShowTaskOutput(ctx *Context, args *GetGaiaShowTaskOutputArgs, opts ...InvokeOption) GetGaiaShowTaskResultOutput> Note: This function is named GetGaiaShowTask in the Go SDK.
public static class GetGaiaShowTask
{
public static Task<GetGaiaShowTaskResult> InvokeAsync(GetGaiaShowTaskArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowTaskResult> Invoke(GetGaiaShowTaskInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowTaskResult> getGaiaShowTask(GetGaiaShowTaskArgs args, InvokeOptions options)
public static Output<GetGaiaShowTaskResult> getGaiaShowTask(GetGaiaShowTaskArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowTask:getGaiaShowTask
arguments:
# arguments dictionarydata "checkpoint_getgaiashowtask" "name" {
# arguments
}The following arguments are supported:
getGaiaShowTask Result
The following output properties are available:
- Id string
- Task
Ids List<string> - Tasks
List<Get
Gaia Show Task Task> - Debug bool
- Id string
- Task
Ids []string - Tasks
[]Get
Gaia Show Task Task - Debug bool
- id string
- task_
ids list(string) - tasks list(object)
- debug bool
- id String
- task
Ids List<String> - tasks
List<Get
Gaia Show Task Task> - debug Boolean
- id string
- task
Ids string[] - tasks
Get
Gaia Show Task Task[] - debug boolean
- id str
- task_
ids Sequence[str] - tasks
Sequence[Get
Gaia Show Task Task] - debug bool
- id String
- task
Ids List<String> - tasks List<Property Map>
- debug Boolean
Supporting Types
GetGaiaShowTaskTask
- Execution
Time string - Last
Update List<GetTimes Gaia Show Task Task Last Update Time> - Progress
Description string - Progress
Percentage double - Start
Times List<GetGaia Show Task Task Start Time> - Status string
- Status
Code double - Task
Details List<string> - Task
Id string - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- Task
Name string - Time
Spent stringIn Queue
- Execution
Time string - Last
Update []GetTimes Gaia Show Task Task Last Update Time - Progress
Description string - Progress
Percentage float64 - Start
Times []GetGaia Show Task Task Start Time - Status string
- Status
Code float64 - Task
Details []string - Task
Id string - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- Task
Name string - Time
Spent stringIn Queue
- execution_
time string - last_
update_ list(object)times - progress_
description string - progress_
percentage number - start_
times list(object) - status string
- status_
code number - task_
details list(string) - task_
id string - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- task_
name string - time_
spent_ stringin_ queue
- execution
Time String - last
Update List<GetTimes Gaia Show Task Task Last Update Time> - progress
Description String - progress
Percentage Double - start
Times List<GetGaia Show Task Task Start Time> - status String
- status
Code Double - task
Details List<String> - task
Id String - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- task
Name String - time
Spent StringIn Queue
- execution
Time string - last
Update GetTimes Gaia Show Task Task Last Update Time[] - progress
Description string - progress
Percentage number - start
Times GetGaia Show Task Task Start Time[] - status string
- status
Code number - task
Details string[] - task
Id string - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- task
Name string - time
Spent stringIn Queue
- execution_
time str - last_
update_ Sequence[Gettimes Gaia Show Task Task Last Update Time] - progress_
description str - progress_
percentage float - start_
times Sequence[GetGaia Show Task Task Start Time] - status str
- status_
code float - task_
details Sequence[str] - task_
id str - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- task_
name str - time_
spent_ strin_ queue
- execution
Time String - last
Update List<Property Map>Times - progress
Description String - progress
Percentage Number - start
Times List<Property Map> - status String
- status
Code Number - task
Details List<String> - task
Id String - task id to show. expiration default time for task id is 1 day, after this time the task id will not be available task_id blocks are documented below.
- task
Name String - time
Spent StringIn Queue
GetGaiaShowTaskTaskLastUpdateTime
GetGaiaShowTaskTaskStartTime
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw