Upstash v0.3.14 published on Friday, Aug 9, 2024 by Upstash
upstash.getQStashScheduleV2
Explore with Pulumi AI
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:
getQStashScheduleV2 Result
The following output properties are available:
- 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
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.