AWS 文档 AWS SDK示例 GitHub 存储库中还有更多SDK示例
本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
GetMaintenanceWindow
与 a 一起使用 CLI
以下代码示例演示如何使用 GetMaintenanceWindow
。
- CLI
-
- AWS CLI
-
查看有关维护时段的信息
以下
get-maintenance-window
示例将检索指定维护时段的详细信息。aws ssm get-maintenance-window \ --window-id
"mw-03eb9db428EXAMPLE"
输出:
{ "AllowUnassociatedTargets": true, "CreatedDate": 1515006912.957, "Cutoff": 1, "Duration": 6, "Enabled": true, "ModifiedDate": 2020-01-01T10:04:04.099Z, "Name": "My-Maintenance-Window", "Schedule": "rate(3 days)", "WindowId": "mw-03eb9db428EXAMPLE", "NextExecutionTime": "2020-02-25T00:08:15.099Z" }
有关更多信息,请参阅《S AWS ystems Manager 用户指南》中的 “查看有关维护窗口的信息 (AWS CLI)”。
-
有关API详细信息,请参阅 “GetMaintenanceWindow AWS CLI
命令参考”。
-
- PowerShell
-
- 用于 PowerShell
-
示例 1:此示例获取有关维护时段的详细信息。
Get-SSMMaintenanceWindow -WindowId "mw-03eb9db42890fb82d"
输出:
AllowUnassociatedTargets : False CreatedDate : 2/20/2017 6:14:05 PM Cutoff : 1 Duration : 2 Enabled : True ModifiedDate : 2/20/2017 6:14:05 PM Name : TestMaintWin Schedule : cron(0 */30 * * * ? *) WindowId : mw-03eb9db42890fb82d
-
有关API详细信息,请参阅 AWS Tools for PowerShell Cmdlet 参考GetMaintenanceWindow中的。
-
GetInventorySchema
GetMaintenanceWindowExecution