1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getCssStreamMonitorList
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getCssStreamMonitorList

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of css stream_monitor_list

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const streamMonitorList = tencentcloud.getCssStreamMonitorList({});
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    stream_monitor_list = tencentcloud.get_css_stream_monitor_list()
    
    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.GetCssStreamMonitorList(ctx, &tencentcloud.GetCssStreamMonitorListArgs{}, 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 streamMonitorList = Tencentcloud.GetCssStreamMonitorList.Invoke();
    
    });
    
    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.GetCssStreamMonitorListArgs;
    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 streamMonitorList = TencentcloudFunctions.getCssStreamMonitorList();
    
        }
    }
    
    variables:
      streamMonitorList:
        fn::invoke:
          function: tencentcloud:getCssStreamMonitorList
          arguments: {}
    

    Using getCssStreamMonitorList

    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 getCssStreamMonitorList(args: GetCssStreamMonitorListArgs, opts?: InvokeOptions): Promise<GetCssStreamMonitorListResult>
    function getCssStreamMonitorListOutput(args: GetCssStreamMonitorListOutputArgs, opts?: InvokeOptions): Output<GetCssStreamMonitorListResult>
    def get_css_stream_monitor_list(id: Optional[str] = None,
                                    result_output_file: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCssStreamMonitorListResult
    def get_css_stream_monitor_list_output(id: Optional[pulumi.Input[str]] = None,
                                    result_output_file: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCssStreamMonitorListResult]
    func GetCssStreamMonitorList(ctx *Context, args *GetCssStreamMonitorListArgs, opts ...InvokeOption) (*GetCssStreamMonitorListResult, error)
    func GetCssStreamMonitorListOutput(ctx *Context, args *GetCssStreamMonitorListOutputArgs, opts ...InvokeOption) GetCssStreamMonitorListResultOutput

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

    public static class GetCssStreamMonitorList 
    {
        public static Task<GetCssStreamMonitorListResult> InvokeAsync(GetCssStreamMonitorListArgs args, InvokeOptions? opts = null)
        public static Output<GetCssStreamMonitorListResult> Invoke(GetCssStreamMonitorListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCssStreamMonitorListResult> getCssStreamMonitorList(GetCssStreamMonitorListArgs args, InvokeOptions options)
    public static Output<GetCssStreamMonitorListResult> getCssStreamMonitorList(GetCssStreamMonitorListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getCssStreamMonitorList:getCssStreamMonitorList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    ResultOutputFile string
    Used to save results.
    Id string
    ResultOutputFile string
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.
    id string
    resultOutputFile string
    Used to save results.
    id str
    result_output_file str
    Used to save results.
    id String
    resultOutputFile String
    Used to save results.

    getCssStreamMonitorList Result

    The following output properties are available:

    Id string
    LiveStreamMonitors List<GetCssStreamMonitorListLiveStreamMonitor>
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    ResultOutputFile string
    Id string
    LiveStreamMonitors []GetCssStreamMonitorListLiveStreamMonitor
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    ResultOutputFile string
    id String
    liveStreamMonitors List<GetCssStreamMonitorListLiveStreamMonitor>
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    resultOutputFile String
    id string
    liveStreamMonitors GetCssStreamMonitorListLiveStreamMonitor[]
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    resultOutputFile string
    id str
    live_stream_monitors Sequence[GetCssStreamMonitorListLiveStreamMonitor]
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    result_output_file str
    id String
    liveStreamMonitors List<Property Map>
    The list of live stream monitoring tasks.Note: This field may return null, indicating that no valid value is available.
    resultOutputFile String

    Supporting Types

    GetCssStreamMonitorListLiveStreamMonitor

    AiAsrInputIndexLists List<double>
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    AiFormatDiagnose double
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    AiOcrInputIndexLists List<double>
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    AllowMonitorReport double
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    AsrLanguage double
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    AudibleInputIndexLists List<double>
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    CheckStreamBroken double
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    CheckStreamLowFrameRate double
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    CreateTime double
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    InputLists List<GetCssStreamMonitorListLiveStreamMonitorInputList>
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    MonitorId string
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    MonitorName string
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    NotifyPolicies List<GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy>
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    OcrLanguage double
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    OutputInfos List<GetCssStreamMonitorListLiveStreamMonitorOutputInfo>
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    StartTime double
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    Status double
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    StopTime double
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    UpdateTime double
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    AiAsrInputIndexLists []float64
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    AiFormatDiagnose float64
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    AiOcrInputIndexLists []float64
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    AllowMonitorReport float64
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    AsrLanguage float64
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    AudibleInputIndexLists []float64
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    CheckStreamBroken float64
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    CheckStreamLowFrameRate float64
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    CreateTime float64
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    InputLists []GetCssStreamMonitorListLiveStreamMonitorInputList
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    MonitorId string
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    MonitorName string
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    NotifyPolicies []GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    OcrLanguage float64
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    OutputInfos []GetCssStreamMonitorListLiveStreamMonitorOutputInfo
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    StartTime float64
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    Status float64
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    StopTime float64
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    UpdateTime float64
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    aiAsrInputIndexLists List<Double>
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    aiFormatDiagnose Double
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    aiOcrInputIndexLists List<Double>
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    allowMonitorReport Double
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    asrLanguage Double
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    audibleInputIndexLists List<Double>
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    checkStreamBroken Double
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    checkStreamLowFrameRate Double
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    createTime Double
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    inputLists List<GetCssStreamMonitorListLiveStreamMonitorInputList>
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    monitorId String
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    monitorName String
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    notifyPolicies List<GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy>
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    ocrLanguage Double
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    outputInfos List<GetCssStreamMonitorListLiveStreamMonitorOutputInfo>
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    startTime Double
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    status Double
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    stopTime Double
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    updateTime Double
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    aiAsrInputIndexLists number[]
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    aiFormatDiagnose number
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    aiOcrInputIndexLists number[]
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    allowMonitorReport number
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    asrLanguage number
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    audibleInputIndexLists number[]
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    checkStreamBroken number
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    checkStreamLowFrameRate number
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    createTime number
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    inputLists GetCssStreamMonitorListLiveStreamMonitorInputList[]
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    monitorId string
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    monitorName string
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    notifyPolicies GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy[]
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    ocrLanguage number
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    outputInfos GetCssStreamMonitorListLiveStreamMonitorOutputInfo[]
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    startTime number
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    status number
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    stopTime number
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    updateTime number
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    ai_asr_input_index_lists Sequence[float]
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    ai_format_diagnose float
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    ai_ocr_input_index_lists Sequence[float]
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    allow_monitor_report float
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    asr_language float
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    audible_input_index_lists Sequence[float]
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    check_stream_broken float
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    check_stream_low_frame_rate float
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    create_time float
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    input_lists Sequence[GetCssStreamMonitorListLiveStreamMonitorInputList]
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    monitor_id str
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    monitor_name str
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    notify_policies Sequence[GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy]
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    ocr_language float
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    output_infos Sequence[GetCssStreamMonitorListLiveStreamMonitorOutputInfo]
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    start_time float
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    status float
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    stop_time float
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    update_time float
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    aiAsrInputIndexLists List<Number>
    The list of input indices for enabling intelligent speech recognition.Note: This field may return null, indicating that no valid value is available.
    aiFormatDiagnose Number
    Whether to enable format diagnosis. Note: This field may return null, indicating that no valid value is available.
    aiOcrInputIndexLists List<Number>
    The list of input indices for enabling intelligent text recognition.Note: This field may return null, indicating that no valid value is available.
    allowMonitorReport Number
    Whether to store monitoring events in the monitoring report and allow querying of the monitoring report.Note: This field may return null, indicating that no valid value is available.
    asrLanguage Number
    The language for intelligent speech recognition:0: Disabled1: Chinese2: English3: Japanese4: KoreanNote: This field may return null, indicating that no valid value is available.
    audibleInputIndexLists List<Number>
    The list of input indices for the output audio.Note: This field may return null, indicating that no valid value is available.
    checkStreamBroken Number
    Whether to enable stream disconnection detection.Note: This field may return null, indicating that no valid value is available.
    checkStreamLowFrameRate Number
    Whether to enable low frame rate detection.Note: This field may return null, indicating that no valid value is available.
    createTime Number
    The creation time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    inputLists List<Property Map>
    The input stream information for the monitoring task.Note: This field may return null, indicating that no valid value is available.
    monitorId String
    Monitoring task ID.Note: This field may return null, indicating that no valid value is available.
    monitorName String
    Monitoring task name. Up to 128 bytes.Note: This field may return null, indicating that no valid value is available.
    notifyPolicies List<Property Map>
    The notification policy for monitoring events.Note: This field may return null, indicating that no valid value is available.
    ocrLanguage Number
    The language for intelligent text recognition:0: Disabled1: Chinese and EnglishNote: This field may return null, indicating that no valid value is available.
    outputInfos List<Property Map>
    Monitoring task output information.Note: This field may return null, indicating that no valid value is available.
    startTime Number
    The last start time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    status Number
    The status of the monitoring task. 0: Represents idle. 1: Represents monitoring in progress.Note: This field may return null, indicating that no valid value is available.
    stopTime Number
    The last stop time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.
    updateTime Number
    The update time of the monitoring task, in Unix timestamp format.Note: This field may return null, indicating that no valid value is available.

    GetCssStreamMonitorListLiveStreamMonitorInputList

    Description string
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    InputApp string
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    InputDomain string
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    InputStreamName string
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    InputUrl string
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.
    Description string
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    InputApp string
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    InputDomain string
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    InputStreamName string
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    InputUrl string
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.
    description String
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    inputApp String
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputDomain String
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    inputStreamName String
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputUrl String
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.
    description string
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    inputApp string
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputDomain string
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    inputStreamName string
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputUrl string
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.
    description str
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    input_app str
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    input_domain str
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    input_stream_name str
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    input_url str
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.
    description String
    Description of the monitoring task.It should be within 256 bytes.Note: This field may return null, indicating that no valid value is available.
    inputApp String
    The push path for the input stream to be monitored.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputDomain String
    The push domain for the input stream to be monitored.It should be within 128 bytes and can only be filled with an enabled push domain.Note: This field may return null, indicating that no valid value is available.
    inputStreamName String
    The name of the input stream for the monitoring task.It should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    inputUrl String
    The push URL for the input stream to be monitored. In most cases, this parameter is not required.Note: This field may return null, indicating that no valid value is available.

    GetCssStreamMonitorListLiveStreamMonitorNotifyPolicy

    CallbackUrl string
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    NotifyPolicyType double
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.
    CallbackUrl string
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    NotifyPolicyType float64
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.
    callbackUrl String
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    notifyPolicyType Double
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.
    callbackUrl string
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    notifyPolicyType number
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.
    callback_url str
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    notify_policy_type float
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.
    callbackUrl String
    The callback URL for notifications. It should be of length [0,512] and only support URLs with the http and https types.Note: This field may return null, indicating that no valid value is available.
    notifyPolicyType Number
    The type of notification policy: Range [0,1] 0: Represents no notification policy is used. 1: Represents the use of a global callback policy, where all events are notified to the CallbackUrl.Note: This field may return null, indicating that no valid value is available.

    GetCssStreamMonitorListLiveStreamMonitorOutputInfo

    OutputApp string
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    OutputDomain string
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    OutputStreamHeight double
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    OutputStreamName string
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    OutputStreamWidth double
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    OutputApp string
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    OutputDomain string
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    OutputStreamHeight float64
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    OutputStreamName string
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    OutputStreamWidth float64
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputApp String
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputDomain String
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    outputStreamHeight Double
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputStreamName String
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputStreamWidth Double
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputApp string
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputDomain string
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    outputStreamHeight number
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputStreamName string
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputStreamWidth number
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    output_app str
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    output_domain str
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    output_stream_height float
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    output_stream_name str
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    output_stream_width float
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputApp String
    The playback path for the monitoring task.It should be within 32 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputDomain String
    The playback domain for the monitoring task.It should be within 128 bytes and can only be filled with an enabled playback domain.Note: This field may return null, indicating that no valid value is available.
    outputStreamHeight Number
    The height of the output stream in pixels for the monitoring task. The range is [1, 1080]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.
    outputStreamName String
    The name of the output stream for the monitoring task.If not specified, the system will generate a name automatically.The name should be within 256 bytes and can only contain letters, numbers, -, _, and . characters.Note: This field may return null, indicating that no valid value is available.
    outputStreamWidth Number
    The width of the output stream in pixels for the monitoring task. The range is [1, 1920]. It is recommended to be at least 100 pixels.Note: This field may return null, indicating that no valid value is available.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack