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::Timer
Using getTimer
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 getTimer(args: GetTimerArgs, opts?: InvokeOptions): Promise<GetTimerResult>
function getTimerOutput(args: GetTimerOutputArgs, opts?: InvokeOptions): Output<GetTimerResult>def get_timer(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTimerResult
def get_timer_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTimerResult]func LookupTimer(ctx *Context, args *LookupTimerArgs, opts ...InvokeOption) (*LookupTimerResult, error)
func LookupTimerOutput(ctx *Context, args *LookupTimerOutputArgs, opts ...InvokeOption) LookupTimerResultOutput> Note: This function is named LookupTimer in the Go SDK.
public static class GetTimer
{
public static Task<GetTimerResult> InvokeAsync(GetTimerArgs args, InvokeOptions? opts = null)
public static Output<GetTimerResult> Invoke(GetTimerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTimerResult> getTimer(GetTimerArgs args, InvokeOptions options)
public static Output<GetTimerResult> getTimer(GetTimerArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vefaas/getTimer:getTimer
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.
getTimer Result
The following output properties are available:
- Creation
Time string - Timer trigger creation time
- Crontab string
- Timer trigger time, formatted as a crontab expression
- Description string
- Timer trigger remarks
- Enable
Concurrency bool - Allow timer trigger concurrency; true means concurrency is allowed
- Enabled bool
- Timer trigger enabled; true means enabled
- Function
Id string - Function ID
- Id string
- Uniquely identifies the resource.
- Last
Update stringTime - Timer trigger update time
- Name string
- Timer trigger name
- Payload string
- Payload sent by timer trigger, that is, the trigger message
- Retries int
- Timer trigger retry count
- Timer
Id string - Timer trigger ID
- Creation
Time string - Timer trigger creation time
- Crontab string
- Timer trigger time, formatted as a crontab expression
- Description string
- Timer trigger remarks
- Enable
Concurrency bool - Allow timer trigger concurrency; true means concurrency is allowed
- Enabled bool
- Timer trigger enabled; true means enabled
- Function
Id string - Function ID
- Id string
- Uniquely identifies the resource.
- Last
Update stringTime - Timer trigger update time
- Name string
- Timer trigger name
- Payload string
- Payload sent by timer trigger, that is, the trigger message
- Retries int
- Timer trigger retry count
- Timer
Id string - Timer trigger ID
- creation
Time String - Timer trigger creation time
- crontab String
- Timer trigger time, formatted as a crontab expression
- description String
- Timer trigger remarks
- enable
Concurrency Boolean - Allow timer trigger concurrency; true means concurrency is allowed
- enabled Boolean
- Timer trigger enabled; true means enabled
- function
Id String - Function ID
- id String
- Uniquely identifies the resource.
- last
Update StringTime - Timer trigger update time
- name String
- Timer trigger name
- payload String
- Payload sent by timer trigger, that is, the trigger message
- retries Integer
- Timer trigger retry count
- timer
Id String - Timer trigger ID
- creation
Time string - Timer trigger creation time
- crontab string
- Timer trigger time, formatted as a crontab expression
- description string
- Timer trigger remarks
- enable
Concurrency boolean - Allow timer trigger concurrency; true means concurrency is allowed
- enabled boolean
- Timer trigger enabled; true means enabled
- function
Id string - Function ID
- id string
- Uniquely identifies the resource.
- last
Update stringTime - Timer trigger update time
- name string
- Timer trigger name
- payload string
- Payload sent by timer trigger, that is, the trigger message
- retries number
- Timer trigger retry count
- timer
Id string - Timer trigger ID
- creation_
time str - Timer trigger creation time
- crontab str
- Timer trigger time, formatted as a crontab expression
- description str
- Timer trigger remarks
- enable_
concurrency bool - Allow timer trigger concurrency; true means concurrency is allowed
- enabled bool
- Timer trigger enabled; true means enabled
- function_
id str - Function ID
- id str
- Uniquely identifies the resource.
- last_
update_ strtime - Timer trigger update time
- name str
- Timer trigger name
- payload str
- Payload sent by timer trigger, that is, the trigger message
- retries int
- Timer trigger retry count
- timer_
id str - Timer trigger ID
- creation
Time String - Timer trigger creation time
- crontab String
- Timer trigger time, formatted as a crontab expression
- description String
- Timer trigger remarks
- enable
Concurrency Boolean - Allow timer trigger concurrency; true means concurrency is allowed
- enabled Boolean
- Timer trigger enabled; true means enabled
- function
Id String - Function ID
- id String
- Uniquely identifies the resource.
- last
Update StringTime - Timer trigger update time
- name String
- Timer trigger name
- payload String
- Payload sent by timer trigger, that is, the trigger message
- retries Number
- Timer trigger retry count
- timer
Id String - Timer trigger ID
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
