if (FALSE) {
# Enables the process of sending Amazon Simple Notification Service (SNS)
# notifications about a specified event to a specified SNS topic.
svc$subscribe_to_event(
event = "ASSESSMENT_RUN_COMPLETED",
resourceArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX...",
topicArn = "arn:aws:sns:us-west-2:123456789012:exampletopic"
)
}
Run the code above in your browser using DataLab