模板名稱
ACS-CS-BulkyEnableDeletionProtection 開啟叢集的刪除保護
模板描述
開啟叢集的刪除保護
模板類型
自動化
所有者
Alibaba Cloud
輸入參數
參數名稱 | 描述 | 類型 | 是否必填 | 預設值 | 約束 |
clusterIds | 叢集ID列表 | List | 是 | ||
regionId | 地區ID | String | 否 | {{ ACS::RegionId }} | |
rateControl | 任務執行的並發比率 | Json | 否 | {'Mode': 'Concurrency', 'MaxErrors': 0, 'Concurrency': 10} | |
OOSAssumeRole | OOS扮演的RAM角色 | String | 否 | "" |
輸出參數
無
執行此模板需要的權限原則
{
"Version": "1",
"Statement": [
{
"Action": [
"cs:ModifyCluster"
],
"Resource": "*",
"Effect": "Allow"
}
]
}
詳情
ACS-CS-BulkyEnableDeletionProtection詳情
模板內容
FormatVersion: OOS-2019-06-01
Description:
en: Enable deletion protection for the cluster
zh-cn: 開啟叢集的刪除保護
name-en: ACS-CS-BulkyEnableDeletionProtection
name-zh-cn: 開啟叢集的刪除保護
categories:
- security
Parameters:
regionId:
Label:
en: RegionId
zh-cn: 地區ID
Type: String
AssociationProperty: RegionId
Default: '{{ ACS::RegionId }}'
clusterIds:
Label:
en: Cluster Ids
zh-cn: 叢集ID列表
Type: List
rateControl:
Label:
en: RateControl
zh-cn: 任務執行的並發比率
Type: Json
AssociationProperty: RateControl
Default:
Mode: Concurrency
MaxErrors: 0
Concurrency: 10
OOSAssumeRole:
Label:
en: OOSAssumeRole
zh-cn: OOS扮演的RAM角色
Type: String
Default: ''
RamRole: '{{ OOSAssumeRole }}'
Tasks:
- Name: modifyCluster
Action: ACS::ExecuteAPI
Properties:
Service: CS
API: ModifyCluster
Method: PUT
URI: /api/v2/clusters/{{ ACS::TaskLoopItem }}
Parameters: null
Body: '{"deletion_protection":true}'
Description:
en: Executes a command in cluster
zh-cn: 在叢集中執行命令
Loop:
RateControl: '{{ rateControl }}'
Items: '{{ clusterIds }}'
Metadata:
ALIYUN::OOS::Interface:
ParameterGroups:
- Parameters:
- clusterIds
- regionId
Label:
default:
zh-cn: 配置參數
en: Configure Parameters
- Parameters:
- OOSAssumeRole
Label:
default:
zh-cn: 進階選項
en: Control Options