404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.133.151.58: ~ $
**To retrieve a list of notification rule targets**

The following ``list-targets`` example retrieves a list of all notification rule targets in the specified AWS Region. ::

    aws codestar-notifications list-targets \
        --region us-east-1

Output::

    {
        "Targets": [
            {
                "TargetAddress": "arn:aws:sns:us-east-1:123456789012:MySNSTopicForNotificationRules",
                "TargetType": "SNS",
                "TargetStatus": "ACTIVE"
            },
            {
                "TargetAddress": "arn:aws:sns:us-east-1:123456789012:MySNSTopicForNotificationsAboutMyDemoRepo",
                "TargetType": "SNS",
                "TargetStatus": "ACTIVE"
            }
        ]
    }

For more information, see `View Notification Rule Targets <https://docs.aws.amazon.com/codestar-notifications/latest/userguide/notification-target-view.html>`__ in the *AWS Developer Tools Console User Guide*.

Filemanager

Name Type Size Permission Actions
create-notification-rule.rst File 1.29 KB 0644
delete-notification-rule.rst File 626 B 0644
delete-target.rst File 618 B 0644
describe-notification-rule.rst File 1.48 KB 0644
list-event-types.rst File 1.4 KB 0644
list-notification-rules.rst File 879 B 0644
list-tags-for-resource.rst File 674 B 0644
list-targets.rst File 941 B 0644
subscribe.rst File 791 B 0644
tag-resource.rst File 656 B 0644
unsubscribe.rst File 886 B 0644
untag-resource.rst File 585 B 0644
update-notification-rule.rst File 1.16 KB 0644