AssessmentTemplateEventSubscription

data class AssessmentTemplateEventSubscription(val event: String, val topicArn: String)

Constructors

Link copied to clipboard
constructor(event: String, topicArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The event for which you want to receive SNS notifications. Valid values are ASSESSMENT_RUN_STARTED, ASSESSMENT_RUN_COMPLETED, ASSESSMENT_RUN_STATE_CHANGED, and FINDING_REPORTED.

Link copied to clipboard

The ARN of the SNS topic to which notifications are sent.