AssessmentTemplateEventSubscriptionArgs

data class AssessmentTemplateEventSubscriptionArgs(val event: Output<String>, val topicArn: Output<String>) : ConvertibleToJava<AssessmentTemplateEventSubscriptionArgs>

Constructors

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

Properties

Link copied to clipboard
val event: Output<String>

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
val topicArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AssessmentTemplateEventSubscriptionArgs