ALIYUN::OOS::DefaultPatchBaseline類型用于注冊默認補丁基線。
語法
{
"Type": "ALIYUN::OOS::DefaultPatchBaseline",
"Properties": {
"PatchBaselineName": String
}
}
屬性
屬性名稱 | 類型 | 必須 | 允許更新 | 描述 | 約束 |
PatchBaselineName | String | 是 | 否 | 補丁基線名稱。 | 無 |
返回值
Fn::GetAtt
UpdatedBy:補丁基線更新者。
Description:補丁基線描述信息。
CreatedBy:補丁基線創建者。
UpdatedDate:更新時間。
PatchBaselineName:補丁基線的名稱。
CreatedDate:創建時間。
OperationSystem:操作系統類型。
ApprovalRules:接受規則。
PatchBaselineId:補丁基線的ID。
ShareType:補丁基線共享類型。
示例
YAML
格式ROSTemplateFormatVersion: '2015-09-01' Parameters: PatchBaselineName: Description: en: The name of the patch baseline. Type: String Resources: DefaultPatchBaseline: Properties: PatchBaselineName: Ref: PatchBaselineName Type: ALIYUN::OOS::DefaultPatchBaseline Outputs: ApprovalRules: Description: The rules of scanning and installing patches for the specified operating system. Value: Fn::GetAtt: - DefaultPatchBaseline - ApprovalRules CreatedBy: Description: The creator of the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - CreatedBy CreatedDate: Description: The time when the patch baseline was created. Value: Fn::GetAtt: - DefaultPatchBaseline - CreatedDate Description: Description: The description of the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - Description OperationSystem: Description: The type of the operating system. Value: Fn::GetAtt: - DefaultPatchBaseline - OperationSystem PatchBaselineId: Description: The ID of the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - PatchBaselineId PatchBaselineName: Description: The name of the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - PatchBaselineName ShareType: Description: The share type of the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - ShareType UpdatedBy: Description: The user who last modified the patch baseline. Value: Fn::GetAtt: - DefaultPatchBaseline - UpdatedBy UpdatedDate: Description: The time when the patch baseline was last modified. Value: Fn::GetAtt: - DefaultPatchBaseline - UpdatedDate
JSON
格式{ "ROSTemplateFormatVersion": "2015-09-01", "Parameters": { "PatchBaselineName": { "Type": "String", "Description": { "en": "The name of the patch baseline." } } }, "Resources": { "DefaultPatchBaseline": { "Type": "ALIYUN::OOS::DefaultPatchBaseline", "Properties": { "PatchBaselineName": { "Ref": "PatchBaselineName" } } } }, "Outputs": { "UpdatedBy": { "Description": "The user who last modified the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "UpdatedBy" ] } }, "Description": { "Description": "The description of the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "Description" ] } }, "CreatedBy": { "Description": "The creator of the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "CreatedBy" ] } }, "UpdatedDate": { "Description": "The time when the patch baseline was last modified.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "UpdatedDate" ] } }, "PatchBaselineName": { "Description": "The name of the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "PatchBaselineName" ] } }, "CreatedDate": { "Description": "The time when the patch baseline was created.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "CreatedDate" ] } }, "OperationSystem": { "Description": "The type of the operating system.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "OperationSystem" ] } }, "ApprovalRules": { "Description": "The rules of scanning and installing patches for the specified operating system.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "ApprovalRules" ] } }, "PatchBaselineId": { "Description": "The ID of the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "PatchBaselineId" ] } }, "ShareType": { "Description": "The share type of the patch baseline.", "Value": { "Fn::GetAtt": [ "DefaultPatchBaseline", "ShareType" ] } } } }
文檔內容是否對您有幫助?