inspector_unsubscribe_from_event {paws.security.identity} | R Documentation |
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic
Description
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
See https://www.paws-r-sdk.com/docs/inspector_unsubscribe_from_event/ for full documentation.
Usage
inspector_unsubscribe_from_event(resourceArn, event, topicArn)
Arguments
resourceArn |
[required] The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications. |
event |
[required] The event for which you want to stop receiving SNS notifications. |
topicArn |
[required] The ARN of the SNS topic to which SNS notifications are sent. |
[Package paws.security.identity version 0.6.1 Index]