模板名稱
ACS-ECS-ScheduleToExecuteTemplate 定時執行指定模板
模板描述
定時執行指定模板,適用于需要在特定時間間隔或時間點執行OOS模板的場景,如自動化運維任務和定時管理任務。在配置過程中,用戶需要提供以下必填參數信息:定時類型(timerTrigger):配置觸發類型和表達式,模板名稱(templateName):指定要執行的OOS模板名稱,以及模板參數(templateParameters):模板執行時所需的參數。模板在定義后會根據設置的時間表定時觸發并執行指定的OOS模板。
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 默認值 | 約束 |
timerTrigger | 定時類型 | Json | 是 | ||
templateName | 模板名稱 | String | 是 | ||
templateParameters | 觸發執行模板的參數 | Json | 是 | ||
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | OOSServiceRole |
輸出參數
無
執行此模板需要的權限策略
{
"Version": "1",
"Statement": []
}
詳情
ACS-ECS-ScheduleToExecuteTemplate詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: 'Schedules to execute specified template, applicable to scenarios where OOS templates need to be executed at specific intervals or time points, such as automated maintenance tasks and scheduled management tasks. During configuration, users need to provide the following required parameter information: Timer Trigger (timerTrigger), which configures the trigger type and expression, Template Name (templateName), which specifies the name of the OOS template to be executed, and Template Parameters (templateParameters), which are the parameters required for executing the template. Once defined, the template will trigger and execute the specified OOS template according to the configured schedule.'
zh-cn: 定時執行指定模板,適用于需要在特定時間間隔或時間點執行OOS模板的場景,如自動化運維任務和定時管理任務。在配置過程中,用戶需要提供以下必填參數信息:定時類型(timerTrigger):配置觸發類型和表達式,模板名稱(templateName):指定要執行的OOS模板名稱,以及模板參數(templateParameters):模板執行時所需的參數。模板在定義后會根據設置的時間表定時觸發并執行指定的OOS模板。
name-en: ACS-ECS-ScheduleToExecuteTemplate
name-zh-cn: 定時執行指定模板
categories:
- time_trigger
Parameters:
timerTrigger:
Type: Json
Label:
en: TimerTrigger
zh-cn: 定時類型
AssociationProperty: ALIYUN::OOS::Component::TimerTrigger
AssociationPropertyMetadata:
MinuteInterval: 30
templateName:
Type: String
Label:
en: TemplateName
zh-cn: 模板名稱
AssociationProperty: TemplateName
templateParameters:
Label:
en: TemplateParemeters
zh-cn: 觸發執行模板的參數
Type: Json
AssociationProperty: TemplateParameter
AssociationPropertyMetadata:
TemplateName: templateName
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: OOSServiceRole
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: timerTrigger
Action: 'ACS::TimerTrigger'
Description:
en: Triggers a task as scheduled by specifying type and expression
zh-cn: 通過指定觸發類型和表達式按計劃觸發任務
Properties:
Type:
'Fn::Select':
- type
- '{{timerTrigger}}'
Expression:
'Fn::Select':
- expression
- '{{timerTrigger}}'
EndDate:
'Fn::Select':
- endDate
- '{{ timerTrigger }}'
TimeZone:
'Fn::Select':
- timeZone
- '{{ timerTrigger }}'
- Name: executeTemplate
Action: 'ACS::Template'
Description:
en: Execute template
zh-cn: 執行模板
Properties:
TemplateName: '{{ templateName }}'
Parameters: '{{ templateParameters }}'
文檔內容是否對您有幫助?