DiscoveryArgs

data class DiscoveryArgs(val analysisKind: Output<DiscoveryAnalysisKind>? = null) : ConvertibleToJava<DiscoveryArgs>

A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A Discovery occurrence is created in a consumer's project at the start of analysis. The occurrence's operation will indicate the status of the analysis. Absence of an occurrence linked to this note for a resource indicates that analysis hasn't started.

Constructors

Link copied to clipboard
fun DiscoveryArgs(analysisKind: Output<DiscoveryAnalysisKind>? = null)

Functions

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

Properties

Link copied to clipboard
val analysisKind: Output<DiscoveryAnalysisKind>? = null

The kind of analysis that is handled by this discovery.