Deactivate Contact Channel
ssmcontacts_deactivate_contact_channel | R Documentation |
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel¶
Description¶
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
Usage¶
Arguments¶
ContactChannelId
[required] The Amazon Resource Name (ARN) of the contact channel you're deactivating.
Value¶
An empty list.
Request syntax¶
Examples¶
## Not run:
# The following `deactivate-contact-channel` example deactivates a
# contact channel. Deactivating a contact channel means the contact
# channel will no longer be paged during an incident. You can also
# reactivate a contact channel at any time using the
# activate-contact-channel operation.
svc$deactivate_contact_channel(
ContactChannelId = "arn:aws:ssm-contacts:us-east-2:111122223333:contact-c..."
)
## End(Not run)