Last chance! 50% off unlimited learning
Sale ends in
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
inspector_unsubscribe_from_event(resourceArn, event, topicArn)
[required] The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
[required] The event for which you want to stop receiving SNS notifications.
[required] The ARN of the SNS topic to which SNS notifications are sent.
svc$unsubscribe_from_event( resourceArn = "string", event = "ASSESSMENT_RUN_STARTED"|"ASSESSMENT_RUN_COMPLETED"|"ASSESSMENT_RUN_STATE_CHANGED"|"FINDING_REPORTED"|"OTHER", topicArn = "string" )
# NOT RUN {
# Disables the process of sending Amazon Simple Notification Service (SNS)
# notifications about a specified event to a specified SNS topic.
# }
# NOT RUN {
svc$unsubscribe_from_event(
event = "ASSESSMENT_RUN_COMPLETED",
resourceArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-7sbz2...",
topicArn = "arn:aws:sns:us-west-2:123456789012:exampletopic"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab