AnalysisCompletedArgs

data class AnalysisCompletedArgs(val analysisType: Output<List<String>>? = null) : ConvertibleToJava<AnalysisCompletedArgs>

Indicates which analysis completed successfully. Multiple types of analysis can be performed on a single resource.

Constructors

Link copied to clipboard
fun AnalysisCompletedArgs(analysisType: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val analysisType: Output<List<String>>? = null

type of analysis that were completed on a resource.