1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vefaas
  6. getTimer
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
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 dictionary

    The 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:

    CreationTime string
    Timer trigger creation time
    Crontab string
    Timer trigger time, formatted as a crontab expression
    Description string
    Timer trigger remarks
    EnableConcurrency bool
    Allow timer trigger concurrency; true means concurrency is allowed
    Enabled bool
    Timer trigger enabled; true means enabled
    FunctionId string
    Function ID
    Id string
    Uniquely identifies the resource.
    LastUpdateTime string
    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
    TimerId string
    Timer trigger ID
    CreationTime string
    Timer trigger creation time
    Crontab string
    Timer trigger time, formatted as a crontab expression
    Description string
    Timer trigger remarks
    EnableConcurrency bool
    Allow timer trigger concurrency; true means concurrency is allowed
    Enabled bool
    Timer trigger enabled; true means enabled
    FunctionId string
    Function ID
    Id string
    Uniquely identifies the resource.
    LastUpdateTime string
    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
    TimerId string
    Timer trigger ID
    creationTime String
    Timer trigger creation time
    crontab String
    Timer trigger time, formatted as a crontab expression
    description String
    Timer trigger remarks
    enableConcurrency Boolean
    Allow timer trigger concurrency; true means concurrency is allowed
    enabled Boolean
    Timer trigger enabled; true means enabled
    functionId String
    Function ID
    id String
    Uniquely identifies the resource.
    lastUpdateTime String
    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
    timerId String
    Timer trigger ID
    creationTime string
    Timer trigger creation time
    crontab string
    Timer trigger time, formatted as a crontab expression
    description string
    Timer trigger remarks
    enableConcurrency boolean
    Allow timer trigger concurrency; true means concurrency is allowed
    enabled boolean
    Timer trigger enabled; true means enabled
    functionId string
    Function ID
    id string
    Uniquely identifies the resource.
    lastUpdateTime string
    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
    timerId 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_time str
    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
    creationTime String
    Timer trigger creation time
    crontab String
    Timer trigger time, formatted as a crontab expression
    description String
    Timer trigger remarks
    enableConcurrency Boolean
    Allow timer trigger concurrency; true means concurrency is allowed
    enabled Boolean
    Timer trigger enabled; true means enabled
    functionId String
    Function ID
    id String
    Uniquely identifies the resource.
    lastUpdateTime String
    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
    timerId String
    Timer trigger ID

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.