DiscoveryArgs

data class DiscoveryArgs(val analysisKind: Output<DiscoveryAnalysisKind>) : 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.

Constructors

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

Functions

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

Properties

Link copied to clipboard

Immutable. The kind of analysis that is handled by this discovery.