1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. MonitorNoticeContentTmpl
Viewing docs for tencentcloud 1.82.79
published on Friday, Mar 27, 2026 by tencentcloudstack
tencentcloud logo
Viewing docs for tencentcloud 1.82.79
published on Friday, Mar 27, 2026 by tencentcloudstack

    Use this resource to create Monitor notice content template.

    Create MonitorNoticeContentTmpl Resource

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

    Constructor syntax

    new MonitorNoticeContentTmpl(name: string, args: MonitorNoticeContentTmplArgs, opts?: CustomResourceOptions);
    @overload
    def MonitorNoticeContentTmpl(resource_name: str,
                                 args: MonitorNoticeContentTmplArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def MonitorNoticeContentTmpl(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 monitor_type: Optional[str] = None,
                                 tmpl_contents: Optional[MonitorNoticeContentTmplTmplContentsArgs] = None,
                                 tmpl_language: Optional[str] = None,
                                 tmpl_name: Optional[str] = None,
                                 monitor_notice_content_tmpl_id: Optional[str] = None)
    func NewMonitorNoticeContentTmpl(ctx *Context, name string, args MonitorNoticeContentTmplArgs, opts ...ResourceOption) (*MonitorNoticeContentTmpl, error)
    public MonitorNoticeContentTmpl(string name, MonitorNoticeContentTmplArgs args, CustomResourceOptions? opts = null)
    public MonitorNoticeContentTmpl(String name, MonitorNoticeContentTmplArgs args)
    public MonitorNoticeContentTmpl(String name, MonitorNoticeContentTmplArgs args, CustomResourceOptions options)
    
    type: tencentcloud:MonitorNoticeContentTmpl
    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 MonitorNoticeContentTmplArgs
    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 MonitorNoticeContentTmplArgs
    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 MonitorNoticeContentTmplArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MonitorNoticeContentTmplArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MonitorNoticeContentTmplArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    MonitorType string
    Monitor type, e.g. MT_QCE.
    TmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    TmplLanguage string
    Template language, zh for Chinese, en for English.
    TmplName string
    Template name.
    MonitorNoticeContentTmplId string
    ID of the resource.
    MonitorType string
    Monitor type, e.g. MT_QCE.
    TmplContents MonitorNoticeContentTmplTmplContentsArgs
    Template content configuration for different notification channels.
    TmplLanguage string
    Template language, zh for Chinese, en for English.
    TmplName string
    Template name.
    MonitorNoticeContentTmplId string
    ID of the resource.
    monitorType String
    Monitor type, e.g. MT_QCE.
    tmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    tmplLanguage String
    Template language, zh for Chinese, en for English.
    tmplName String
    Template name.
    monitorNoticeContentTmplId String
    ID of the resource.
    monitorType string
    Monitor type, e.g. MT_QCE.
    tmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    tmplLanguage string
    Template language, zh for Chinese, en for English.
    tmplName string
    Template name.
    monitorNoticeContentTmplId string
    ID of the resource.
    monitor_type str
    Monitor type, e.g. MT_QCE.
    tmpl_contents MonitorNoticeContentTmplTmplContentsArgs
    Template content configuration for different notification channels.
    tmpl_language str
    Template language, zh for Chinese, en for English.
    tmpl_name str
    Template name.
    monitor_notice_content_tmpl_id str
    ID of the resource.
    monitorType String
    Monitor type, e.g. MT_QCE.
    tmplContents Property Map
    Template content configuration for different notification channels.
    tmplLanguage String
    Template language, zh for Chinese, en for English.
    tmplName String
    Template name.
    monitorNoticeContentTmplId String
    ID of the resource.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    TmplId string
    Template ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    TmplId string
    Template ID.
    id String
    The provider-assigned unique ID for this managed resource.
    tmplId String
    Template ID.
    id string
    The provider-assigned unique ID for this managed resource.
    tmplId string
    Template ID.
    id str
    The provider-assigned unique ID for this managed resource.
    tmpl_id str
    Template ID.
    id String
    The provider-assigned unique ID for this managed resource.
    tmplId String
    Template ID.

    Look up Existing MonitorNoticeContentTmpl Resource

    Get an existing MonitorNoticeContentTmpl 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?: MonitorNoticeContentTmplState, opts?: CustomResourceOptions): MonitorNoticeContentTmpl
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            monitor_notice_content_tmpl_id: Optional[str] = None,
            monitor_type: Optional[str] = None,
            tmpl_contents: Optional[MonitorNoticeContentTmplTmplContentsArgs] = None,
            tmpl_id: Optional[str] = None,
            tmpl_language: Optional[str] = None,
            tmpl_name: Optional[str] = None) -> MonitorNoticeContentTmpl
    func GetMonitorNoticeContentTmpl(ctx *Context, name string, id IDInput, state *MonitorNoticeContentTmplState, opts ...ResourceOption) (*MonitorNoticeContentTmpl, error)
    public static MonitorNoticeContentTmpl Get(string name, Input<string> id, MonitorNoticeContentTmplState? state, CustomResourceOptions? opts = null)
    public static MonitorNoticeContentTmpl get(String name, Output<String> id, MonitorNoticeContentTmplState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:MonitorNoticeContentTmpl    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:
    MonitorNoticeContentTmplId string
    ID of the resource.
    MonitorType string
    Monitor type, e.g. MT_QCE.
    TmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    TmplId string
    Template ID.
    TmplLanguage string
    Template language, zh for Chinese, en for English.
    TmplName string
    Template name.
    MonitorNoticeContentTmplId string
    ID of the resource.
    MonitorType string
    Monitor type, e.g. MT_QCE.
    TmplContents MonitorNoticeContentTmplTmplContentsArgs
    Template content configuration for different notification channels.
    TmplId string
    Template ID.
    TmplLanguage string
    Template language, zh for Chinese, en for English.
    TmplName string
    Template name.
    monitorNoticeContentTmplId String
    ID of the resource.
    monitorType String
    Monitor type, e.g. MT_QCE.
    tmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    tmplId String
    Template ID.
    tmplLanguage String
    Template language, zh for Chinese, en for English.
    tmplName String
    Template name.
    monitorNoticeContentTmplId string
    ID of the resource.
    monitorType string
    Monitor type, e.g. MT_QCE.
    tmplContents MonitorNoticeContentTmplTmplContents
    Template content configuration for different notification channels.
    tmplId string
    Template ID.
    tmplLanguage string
    Template language, zh for Chinese, en for English.
    tmplName string
    Template name.
    monitor_notice_content_tmpl_id str
    ID of the resource.
    monitor_type str
    Monitor type, e.g. MT_QCE.
    tmpl_contents MonitorNoticeContentTmplTmplContentsArgs
    Template content configuration for different notification channels.
    tmpl_id str
    Template ID.
    tmpl_language str
    Template language, zh for Chinese, en for English.
    tmpl_name str
    Template name.
    monitorNoticeContentTmplId String
    ID of the resource.
    monitorType String
    Monitor type, e.g. MT_QCE.
    tmplContents Property Map
    Template content configuration for different notification channels.
    tmplId String
    Template ID.
    tmplLanguage String
    Template language, zh for Chinese, en for English.
    tmplName String
    Template name.

    Supporting Types

    MonitorNoticeContentTmplTmplContents, MonitorNoticeContentTmplTmplContentsArgs

    DingDingRobots List<MonitorNoticeContentTmplTmplContentsDingDingRobot>
    DingDing Robot notification channel configuration.
    FeiShuRobots List<MonitorNoticeContentTmplTmplContentsFeiShuRobot>
    FeiShu Robot notification channel configuration.
    PagerDutyRobots List<MonitorNoticeContentTmplTmplContentsPagerDutyRobot>
    PagerDuty Robot notification channel configuration.
    QcloudYehes List<MonitorNoticeContentTmplTmplContentsQcloudYehe>
    QCloud Yehe notification channel configuration.
    TeamsRobots List<MonitorNoticeContentTmplTmplContentsTeamsRobot>
    Teams Robot notification channel configuration.
    WeWorkRobots List<MonitorNoticeContentTmplTmplContentsWeWorkRobot>
    WeWork Robot notification channel configuration.
    Webhooks List<MonitorNoticeContentTmplTmplContentsWebhook>
    Webhook notification channel configuration.
    DingDingRobots []MonitorNoticeContentTmplTmplContentsDingDingRobot
    DingDing Robot notification channel configuration.
    FeiShuRobots []MonitorNoticeContentTmplTmplContentsFeiShuRobot
    FeiShu Robot notification channel configuration.
    PagerDutyRobots []MonitorNoticeContentTmplTmplContentsPagerDutyRobot
    PagerDuty Robot notification channel configuration.
    QcloudYehes []MonitorNoticeContentTmplTmplContentsQcloudYehe
    QCloud Yehe notification channel configuration.
    TeamsRobots []MonitorNoticeContentTmplTmplContentsTeamsRobot
    Teams Robot notification channel configuration.
    WeWorkRobots []MonitorNoticeContentTmplTmplContentsWeWorkRobot
    WeWork Robot notification channel configuration.
    Webhooks []MonitorNoticeContentTmplTmplContentsWebhook
    Webhook notification channel configuration.
    dingDingRobots List<MonitorNoticeContentTmplTmplContentsDingDingRobot>
    DingDing Robot notification channel configuration.
    feiShuRobots List<MonitorNoticeContentTmplTmplContentsFeiShuRobot>
    FeiShu Robot notification channel configuration.
    pagerDutyRobots List<MonitorNoticeContentTmplTmplContentsPagerDutyRobot>
    PagerDuty Robot notification channel configuration.
    qcloudYehes List<MonitorNoticeContentTmplTmplContentsQcloudYehe>
    QCloud Yehe notification channel configuration.
    teamsRobots List<MonitorNoticeContentTmplTmplContentsTeamsRobot>
    Teams Robot notification channel configuration.
    weWorkRobots List<MonitorNoticeContentTmplTmplContentsWeWorkRobot>
    WeWork Robot notification channel configuration.
    webhooks List<MonitorNoticeContentTmplTmplContentsWebhook>
    Webhook notification channel configuration.
    dingDingRobots MonitorNoticeContentTmplTmplContentsDingDingRobot[]
    DingDing Robot notification channel configuration.
    feiShuRobots MonitorNoticeContentTmplTmplContentsFeiShuRobot[]
    FeiShu Robot notification channel configuration.
    pagerDutyRobots MonitorNoticeContentTmplTmplContentsPagerDutyRobot[]
    PagerDuty Robot notification channel configuration.
    qcloudYehes MonitorNoticeContentTmplTmplContentsQcloudYehe[]
    QCloud Yehe notification channel configuration.
    teamsRobots MonitorNoticeContentTmplTmplContentsTeamsRobot[]
    Teams Robot notification channel configuration.
    weWorkRobots MonitorNoticeContentTmplTmplContentsWeWorkRobot[]
    WeWork Robot notification channel configuration.
    webhooks MonitorNoticeContentTmplTmplContentsWebhook[]
    Webhook notification channel configuration.
    ding_ding_robots Sequence[MonitorNoticeContentTmplTmplContentsDingDingRobot]
    DingDing Robot notification channel configuration.
    fei_shu_robots Sequence[MonitorNoticeContentTmplTmplContentsFeiShuRobot]
    FeiShu Robot notification channel configuration.
    pager_duty_robots Sequence[MonitorNoticeContentTmplTmplContentsPagerDutyRobot]
    PagerDuty Robot notification channel configuration.
    qcloud_yehes Sequence[MonitorNoticeContentTmplTmplContentsQcloudYehe]
    QCloud Yehe notification channel configuration.
    teams_robots Sequence[MonitorNoticeContentTmplTmplContentsTeamsRobot]
    Teams Robot notification channel configuration.
    we_work_robots Sequence[MonitorNoticeContentTmplTmplContentsWeWorkRobot]
    WeWork Robot notification channel configuration.
    webhooks Sequence[MonitorNoticeContentTmplTmplContentsWebhook]
    Webhook notification channel configuration.
    dingDingRobots List<Property Map>
    DingDing Robot notification channel configuration.
    feiShuRobots List<Property Map>
    FeiShu Robot notification channel configuration.
    pagerDutyRobots List<Property Map>
    PagerDuty Robot notification channel configuration.
    qcloudYehes List<Property Map>
    QCloud Yehe notification channel configuration.
    teamsRobots List<Property Map>
    Teams Robot notification channel configuration.
    weWorkRobots List<Property Map>
    WeWork Robot notification channel configuration.
    webhooks List<Property Map>
    Webhook notification channel configuration.

    MonitorNoticeContentTmplTmplContentsDingDingRobot, MonitorNoticeContentTmplTmplContentsDingDingRobotArgs

    MatchingStatuses List<string>
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate
    Template configuration.
    MatchingStatuses []string
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate
    Template configuration.
    matchingStatuses string[]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate
    Template configuration.
    matching_statuses Sequence[str]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template Property Map
    Template configuration.

    MonitorNoticeContentTmplTmplContentsDingDingRobotTemplate, MonitorNoticeContentTmplTmplContentsDingDingRobotTemplateArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsFeiShuRobot, MonitorNoticeContentTmplTmplContentsFeiShuRobotArgs

    MatchingStatuses List<string>
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate
    Template configuration.
    MatchingStatuses []string
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate
    Template configuration.
    matchingStatuses string[]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate
    Template configuration.
    matching_statuses Sequence[str]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template Property Map
    Template configuration.

    MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplate, MonitorNoticeContentTmplTmplContentsFeiShuRobotTemplateArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsPagerDutyRobot, MonitorNoticeContentTmplTmplContentsPagerDutyRobotArgs

    matchingStatuses List<String>
    Matching status list.
    template Property Map
    PagerDuty template.

    MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplate, MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplateArgs

    Body string
    Request body.
    Headers []MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplateHeader
    Request headers.
    TitleTmpl string
    Title template.
    body string
    Request body.
    headers MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplateHeader[]
    Request headers.
    titleTmpl string
    Title template.
    body String
    Request body.
    headers List<Property Map>
    Request headers.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplateHeader, MonitorNoticeContentTmplTmplContentsPagerDutyRobotTemplateHeaderArgs

    Key string
    Header key.
    Values List<string>
    Header values.
    Key string
    Header key.
    Values []string
    Header values.
    key String
    Header key.
    values List<String>
    Header values.
    key string
    Header key.
    values string[]
    Header values.
    key str
    Header key.
    values Sequence[str]
    Header values.
    key String
    Header key.
    values List<String>
    Header values.

    MonitorNoticeContentTmplTmplContentsQcloudYehe, MonitorNoticeContentTmplTmplContentsQcloudYeheArgs

    MatchingStatuses List<string>
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate
    Template configuration.
    MatchingStatuses []string
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate
    Template configuration.
    matchingStatuses string[]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate
    Template configuration.
    matching_statuses Sequence[str]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template Property Map
    Template configuration.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplate, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateArgs

    andon Property Map
    Andon notification.
    email Property Map
    Email notification.
    qywx Property Map
    Enterprise WeChat notification.
    site Property Map
    Site notification.
    sms Property Map
    SMS notification.
    voice Property Map
    Voice notification.
    wechat Property Map
    WeChat notification.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateAndon, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateAndonArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateEmail, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateEmailArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateQywx, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateQywxArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateSite, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateSiteArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateSms, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateSmsArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateVoice, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateVoiceArgs

    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    ContentTmpl string
    Content template.
    TitleTmpl string
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.
    contentTmpl string
    Content template.
    titleTmpl string
    Title template.
    content_tmpl str
    Content template.
    title_tmpl str
    Title template.
    contentTmpl String
    Content template.
    titleTmpl String
    Title template.

    MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateWechat, MonitorNoticeContentTmplTmplContentsQcloudYeheTemplateWechatArgs

    AlarmContentTmpl string
    Alarm content template.
    AlarmObjectTmpl string
    Alarm object template.
    AlarmRegionTmpl string
    Alarm region template.
    AlarmTimeTmpl string
    Alarm time template.
    AlarmContentTmpl string
    Alarm content template.
    AlarmObjectTmpl string
    Alarm object template.
    AlarmRegionTmpl string
    Alarm region template.
    AlarmTimeTmpl string
    Alarm time template.
    alarmContentTmpl String
    Alarm content template.
    alarmObjectTmpl String
    Alarm object template.
    alarmRegionTmpl String
    Alarm region template.
    alarmTimeTmpl String
    Alarm time template.
    alarmContentTmpl string
    Alarm content template.
    alarmObjectTmpl string
    Alarm object template.
    alarmRegionTmpl string
    Alarm region template.
    alarmTimeTmpl string
    Alarm time template.
    alarm_content_tmpl str
    Alarm content template.
    alarm_object_tmpl str
    Alarm object template.
    alarm_region_tmpl str
    Alarm region template.
    alarm_time_tmpl str
    Alarm time template.
    alarmContentTmpl String
    Alarm content template.
    alarmObjectTmpl String
    Alarm object template.
    alarmRegionTmpl String
    Alarm region template.
    alarmTimeTmpl String
    Alarm time template.

    MonitorNoticeContentTmplTmplContentsTeamsRobot, MonitorNoticeContentTmplTmplContentsTeamsRobotArgs

    MatchingStatuses List<string>
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate
    Template configuration.
    MatchingStatuses []string
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate
    Template configuration.
    matchingStatuses string[]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate
    Template configuration.
    matching_statuses Sequence[str]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template Property Map
    Template configuration.

    MonitorNoticeContentTmplTmplContentsTeamsRobotTemplate, MonitorNoticeContentTmplTmplContentsTeamsRobotTemplateArgs

    ContentTmpl string
    Content template.
    ContentTmpl string
    Content template.
    contentTmpl String
    Content template.
    contentTmpl string
    Content template.
    content_tmpl str
    Content template.
    contentTmpl String
    Content template.

    MonitorNoticeContentTmplTmplContentsWeWorkRobot, MonitorNoticeContentTmplTmplContentsWeWorkRobotArgs

    MatchingStatuses List<string>
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate
    Template configuration.
    MatchingStatuses []string
    Matching status list, e.g. Trigger, Recovery.
    Template MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate
    Template configuration.
    matchingStatuses string[]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate
    Template configuration.
    matching_statuses Sequence[str]
    Matching status list, e.g. Trigger, Recovery.
    template MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate
    Template configuration.
    matchingStatuses List<String>
    Matching status list, e.g. Trigger, Recovery.
    template Property Map
    Template configuration.

    MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplate, MonitorNoticeContentTmplTmplContentsWeWorkRobotTemplateArgs

    ContentTmpl string
    Content template.
    ContentTmpl string
    Content template.
    contentTmpl String
    Content template.
    contentTmpl string
    Content template.
    content_tmpl str
    Content template.
    contentTmpl String
    Content template.

    MonitorNoticeContentTmplTmplContentsWebhook, MonitorNoticeContentTmplTmplContentsWebhookArgs

    MatchingStatuses List<string>
    Matching status list.
    Template MonitorNoticeContentTmplTmplContentsWebhookTemplate
    Webhook template.
    matchingStatuses List<String>
    Matching status list.
    template MonitorNoticeContentTmplTmplContentsWebhookTemplate
    Webhook template.
    matching_statuses Sequence[str]
    Matching status list.
    template MonitorNoticeContentTmplTmplContentsWebhookTemplate
    Webhook template.
    matchingStatuses List<String>
    Matching status list.
    template Property Map
    Webhook template.

    MonitorNoticeContentTmplTmplContentsWebhookTemplate, MonitorNoticeContentTmplTmplContentsWebhookTemplateArgs

    Body string
    Request body.
    BodyContentType string
    Body content type.
    Headers List<MonitorNoticeContentTmplTmplContentsWebhookTemplateHeader>
    Request headers.
    Body string
    Request body.
    BodyContentType string
    Body content type.
    Headers []MonitorNoticeContentTmplTmplContentsWebhookTemplateHeader
    Request headers.
    body String
    Request body.
    bodyContentType String
    Body content type.
    headers List<MonitorNoticeContentTmplTmplContentsWebhookTemplateHeader>
    Request headers.
    body string
    Request body.
    bodyContentType string
    Body content type.
    headers MonitorNoticeContentTmplTmplContentsWebhookTemplateHeader[]
    Request headers.
    body String
    Request body.
    bodyContentType String
    Body content type.
    headers List<Property Map>
    Request headers.

    MonitorNoticeContentTmplTmplContentsWebhookTemplateHeader, MonitorNoticeContentTmplTmplContentsWebhookTemplateHeaderArgs

    Key string
    Header key.
    Values List<string>
    Header values.
    Key string
    Header key.
    Values []string
    Header values.
    key String
    Header key.
    values List<String>
    Header values.
    key string
    Header key.
    values string[]
    Header values.
    key str
    Header key.
    values Sequence[str]
    Header values.
    key String
    Header key.
    values List<String>
    Header values.

    Import

    Monitor notice content template can be imported using the id, e.g.

    $ pulumi import tencentcloud:index/monitorNoticeContentTmpl:MonitorNoticeContentTmpl example ntpl-3r1spzjn
    

    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
    Viewing docs for tencentcloud 1.82.79
    published on Friday, Mar 27, 2026 by tencentcloudstack
      Try Pulumi Cloud free. Your team will thank you.