| Server IP : 69.72.244.102 / Your IP : 216.73.216.233 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3.6/site-packages/awscli/examples/codestar-notifications/ |
Upload File : |
**To remove a target from a notification rule**
The following ``unsubscribe`` example removes an Amazon SNS topic as a target from the specified notification rule. ::
aws codestar-notifications unsubscribe \
--arn arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/dc82df7a-EXAMPLE \
--target TargetType=SNS,TargetAddress=arn:aws:sns:us-east-1:123456789012:MyNotificationTopic
Output::
{
"Arn": "arn:aws:codestar-notifications:us-east-1:123456789012:notificationrule/dc82df7a-EXAMPLE"
"TargetAddress": "arn:aws:sns:us-east-1:123456789012:MyNotificationTopic"
}
For more information, see `Add or Remove an Amazon SNS Topic as a Target for a Notification Rule <https://docs.aws.amazon.com/codestar-notifications/latest/userguide/notification-target-change-rule.html>`__ in the *AWS Developer Tools Console User Guide*.