Detector Model Sns Args
data class DetectorModelSnsArgs(val payload: Output<DetectorModelPayloadArgs>? = null, val targetArn: Output<String>) : ConvertibleToJava<DetectorModelSnsArgs>
Information required to publish the Amazon SNS message.
Constructors
Link copied to clipboard
fun DetectorModelSnsArgs(payload: Output<DetectorModelPayloadArgs>? = null, targetArn: Output<String>)