1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. VodSuperPlayerConfig
Viewing docs for tencentcloud 1.82.83
published on Friday, Apr 3, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.82.83
published on Friday, Apr 3, 2026 by tencentcloudstack

    Create VodSuperPlayerConfig Resource

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

    Constructor syntax

    new VodSuperPlayerConfig(name: string, args?: VodSuperPlayerConfigArgs, opts?: CustomResourceOptions);
    @overload
    def VodSuperPlayerConfig(resource_name: str,
                             args: Optional[VodSuperPlayerConfigArgs] = None,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def VodSuperPlayerConfig(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             adaptive_dynamic_streaming_definition: Optional[str] = None,
                             comment: Optional[str] = None,
                             domain: Optional[str] = None,
                             drm_streaming_info: Optional[VodSuperPlayerConfigDrmStreamingInfoArgs] = None,
                             drm_switch: Optional[bool] = None,
                             image_sprite_definition: Optional[str] = None,
                             name: Optional[str] = None,
                             resolution_names: Optional[Sequence[VodSuperPlayerConfigResolutionNameArgs]] = None,
                             scheme: Optional[str] = None,
                             sub_app_id: Optional[float] = None,
                             vod_super_player_config_id: Optional[str] = None)
    func NewVodSuperPlayerConfig(ctx *Context, name string, args *VodSuperPlayerConfigArgs, opts ...ResourceOption) (*VodSuperPlayerConfig, error)
    public VodSuperPlayerConfig(string name, VodSuperPlayerConfigArgs? args = null, CustomResourceOptions? opts = null)
    public VodSuperPlayerConfig(String name, VodSuperPlayerConfigArgs args)
    public VodSuperPlayerConfig(String name, VodSuperPlayerConfigArgs args, CustomResourceOptions options)
    
    type: tencentcloud:VodSuperPlayerConfig
    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 VodSuperPlayerConfigArgs
    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 VodSuperPlayerConfigArgs
    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 VodSuperPlayerConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VodSuperPlayerConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VodSuperPlayerConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VodSuperPlayerConfig 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 VodSuperPlayerConfig resource accepts the following input properties:

    AdaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    Comment string
    Template description. Length limit: 256 characters.
    Domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    DrmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    DrmSwitch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    ImageSpriteDefinition string
    ID of the image sprite template that allows output.
    Name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    ResolutionNames List<VodSuperPlayerConfigResolutionName>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    Scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    SubAppId double
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    VodSuperPlayerConfigId string
    AdaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    Comment string
    Template description. Length limit: 256 characters.
    Domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    DrmStreamingInfo VodSuperPlayerConfigDrmStreamingInfoArgs
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    DrmSwitch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    ImageSpriteDefinition string
    ID of the image sprite template that allows output.
    Name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    ResolutionNames []VodSuperPlayerConfigResolutionNameArgs
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    Scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    SubAppId float64
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    VodSuperPlayerConfigId string
    adaptiveDynamicStreamingDefinition String
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment String
    Template description. Length limit: 256 characters.
    domain String
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch Boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition String
    ID of the image sprite template that allows output.
    name String
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames List<VodSuperPlayerConfigResolutionName>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme String
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId Double
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    vodSuperPlayerConfigId String
    adaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment string
    Template description. Length limit: 256 characters.
    domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition string
    ID of the image sprite template that allows output.
    name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames VodSuperPlayerConfigResolutionName[]
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId number
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    vodSuperPlayerConfigId string
    adaptive_dynamic_streaming_definition str
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment str
    Template description. Length limit: 256 characters.
    domain str
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drm_streaming_info VodSuperPlayerConfigDrmStreamingInfoArgs
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drm_switch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    image_sprite_definition str
    ID of the image sprite template that allows output.
    name str
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolution_names Sequence[VodSuperPlayerConfigResolutionNameArgs]
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme str
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    sub_app_id float
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    vod_super_player_config_id str
    adaptiveDynamicStreamingDefinition String
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment String
    Template description. Length limit: 256 characters.
    domain String
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo Property Map
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch Boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition String
    ID of the image sprite template that allows output.
    name String
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames List<Property Map>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme String
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId Number
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    vodSuperPlayerConfigId String

    Outputs

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

    CreateTime string
    Creation time of template in ISO date format.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateTime string
    Last modified time of template in ISO date format.
    CreateTime string
    Creation time of template in ISO date format.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdateTime string
    Last modified time of template in ISO date format.
    createTime String
    Creation time of template in ISO date format.
    id String
    The provider-assigned unique ID for this managed resource.
    updateTime String
    Last modified time of template in ISO date format.
    createTime string
    Creation time of template in ISO date format.
    id string
    The provider-assigned unique ID for this managed resource.
    updateTime string
    Last modified time of template in ISO date format.
    create_time str
    Creation time of template in ISO date format.
    id str
    The provider-assigned unique ID for this managed resource.
    update_time str
    Last modified time of template in ISO date format.
    createTime String
    Creation time of template in ISO date format.
    id String
    The provider-assigned unique ID for this managed resource.
    updateTime String
    Last modified time of template in ISO date format.

    Look up Existing VodSuperPlayerConfig Resource

    Get an existing VodSuperPlayerConfig 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?: VodSuperPlayerConfigState, opts?: CustomResourceOptions): VodSuperPlayerConfig
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adaptive_dynamic_streaming_definition: Optional[str] = None,
            comment: Optional[str] = None,
            create_time: Optional[str] = None,
            domain: Optional[str] = None,
            drm_streaming_info: Optional[VodSuperPlayerConfigDrmStreamingInfoArgs] = None,
            drm_switch: Optional[bool] = None,
            image_sprite_definition: Optional[str] = None,
            name: Optional[str] = None,
            resolution_names: Optional[Sequence[VodSuperPlayerConfigResolutionNameArgs]] = None,
            scheme: Optional[str] = None,
            sub_app_id: Optional[float] = None,
            update_time: Optional[str] = None,
            vod_super_player_config_id: Optional[str] = None) -> VodSuperPlayerConfig
    func GetVodSuperPlayerConfig(ctx *Context, name string, id IDInput, state *VodSuperPlayerConfigState, opts ...ResourceOption) (*VodSuperPlayerConfig, error)
    public static VodSuperPlayerConfig Get(string name, Input<string> id, VodSuperPlayerConfigState? state, CustomResourceOptions? opts = null)
    public static VodSuperPlayerConfig get(String name, Output<String> id, VodSuperPlayerConfigState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:VodSuperPlayerConfig    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:
    AdaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    Comment string
    Template description. Length limit: 256 characters.
    CreateTime string
    Creation time of template in ISO date format.
    Domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    DrmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    DrmSwitch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    ImageSpriteDefinition string
    ID of the image sprite template that allows output.
    Name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    ResolutionNames List<VodSuperPlayerConfigResolutionName>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    Scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    SubAppId double
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    UpdateTime string
    Last modified time of template in ISO date format.
    VodSuperPlayerConfigId string
    AdaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    Comment string
    Template description. Length limit: 256 characters.
    CreateTime string
    Creation time of template in ISO date format.
    Domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    DrmStreamingInfo VodSuperPlayerConfigDrmStreamingInfoArgs
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    DrmSwitch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    ImageSpriteDefinition string
    ID of the image sprite template that allows output.
    Name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    ResolutionNames []VodSuperPlayerConfigResolutionNameArgs
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    Scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    SubAppId float64
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    UpdateTime string
    Last modified time of template in ISO date format.
    VodSuperPlayerConfigId string
    adaptiveDynamicStreamingDefinition String
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment String
    Template description. Length limit: 256 characters.
    createTime String
    Creation time of template in ISO date format.
    domain String
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch Boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition String
    ID of the image sprite template that allows output.
    name String
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames List<VodSuperPlayerConfigResolutionName>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme String
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId Double
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    updateTime String
    Last modified time of template in ISO date format.
    vodSuperPlayerConfigId String
    adaptiveDynamicStreamingDefinition string
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment string
    Template description. Length limit: 256 characters.
    createTime string
    Creation time of template in ISO date format.
    domain string
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo VodSuperPlayerConfigDrmStreamingInfo
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition string
    ID of the image sprite template that allows output.
    name string
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames VodSuperPlayerConfigResolutionName[]
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme string
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId number
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    updateTime string
    Last modified time of template in ISO date format.
    vodSuperPlayerConfigId string
    adaptive_dynamic_streaming_definition str
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment str
    Template description. Length limit: 256 characters.
    create_time str
    Creation time of template in ISO date format.
    domain str
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drm_streaming_info VodSuperPlayerConfigDrmStreamingInfoArgs
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drm_switch bool
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    image_sprite_definition str
    ID of the image sprite template that allows output.
    name str
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolution_names Sequence[VodSuperPlayerConfigResolutionNameArgs]
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme str
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    sub_app_id float
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    update_time str
    Last modified time of template in ISO date format.
    vod_super_player_config_id str
    adaptiveDynamicStreamingDefinition String
    ID of the unencrypted adaptive bitrate streaming template that allows output, which is required if drm_switch is false.
    comment String
    Template description. Length limit: 256 characters.
    createTime String
    Creation time of template in ISO date format.
    domain String
    Domain name used for playback. If it is left empty or set to Default, the domain name configured in Default Distribution Configuration will be used. Default by default.
    drmStreamingInfo Property Map
    Content of the DRM-protected adaptive bitrate streaming template that allows output, which is required if drm_switch is true.
    drmSwitch Boolean
    Switch of DRM-protected adaptive bitstream playback: true: enabled, indicating to play back only output adaptive bitstreams protected by DRM; false: disabled, indicating to play back unencrypted output adaptive bitstreams. Default value: false.
    imageSpriteDefinition String
    ID of the image sprite template that allows output.
    name String
    Player configuration name, which can contain up to 64 letters, digits, underscores, and hyphens (such as test_ABC-123) and must be unique under a user.
    resolutionNames List<Property Map>
    Display name of player for substreams with different resolutions. If this parameter is left empty or an empty array, the default configuration will be used: min_edge_length: 240, name: LD; min_edge_length: 480, name: SD; min_edge_length: 720, name: HD; min_edge_length: 1080, name: FHD; min_edge_length: 1440, name: 2K; min_edge_length: 2160, name: 4K; min_edge_length: 4320, name: 8K.
    scheme String
    Scheme used for playback. If it is left empty or set to Default, the scheme configured in Default Distribution Configuration will be used. Other valid values: HTTP; HTTPS.
    subAppId Number
    Subapplication ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.
    updateTime String
    Last modified time of template in ISO date format.
    vodSuperPlayerConfigId String

    Supporting Types

    VodSuperPlayerConfigDrmStreamingInfo, VodSuperPlayerConfigDrmStreamingInfoArgs

    SimpleAesDefinition string
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.
    SimpleAesDefinition string
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.
    simpleAesDefinition String
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.
    simpleAesDefinition string
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.
    simple_aes_definition str
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.
    simpleAesDefinition String
    ID of the adaptive dynamic streaming template whose protection type is SimpleAES.

    VodSuperPlayerConfigResolutionName, VodSuperPlayerConfigResolutionNameArgs

    MinEdgeLength double
    Length of video short side in px.
    Name string
    Display name.
    MinEdgeLength float64
    Length of video short side in px.
    Name string
    Display name.
    minEdgeLength Double
    Length of video short side in px.
    name String
    Display name.
    minEdgeLength number
    Length of video short side in px.
    name string
    Display name.
    min_edge_length float
    Length of video short side in px.
    name str
    Display name.
    minEdgeLength Number
    Length of video short side in px.
    name String
    Display name.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    Viewing docs for tencentcloud 1.82.83
    published on Friday, Apr 3, 2026 by tencentcloudstack
      Try Pulumi Cloud free. Your team will thank you.