1. Packages
  2. Upstash
  3. API Docs
  4. getQStashScheduleV2
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

upstash.getQStashScheduleV2

Explore with Pulumi AI

upstash logo
Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash

    Using getQStashScheduleV2

    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 getQStashScheduleV2(args: GetQStashScheduleV2Args, opts?: InvokeOptions): Promise<GetQStashScheduleV2Result>
    function getQStashScheduleV2Output(args: GetQStashScheduleV2OutputArgs, opts?: InvokeOptions): Output<GetQStashScheduleV2Result>
    def get_q_stash_schedule_v2(body: Optional[str] = None,
                                callback: Optional[str] = None,
                                delay: Optional[str] = None,
                                header: Optional[str] = None,
                                retries: Optional[int] = None,
                                schedule_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetQStashScheduleV2Result
    def get_q_stash_schedule_v2_output(body: Optional[pulumi.Input[str]] = None,
                                callback: Optional[pulumi.Input[str]] = None,
                                delay: Optional[pulumi.Input[str]] = None,
                                header: Optional[pulumi.Input[str]] = None,
                                retries: Optional[pulumi.Input[int]] = None,
                                schedule_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetQStashScheduleV2Result]
    func LookupQStashScheduleV2(ctx *Context, args *LookupQStashScheduleV2Args, opts ...InvokeOption) (*LookupQStashScheduleV2Result, error)
    func LookupQStashScheduleV2Output(ctx *Context, args *LookupQStashScheduleV2OutputArgs, opts ...InvokeOption) LookupQStashScheduleV2ResultOutput

    > Note: This function is named LookupQStashScheduleV2 in the Go SDK.

    public static class GetQStashScheduleV2 
    {
        public static Task<GetQStashScheduleV2Result> InvokeAsync(GetQStashScheduleV2Args args, InvokeOptions? opts = null)
        public static Output<GetQStashScheduleV2Result> Invoke(GetQStashScheduleV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetQStashScheduleV2Result> getQStashScheduleV2(GetQStashScheduleV2Args args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: upstash:index/getQStashScheduleV2:getQStashScheduleV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ScheduleId string
    Body string
    Callback string
    Delay string
    Header string
    Retries int
    ScheduleId string
    Body string
    Callback string
    Delay string
    Header string
    Retries int
    scheduleId String
    body String
    callback String
    delay String
    header String
    retries Integer
    scheduleId string
    body string
    callback string
    delay string
    header string
    retries number
    scheduleId String
    body String
    callback String
    delay String
    header String
    retries Number

    getQStashScheduleV2 Result

    The following output properties are available:

    CreatedAt int
    Cron string
    Destination string
    Id string
    The provider-assigned unique ID for this managed resource.
    Method string
    ScheduleId string
    Body string
    Callback string
    Delay string
    Header string
    Retries int
    CreatedAt int
    Cron string
    Destination string
    Id string
    The provider-assigned unique ID for this managed resource.
    Method string
    ScheduleId string
    Body string
    Callback string
    Delay string
    Header string
    Retries int
    createdAt Integer
    cron String
    destination String
    id String
    The provider-assigned unique ID for this managed resource.
    method String
    scheduleId String
    body String
    callback String
    delay String
    header String
    retries Integer
    createdAt number
    cron string
    destination string
    id string
    The provider-assigned unique ID for this managed resource.
    method string
    scheduleId string
    body string
    callback string
    delay string
    header string
    retries number
    created_at int
    cron str
    destination str
    id str
    The provider-assigned unique ID for this managed resource.
    method str
    schedule_id str
    body str
    callback str
    delay str
    header str
    retries int
    createdAt Number
    cron String
    destination String
    id String
    The provider-assigned unique ID for this managed resource.
    method String
    scheduleId String
    body String
    callback String
    delay String
    header String
    retries Number

    Package Details

    Repository
    upstash upstash/pulumi-upstash
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upstash Terraform Provider.
    upstash logo
    Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash