ALIYUN::CLOUDFW::AllFwSwitch は、すべてのファイアウォールを有効にするために使用されます。
構文
{
"Type": "ALIYUN::CLOUDFW::AllFwSwitch",
"Properties": {
"InstanceId": String
}
}プロパティ
プロパティ | タイプ | 必須 | 編集可能 | 説明 | 制約 |
InstanceId | String | いいえ | いいえ | Cloud Firewall のインスタンス ID。 | なし。 |
戻り値
Fn::GetAtt
なし。
例
YAML 形式
ROSTemplateFormatVersion: '2015-09-01'
Parameters:
InstanceId:
Description:
en: The ID of the cloud firewall instance.
Required: false
Type: String
Resources:
AllFwSwitch:
Properties:
InstanceId:
Ref: InstanceId
Type: ALIYUN::CLOUDFW::AllFwSwitch
JSON 形式
{
"ROSTemplateFormatVersion": "2015-09-01",
"Parameters": {
"InstanceId": {
"Type": "String",
"Description": {
"en": "The ID of the cloud firewall instance."
},
"Required": false
}
},
"Resources": {
"AllFwSwitch": {
"Type": "ALIYUN::CLOUDFW::AllFwSwitch",
"Properties": {
"InstanceId": {
"Ref": "InstanceId"
}
}
}
}
}