模板名稱
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 }}'