Using getQStashTopicV2
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 getQStashTopicV2(args: GetQStashTopicV2Args, opts?: InvokeOptions): Promise<GetQStashTopicV2Result>
function getQStashTopicV2Output(args: GetQStashTopicV2OutputArgs, opts?: InvokeOptions): Output<GetQStashTopicV2Result>def get_q_stash_topic_v2(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQStashTopicV2Result
def get_q_stash_topic_v2_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQStashTopicV2Result]func LookupQStashTopicV2(ctx *Context, args *LookupQStashTopicV2Args, opts ...InvokeOption) (*LookupQStashTopicV2Result, error)
func LookupQStashTopicV2Output(ctx *Context, args *LookupQStashTopicV2OutputArgs, opts ...InvokeOption) LookupQStashTopicV2ResultOutput> Note: This function is named LookupQStashTopicV2 in the Go SDK.
public static class GetQStashTopicV2
{
public static Task<GetQStashTopicV2Result> InvokeAsync(GetQStashTopicV2Args args, InvokeOptions? opts = null)
public static Output<GetQStashTopicV2Result> Invoke(GetQStashTopicV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetQStashTopicV2Result> getQStashTopicV2(GetQStashTopicV2Args args, InvokeOptions options)
public static Output<GetQStashTopicV2Result> getQStashTopicV2(GetQStashTopicV2Args args, InvokeOptions options)
fn::invoke:
function: upstash:index/getQStashTopicV2:getQStashTopicV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getQStashTopicV2 Result
The following output properties are available:
- created_
at int - endpoints Sequence[str]
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- updated_
at int
Package Details
- Repository
- upstash upstash/pulumi-upstash
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
upstashTerraform Provider.
