404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
**Example 1: To describe a contact plan**

The following ``get-contact`` example describes a contact. ::

    aws ssm-contacts get-contact \
        --contact-id "arn:aws:ssm-contacts:us-east-2:111122223333:contact/akuam"

Output::

    {
        "ContactArn": "arn:aws:ssm-contacts:us-east-2:111122223333:contact/akuam",
        "Alias": "akuam",
        "DisplayName": "Akua Mansa",
        "Type": "PERSONAL",
        "Plan": {
            "Stages": [
                {
                    "DurationInMinutes": 5,
                    "Targets": [
                        {
                            "ChannelTargetInfo": {
                                "ContactChannelId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact-channel/akuam/beb25840-5ac8-4644-95cc-7a8de390fa65",
                                "RetryIntervalInMinutes": 1
                            }
                        }
                    ]
                },
                {
                    "DurationInMinutes": 5,
                    "Targets": [
                        {
                            "ChannelTargetInfo": {
                                "ContactChannelId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact-channel/akuam/49f3c24d-5f9f-4638-ae25-3f49e04229ad",
                                "RetryIntervalInMinutes": 1
                            }
                        }
                    ]
                },
                {
                    "DurationInMinutes": 5,
                    "Targets": [
                        {
                            "ChannelTargetInfo": {
                                "ContactChannelId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact-channel/akuam/77d4f447-f619-4954-afff-85551e369c2a",
                                "RetryIntervalInMinutes": 1
                            }
                        }
                    ]
                }
            ]
        }
    }

**Example 2: To describe an escalation plan**

The following ``get-contact`` example describes an escalation plan. ::

    aws ssm-contacts get-contact \
    --contact-id "arn:aws:ssm-contacts:us-east-2:111122223333:contact/example_escalation"

Output::

    {
        "ContactArn": "arn:aws:ssm-contacts:us-east-2:111122223333:contact/example_escalation",
        "Alias": "example_escalation",
        "DisplayName": "Example Escalation",
        "Type": "ESCALATION",
        "Plan": {
            "Stages": [
                {
                    "DurationInMinutes": 5,
                    "Targets": [
                        {
                            "ContactTargetInfo": {
                                "ContactId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact/akuam",
                                "IsEssential": true
                            }
                        }
                    ]
                },
                {
                    "DurationInMinutes": 5,
                    "Targets": [
                        {
                            "ContactTargetInfo": {
                                "ContactId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact/alejr",
                                "IsEssential": false
                            }
                        }
                    ]
                },
                {
                    "DurationInMinutes": 0,
                    "Targets": [
                        {
                            "ContactTargetInfo": {
                                "ContactId": "arn:aws:ssm-contacts:us-east-2:111122223333:contact/anasi",
                                "IsEssential": false
                            }
                        }
                    ]
                }
            ]
        }
    }

For more information, see `Contacts <https://docs.aws.amazon.com/incident-manager/latest/userguide/contacts.html>`__ in the *Incident Manager User Guide*.

Filemanager

Name Type Size Permission Actions
accept-page.rst File 559 B 0644
activate-contact-channel.rst File 587 B 0644
command-name.rst File 490 B 0644
create-contact-channel.rst File 740 B 0644
create-contact.rst File 792 B 0644
deactivate-contact-channel.rst File 710 B 0644
delete-contact-channel.rst File 584 B 0644
delete-contact.rst File 492 B 0644
describe-engagement.rst File 1.06 KB 0644
describe-page.rst File 1.21 KB 0644
get-contact-channel.rst File 905 B 0644
get-contact-policy.rst File 1.06 KB 0644
get-contact.rst File 3.94 KB 0644
list-contact-channels.rst File 1.33 KB 0644
list-contacts.rst File 1.38 KB 0644
list-engagements.rst File 1.85 KB 0644
list-page-receipts.rst File 1.47 KB 0644
list-pages-by-contact.rst File 1.06 KB 0644
list-pages-by-engagement.rst File 1.04 KB 0644
list-tags-for-resource.rst File 567 B 0644
put-contact-policy.rst File 1.01 KB 0644
send-activation-code.rst File 530 B 0644
start-engagement.rst File 1.93 KB 0644
stop-engagement.rst File 518 B 0644
tag-resource.rst File 494 B 0644
untag-resource.rst File 479 B 0644
update-contact-channel.rst File 630 B 0644
update-contact.rst File 1.22 KB 0644