ssmcontacts_update_contact_channel {paws.management} | R Documentation |
Updates a contact's contact channel
Description
Updates a contact's contact channel.
See https://www.paws-r-sdk.com/docs/ssmcontacts_update_contact_channel/ for full documentation.
Usage
ssmcontacts_update_contact_channel(
ContactChannelId,
Name = NULL,
DeliveryAddress = NULL
)
Arguments
ContactChannelId |
[required] The Amazon Resource Name (ARN) of the contact channel you want to update. |
Name |
The name of the contact channel. |
DeliveryAddress |
The details that Incident Manager uses when trying to engage the contact channel. |
[Package paws.management version 0.9.0 Index]