tencentcloud 1.82.36 published on Thursday, Nov 13, 2025 by tencentcloudstack
tencentcloud 1.82.36 published on Thursday, Nov 13, 2025 by tencentcloudstack
Use this data source to query detailed information of mps parse_live_stream_process_notification
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const parseLiveStreamProcessNotification = tencentcloud.getMpsParseLiveStreamProcessNotification({
content: "your_content",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
parse_live_stream_process_notification = tencentcloud.get_mps_parse_live_stream_process_notification(content="your_content")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetMpsParseLiveStreamProcessNotification(ctx, &tencentcloud.GetMpsParseLiveStreamProcessNotificationArgs{
Content: "your_content",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var parseLiveStreamProcessNotification = Tencentcloud.GetMpsParseLiveStreamProcessNotification.Invoke(new()
{
Content = "your_content",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetMpsParseLiveStreamProcessNotificationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var parseLiveStreamProcessNotification = TencentcloudFunctions.getMpsParseLiveStreamProcessNotification(GetMpsParseLiveStreamProcessNotificationArgs.builder()
.content("your_content")
.build());
}
}
variables:
parseLiveStreamProcessNotification:
fn::invoke:
function: tencentcloud:getMpsParseLiveStreamProcessNotification
arguments:
content: your_content
Using getMpsParseLiveStreamProcessNotification
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 getMpsParseLiveStreamProcessNotification(args: GetMpsParseLiveStreamProcessNotificationArgs, opts?: InvokeOptions): Promise<GetMpsParseLiveStreamProcessNotificationResult>
function getMpsParseLiveStreamProcessNotificationOutput(args: GetMpsParseLiveStreamProcessNotificationOutputArgs, opts?: InvokeOptions): Output<GetMpsParseLiveStreamProcessNotificationResult>def get_mps_parse_live_stream_process_notification(content: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMpsParseLiveStreamProcessNotificationResult
def get_mps_parse_live_stream_process_notification_output(content: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMpsParseLiveStreamProcessNotificationResult]func GetMpsParseLiveStreamProcessNotification(ctx *Context, args *GetMpsParseLiveStreamProcessNotificationArgs, opts ...InvokeOption) (*GetMpsParseLiveStreamProcessNotificationResult, error)
func GetMpsParseLiveStreamProcessNotificationOutput(ctx *Context, args *GetMpsParseLiveStreamProcessNotificationOutputArgs, opts ...InvokeOption) GetMpsParseLiveStreamProcessNotificationResultOutput> Note: This function is named GetMpsParseLiveStreamProcessNotification in the Go SDK.
public static class GetMpsParseLiveStreamProcessNotification
{
public static Task<GetMpsParseLiveStreamProcessNotificationResult> InvokeAsync(GetMpsParseLiveStreamProcessNotificationArgs args, InvokeOptions? opts = null)
public static Output<GetMpsParseLiveStreamProcessNotificationResult> Invoke(GetMpsParseLiveStreamProcessNotificationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMpsParseLiveStreamProcessNotificationResult> getMpsParseLiveStreamProcessNotification(GetMpsParseLiveStreamProcessNotificationArgs args, InvokeOptions options)
public static Output<GetMpsParseLiveStreamProcessNotificationResult> getMpsParseLiveStreamProcessNotification(GetMpsParseLiveStreamProcessNotificationArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMpsParseLiveStreamProcessNotification:getMpsParseLiveStreamProcessNotification
arguments:
# arguments dictionaryThe following arguments are supported:
- Content string
- Live stream event notification obtained from CMQ.
- Id string
- Result
Output stringFile - Used to save results.
- Content string
- Live stream event notification obtained from CMQ.
- Id string
- Result
Output stringFile - Used to save results.
- content String
- Live stream event notification obtained from CMQ.
- id String
- result
Output StringFile - Used to save results.
- content string
- Live stream event notification obtained from CMQ.
- id string
- result
Output stringFile - Used to save results.
- content str
- Live stream event notification obtained from CMQ.
- id str
- result_
output_ strfile - Used to save results.
- content String
- Live stream event notification obtained from CMQ.
- id String
- result
Output StringFile - Used to save results.
getMpsParseLiveStreamProcessNotification Result
The following output properties are available:
- Content string
- Id string
- Result
Output stringFile
- Content string
- Id string
- Result
Output stringFile
- content String
- id String
- result
Output StringFile
- content string
- id string
- result
Output stringFile
- content str
- id str
- result_
output_ strfile
- content String
- id String
- result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.36 published on Thursday, Nov 13, 2025 by tencentcloudstack
