Upstash v0.5.0 published on Wednesday, Aug 27, 2025 by Upstash
upstash.getQStashSchedule
Explore with Pulumi AI
Using getQStashSchedule
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 getQStashSchedule(args: GetQStashScheduleArgs, opts?: InvokeOptions): Promise<GetQStashScheduleResult>
function getQStashScheduleOutput(args: GetQStashScheduleOutputArgs, opts?: InvokeOptions): Output<GetQStashScheduleResult>
def get_q_stash_schedule(schedule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQStashScheduleResult
def get_q_stash_schedule_output(schedule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQStashScheduleResult]
func LookupQStashSchedule(ctx *Context, args *LookupQStashScheduleArgs, opts ...InvokeOption) (*LookupQStashScheduleResult, error)
func LookupQStashScheduleOutput(ctx *Context, args *LookupQStashScheduleOutputArgs, opts ...InvokeOption) LookupQStashScheduleResultOutput
> Note: This function is named LookupQStashSchedule
in the Go SDK.
public static class GetQStashSchedule
{
public static Task<GetQStashScheduleResult> InvokeAsync(GetQStashScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetQStashScheduleResult> Invoke(GetQStashScheduleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetQStashScheduleResult> getQStashSchedule(GetQStashScheduleArgs args, InvokeOptions options)
public static Output<GetQStashScheduleResult> getQStashSchedule(GetQStashScheduleArgs args, InvokeOptions options)
fn::invoke:
function: upstash:index/getQStashSchedule:getQStashSchedule
arguments:
# arguments dictionary
The following arguments are supported:
- Schedule
Id string
- Schedule
Id string
- schedule
Id String
- schedule
Id string
- schedule_
id str
- schedule
Id String
getQStashSchedule Result
The following output properties are available:
- Body string
- Created
At int - Cron string
- Destination string
- Forward
Headers Dictionary<string, string> - Id string
- The provider-assigned unique ID for this managed resource.
- Not
Before int - Retries int
- Schedule
Id string
- Body string
- Created
At int - Cron string
- Destination string
- Forward
Headers map[string]string - Id string
- The provider-assigned unique ID for this managed resource.
- Not
Before int - Retries int
- Schedule
Id string
- body String
- created
At Integer - cron String
- destination String
- forward
Headers Map<String,String> - id String
- The provider-assigned unique ID for this managed resource.
- not
Before Integer - retries Integer
- schedule
Id String
- body string
- created
At number - cron string
- destination string
- forward
Headers {[key: string]: string} - id string
- The provider-assigned unique ID for this managed resource.
- not
Before number - retries number
- schedule
Id string
- body str
- created_
at int - cron str
- destination str
- forward_
headers Mapping[str, str] - id str
- The provider-assigned unique ID for this managed resource.
- not_
before int - retries int
- schedule_
id str
- body String
- created
At Number - cron String
- destination String
- forward
Headers Map<String> - id String
- The provider-assigned unique ID for this managed resource.
- not
Before Number - retries Number
- schedule
Id String
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstash
Terraform Provider.