1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. CssPullStreamTask
tencentcloud 1.81.188 published on Monday, Apr 28, 2025 by tencentcloudstack

tencentcloud.CssPullStreamTask

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.188 published on Monday, Apr 28, 2025 by tencentcloudstack

    Provides a resource to create a css pull_stream_task

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const pullStreamTask = new tencentcloud.CssPullStreamTask("pullStreamTask", {
        appName: "app_name",
        comment: "comment.",
        domainName: "domain_name",
        endTime: "2022-11-16T22:09:28Z",
        operator: "admin",
        sourceType: "source_type",
        sourceUrls: ["source_urls"],
        startTime: "2022-11-16T22:09:28Z",
        streamName: "stream_name",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    pull_stream_task = tencentcloud.CssPullStreamTask("pullStreamTask",
        app_name="app_name",
        comment="comment.",
        domain_name="domain_name",
        end_time="2022-11-16T22:09:28Z",
        operator="admin",
        source_type="source_type",
        source_urls=["source_urls"],
        start_time="2022-11-16T22:09:28Z",
        stream_name="stream_name")
    
    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.NewCssPullStreamTask(ctx, "pullStreamTask", &tencentcloud.CssPullStreamTaskArgs{
    			AppName:    pulumi.String("app_name"),
    			Comment:    pulumi.String("comment."),
    			DomainName: pulumi.String("domain_name"),
    			EndTime:    pulumi.String("2022-11-16T22:09:28Z"),
    			Operator:   pulumi.String("admin"),
    			SourceType: pulumi.String("source_type"),
    			SourceUrls: pulumi.StringArray{
    				pulumi.String("source_urls"),
    			},
    			StartTime:  pulumi.String("2022-11-16T22:09:28Z"),
    			StreamName: pulumi.String("stream_name"),
    		})
    		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 pullStreamTask = new Tencentcloud.CssPullStreamTask("pullStreamTask", new()
        {
            AppName = "app_name",
            Comment = "comment.",
            DomainName = "domain_name",
            EndTime = "2022-11-16T22:09:28Z",
            Operator = "admin",
            SourceType = "source_type",
            SourceUrls = new[]
            {
                "source_urls",
            },
            StartTime = "2022-11-16T22:09:28Z",
            StreamName = "stream_name",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.CssPullStreamTask;
    import com.pulumi.tencentcloud.CssPullStreamTaskArgs;
    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) {
            var pullStreamTask = new CssPullStreamTask("pullStreamTask", CssPullStreamTaskArgs.builder()
                .appName("app_name")
                .comment("comment.")
                .domainName("domain_name")
                .endTime("2022-11-16T22:09:28Z")
                .operator("admin")
                .sourceType("source_type")
                .sourceUrls("source_urls")
                .startTime("2022-11-16T22:09:28Z")
                .streamName("stream_name")
                .build());
    
        }
    }
    
    resources:
      pullStreamTask:
        type: tencentcloud:CssPullStreamTask
        properties:
          appName: app_name
          comment: comment.
          domainName: domain_name
          endTime: 2022-11-16T22:09:28Z
          operator: admin
          sourceType: source_type
          sourceUrls:
            - source_urls
          startTime: 2022-11-16T22:09:28Z
          streamName: stream_name
    

    Create CssPullStreamTask Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CssPullStreamTask(name: string, args: CssPullStreamTaskArgs, opts?: CustomResourceOptions);
    @overload
    def CssPullStreamTask(resource_name: str,
                          args: CssPullStreamTaskArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def CssPullStreamTask(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          domain_name: Optional[str] = None,
                          stream_name: Optional[str] = None,
                          start_time: Optional[str] = None,
                          source_urls: Optional[Sequence[str]] = None,
                          source_type: Optional[str] = None,
                          app_name: Optional[str] = None,
                          end_time: Optional[str] = None,
                          comment: Optional[str] = None,
                          callback_url: Optional[str] = None,
                          extra_cmd: Optional[str] = None,
                          file_index: Optional[float] = None,
                          offset_time: Optional[float] = None,
                          operator: Optional[str] = None,
                          push_args: Optional[str] = None,
                          css_pull_stream_task_id: Optional[str] = None,
                          callback_events: Optional[Sequence[str]] = None,
                          backup_source_url: Optional[str] = None,
                          status: Optional[str] = None,
                          backup_source_type: Optional[str] = None,
                          to_url: Optional[str] = None,
                          vod_loop_times: Optional[float] = None,
                          vod_refresh_type: Optional[str] = None,
                          watermark_lists: Optional[Sequence[CssPullStreamTaskWatermarkListArgs]] = None)
    func NewCssPullStreamTask(ctx *Context, name string, args CssPullStreamTaskArgs, opts ...ResourceOption) (*CssPullStreamTask, error)
    public CssPullStreamTask(string name, CssPullStreamTaskArgs args, CustomResourceOptions? opts = null)
    public CssPullStreamTask(String name, CssPullStreamTaskArgs args)
    public CssPullStreamTask(String name, CssPullStreamTaskArgs args, CustomResourceOptions options)
    
    type: tencentcloud:CssPullStreamTask
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CssPullStreamTaskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CssPullStreamTaskArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CssPullStreamTaskArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CssPullStreamTaskArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CssPullStreamTaskArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CssPullStreamTask Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CssPullStreamTask resource accepts the following input properties:

    AppName string
    push app name.
    DomainName string
    push domain name.
    EndTime string
    task end time.
    SourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    SourceUrls List<string>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    StartTime string
    task begin time.
    StreamName string
    push stream name.
    BackupSourceType string
    backup pull source type.
    BackupSourceUrl string
    backup pull source.
    CallbackEvents List<string>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    CallbackUrl string
    task event callback url.
    Comment string
    desc for pull task.
    CssPullStreamTaskId string
    ID of the resource.
    ExtraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    FileIndex double
    task enable or disable.
    OffsetTime double
    task enable or disable.
    Operator string
    desc operator user name.
    PushArgs string
    other pushing args.
    Status string
    task enable or disable.
    ToUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    VodLoopTimes double
    loop time for vod.
    VodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    WatermarkLists List<CssPullStreamTaskWatermarkList>
    watermark list, max 4 setting.
    AppName string
    push app name.
    DomainName string
    push domain name.
    EndTime string
    task end time.
    SourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    SourceUrls []string
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    StartTime string
    task begin time.
    StreamName string
    push stream name.
    BackupSourceType string
    backup pull source type.
    BackupSourceUrl string
    backup pull source.
    CallbackEvents []string
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    CallbackUrl string
    task event callback url.
    Comment string
    desc for pull task.
    CssPullStreamTaskId string
    ID of the resource.
    ExtraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    FileIndex float64
    task enable or disable.
    OffsetTime float64
    task enable or disable.
    Operator string
    desc operator user name.
    PushArgs string
    other pushing args.
    Status string
    task enable or disable.
    ToUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    VodLoopTimes float64
    loop time for vod.
    VodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    WatermarkLists []CssPullStreamTaskWatermarkListArgs
    watermark list, max 4 setting.
    appName String
    push app name.
    domainName String
    push domain name.
    endTime String
    task end time.
    sourceType String
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls List<String>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime String
    task begin time.
    streamName String
    push stream name.
    backupSourceType String
    backup pull source type.
    backupSourceUrl String
    backup pull source.
    callbackEvents List<String>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl String
    task event callback url.
    comment String
    desc for pull task.
    cssPullStreamTaskId String
    ID of the resource.
    extraCmd String
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex Double
    task enable or disable.
    offsetTime Double
    task enable or disable.
    operator String
    desc operator user name.
    pushArgs String
    other pushing args.
    status String
    task enable or disable.
    toUrl String
    full target push url, DomainName, AppName, StreamName field must be empty.
    vodLoopTimes Double
    loop time for vod.
    vodRefreshType String
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists List<CssPullStreamTaskWatermarkList>
    watermark list, max 4 setting.
    appName string
    push app name.
    domainName string
    push domain name.
    endTime string
    task end time.
    sourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls string[]
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime string
    task begin time.
    streamName string
    push stream name.
    backupSourceType string
    backup pull source type.
    backupSourceUrl string
    backup pull source.
    callbackEvents string[]
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl string
    task event callback url.
    comment string
    desc for pull task.
    cssPullStreamTaskId string
    ID of the resource.
    extraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex number
    task enable or disable.
    offsetTime number
    task enable or disable.
    operator string
    desc operator user name.
    pushArgs string
    other pushing args.
    status string
    task enable or disable.
    toUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    vodLoopTimes number
    loop time for vod.
    vodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists CssPullStreamTaskWatermarkList[]
    watermark list, max 4 setting.
    app_name str
    push app name.
    domain_name str
    push domain name.
    end_time str
    task end time.
    source_type str
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    source_urls Sequence[str]
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    start_time str
    task begin time.
    stream_name str
    push stream name.
    backup_source_type str
    backup pull source type.
    backup_source_url str
    backup pull source.
    callback_events Sequence[str]
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callback_url str
    task event callback url.
    comment str
    desc for pull task.
    css_pull_stream_task_id str
    ID of the resource.
    extra_cmd str
    ignore_region for ignore the input region and reblance inside the server.
    file_index float
    task enable or disable.
    offset_time float
    task enable or disable.
    operator str
    desc operator user name.
    push_args str
    other pushing args.
    status str
    task enable or disable.
    to_url str
    full target push url, DomainName, AppName, StreamName field must be empty.
    vod_loop_times float
    loop time for vod.
    vod_refresh_type str
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermark_lists Sequence[CssPullStreamTaskWatermarkListArgs]
    watermark list, max 4 setting.
    appName String
    push app name.
    domainName String
    push domain name.
    endTime String
    task end time.
    sourceType String
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls List<String>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime String
    task begin time.
    streamName String
    push stream name.
    backupSourceType String
    backup pull source type.
    backupSourceUrl String
    backup pull source.
    callbackEvents List<String>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl String
    task event callback url.
    comment String
    desc for pull task.
    cssPullStreamTaskId String
    ID of the resource.
    extraCmd String
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex Number
    task enable or disable.
    offsetTime Number
    task enable or disable.
    operator String
    desc operator user name.
    pushArgs String
    other pushing args.
    status String
    task enable or disable.
    toUrl String
    full target push url, DomainName, AppName, StreamName field must be empty.
    vodLoopTimes Number
    loop time for vod.
    vodRefreshType String
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists List<Property Map>
    watermark list, max 4 setting.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CssPullStreamTask resource produces the following output properties:

    CreateBy string
    desc who create the task.
    CreateTime string
    create time.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    task run region.
    UpdateBy string
    desc who update the task.
    UpdateTime string
    update time.
    CreateBy string
    desc who create the task.
    CreateTime string
    create time.
    Id string
    The provider-assigned unique ID for this managed resource.
    Region string
    task run region.
    UpdateBy string
    desc who update the task.
    UpdateTime string
    update time.
    createBy String
    desc who create the task.
    createTime String
    create time.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    task run region.
    updateBy String
    desc who update the task.
    updateTime String
    update time.
    createBy string
    desc who create the task.
    createTime string
    create time.
    id string
    The provider-assigned unique ID for this managed resource.
    region string
    task run region.
    updateBy string
    desc who update the task.
    updateTime string
    update time.
    create_by str
    desc who create the task.
    create_time str
    create time.
    id str
    The provider-assigned unique ID for this managed resource.
    region str
    task run region.
    update_by str
    desc who update the task.
    update_time str
    update time.
    createBy String
    desc who create the task.
    createTime String
    create time.
    id String
    The provider-assigned unique ID for this managed resource.
    region String
    task run region.
    updateBy String
    desc who update the task.
    updateTime String
    update time.

    Look up Existing CssPullStreamTask Resource

    Get an existing CssPullStreamTask resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CssPullStreamTaskState, opts?: CustomResourceOptions): CssPullStreamTask
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            app_name: Optional[str] = None,
            backup_source_type: Optional[str] = None,
            backup_source_url: Optional[str] = None,
            callback_events: Optional[Sequence[str]] = None,
            callback_url: Optional[str] = None,
            comment: Optional[str] = None,
            create_by: Optional[str] = None,
            create_time: Optional[str] = None,
            css_pull_stream_task_id: Optional[str] = None,
            domain_name: Optional[str] = None,
            end_time: Optional[str] = None,
            extra_cmd: Optional[str] = None,
            file_index: Optional[float] = None,
            offset_time: Optional[float] = None,
            operator: Optional[str] = None,
            push_args: Optional[str] = None,
            region: Optional[str] = None,
            source_type: Optional[str] = None,
            source_urls: Optional[Sequence[str]] = None,
            start_time: Optional[str] = None,
            status: Optional[str] = None,
            stream_name: Optional[str] = None,
            to_url: Optional[str] = None,
            update_by: Optional[str] = None,
            update_time: Optional[str] = None,
            vod_loop_times: Optional[float] = None,
            vod_refresh_type: Optional[str] = None,
            watermark_lists: Optional[Sequence[CssPullStreamTaskWatermarkListArgs]] = None) -> CssPullStreamTask
    func GetCssPullStreamTask(ctx *Context, name string, id IDInput, state *CssPullStreamTaskState, opts ...ResourceOption) (*CssPullStreamTask, error)
    public static CssPullStreamTask Get(string name, Input<string> id, CssPullStreamTaskState? state, CustomResourceOptions? opts = null)
    public static CssPullStreamTask get(String name, Output<String> id, CssPullStreamTaskState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:CssPullStreamTask    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AppName string
    push app name.
    BackupSourceType string
    backup pull source type.
    BackupSourceUrl string
    backup pull source.
    CallbackEvents List<string>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    CallbackUrl string
    task event callback url.
    Comment string
    desc for pull task.
    CreateBy string
    desc who create the task.
    CreateTime string
    create time.
    CssPullStreamTaskId string
    ID of the resource.
    DomainName string
    push domain name.
    EndTime string
    task end time.
    ExtraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    FileIndex double
    task enable or disable.
    OffsetTime double
    task enable or disable.
    Operator string
    desc operator user name.
    PushArgs string
    other pushing args.
    Region string
    task run region.
    SourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    SourceUrls List<string>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    StartTime string
    task begin time.
    Status string
    task enable or disable.
    StreamName string
    push stream name.
    ToUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    UpdateBy string
    desc who update the task.
    UpdateTime string
    update time.
    VodLoopTimes double
    loop time for vod.
    VodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    WatermarkLists List<CssPullStreamTaskWatermarkList>
    watermark list, max 4 setting.
    AppName string
    push app name.
    BackupSourceType string
    backup pull source type.
    BackupSourceUrl string
    backup pull source.
    CallbackEvents []string
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    CallbackUrl string
    task event callback url.
    Comment string
    desc for pull task.
    CreateBy string
    desc who create the task.
    CreateTime string
    create time.
    CssPullStreamTaskId string
    ID of the resource.
    DomainName string
    push domain name.
    EndTime string
    task end time.
    ExtraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    FileIndex float64
    task enable or disable.
    OffsetTime float64
    task enable or disable.
    Operator string
    desc operator user name.
    PushArgs string
    other pushing args.
    Region string
    task run region.
    SourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    SourceUrls []string
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    StartTime string
    task begin time.
    Status string
    task enable or disable.
    StreamName string
    push stream name.
    ToUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    UpdateBy string
    desc who update the task.
    UpdateTime string
    update time.
    VodLoopTimes float64
    loop time for vod.
    VodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    WatermarkLists []CssPullStreamTaskWatermarkListArgs
    watermark list, max 4 setting.
    appName String
    push app name.
    backupSourceType String
    backup pull source type.
    backupSourceUrl String
    backup pull source.
    callbackEvents List<String>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl String
    task event callback url.
    comment String
    desc for pull task.
    createBy String
    desc who create the task.
    createTime String
    create time.
    cssPullStreamTaskId String
    ID of the resource.
    domainName String
    push domain name.
    endTime String
    task end time.
    extraCmd String
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex Double
    task enable or disable.
    offsetTime Double
    task enable or disable.
    operator String
    desc operator user name.
    pushArgs String
    other pushing args.
    region String
    task run region.
    sourceType String
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls List<String>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime String
    task begin time.
    status String
    task enable or disable.
    streamName String
    push stream name.
    toUrl String
    full target push url, DomainName, AppName, StreamName field must be empty.
    updateBy String
    desc who update the task.
    updateTime String
    update time.
    vodLoopTimes Double
    loop time for vod.
    vodRefreshType String
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists List<CssPullStreamTaskWatermarkList>
    watermark list, max 4 setting.
    appName string
    push app name.
    backupSourceType string
    backup pull source type.
    backupSourceUrl string
    backup pull source.
    callbackEvents string[]
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl string
    task event callback url.
    comment string
    desc for pull task.
    createBy string
    desc who create the task.
    createTime string
    create time.
    cssPullStreamTaskId string
    ID of the resource.
    domainName string
    push domain name.
    endTime string
    task end time.
    extraCmd string
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex number
    task enable or disable.
    offsetTime number
    task enable or disable.
    operator string
    desc operator user name.
    pushArgs string
    other pushing args.
    region string
    task run region.
    sourceType string
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls string[]
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime string
    task begin time.
    status string
    task enable or disable.
    streamName string
    push stream name.
    toUrl string
    full target push url, DomainName, AppName, StreamName field must be empty.
    updateBy string
    desc who update the task.
    updateTime string
    update time.
    vodLoopTimes number
    loop time for vod.
    vodRefreshType string
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists CssPullStreamTaskWatermarkList[]
    watermark list, max 4 setting.
    app_name str
    push app name.
    backup_source_type str
    backup pull source type.
    backup_source_url str
    backup pull source.
    callback_events Sequence[str]
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callback_url str
    task event callback url.
    comment str
    desc for pull task.
    create_by str
    desc who create the task.
    create_time str
    create time.
    css_pull_stream_task_id str
    ID of the resource.
    domain_name str
    push domain name.
    end_time str
    task end time.
    extra_cmd str
    ignore_region for ignore the input region and reblance inside the server.
    file_index float
    task enable or disable.
    offset_time float
    task enable or disable.
    operator str
    desc operator user name.
    push_args str
    other pushing args.
    region str
    task run region.
    source_type str
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    source_urls Sequence[str]
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    start_time str
    task begin time.
    status str
    task enable or disable.
    stream_name str
    push stream name.
    to_url str
    full target push url, DomainName, AppName, StreamName field must be empty.
    update_by str
    desc who update the task.
    update_time str
    update time.
    vod_loop_times float
    loop time for vod.
    vod_refresh_type str
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermark_lists Sequence[CssPullStreamTaskWatermarkListArgs]
    watermark list, max 4 setting.
    appName String
    push app name.
    backupSourceType String
    backup pull source type.
    backupSourceUrl String
    backup pull source.
    callbackEvents List<String>
    defind the callback event you need, null for all. TaskStart, TaskExit, VodSourceFileStart, VodSourceFileFinish, ResetTaskConfig, PullFileUnstable, PushStreamUnstable, PullFileFailed, PushStreamFailed, FileEndEarly.
    callbackUrl String
    task event callback url.
    comment String
    desc for pull task.
    createBy String
    desc who create the task.
    createTime String
    create time.
    cssPullStreamTaskId String
    ID of the resource.
    domainName String
    push domain name.
    endTime String
    task end time.
    extraCmd String
    ignore_region for ignore the input region and reblance inside the server.
    fileIndex Number
    task enable or disable.
    offsetTime Number
    task enable or disable.
    operator String
    desc operator user name.
    pushArgs String
    other pushing args.
    region String
    task run region.
    sourceType String
    PullLivePushLive: SourceUrls live type, PullVodPushLive: SourceUrls vod type.
    sourceUrls List<String>
    Pull Source media, SourceType=PullLivePushLive only 1 value, SourceType=PullLivePushLive can input multi values.
    startTime String
    task begin time.
    status String
    task enable or disable.
    streamName String
    push stream name.
    toUrl String
    full target push url, DomainName, AppName, StreamName field must be empty.
    updateBy String
    desc who update the task.
    updateTime String
    update time.
    vodLoopTimes Number
    loop time for vod.
    vodRefreshType String
    vod refresh method. ImmediateNewSource: switch to new source at once, ContinueBreakPoint: switch to new source while old source finish.
    watermarkLists List<Property Map>
    watermark list, max 4 setting.

    Supporting Types

    CssPullStreamTaskWatermarkList, CssPullStreamTaskWatermarkListArgs

    Height double
    pic height.
    Location double
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    PictureUrl string
    watermark picture url.
    Width double
    pic width.
    XPosition double
    x position.
    YPosition double
    y position.
    Height float64
    pic height.
    Location float64
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    PictureUrl string
    watermark picture url.
    Width float64
    pic width.
    XPosition float64
    x position.
    YPosition float64
    y position.
    height Double
    pic height.
    location Double
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    pictureUrl String
    watermark picture url.
    width Double
    pic width.
    xPosition Double
    x position.
    yPosition Double
    y position.
    height number
    pic height.
    location number
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    pictureUrl string
    watermark picture url.
    width number
    pic width.
    xPosition number
    x position.
    yPosition number
    y position.
    height float
    pic height.
    location float
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    picture_url str
    watermark picture url.
    width float
    pic width.
    x_position float
    x position.
    y_position float
    y position.
    height Number
    pic height.
    location Number
    position type, 0:left top, 1:right top, 2:right bot, 3: left bot.
    pictureUrl String
    watermark picture url.
    width Number
    pic width.
    xPosition Number
    x position.
    yPosition Number
    y position.

    Import

    css pull_stream_task can be imported using the id, e.g.

    $ pulumi import tencentcloud:index/cssPullStreamTask:CssPullStreamTask pull_stream_task pullStreamTask_id
    

    To learn more about importing existing cloud resources, see Importing resources.

    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.188 published on Monday, Apr 28, 2025 by tencentcloudstack