TrailInsightSelectorArgs

data class TrailInsightSelectorArgs(val insightType: Output<String>? = null) : ConvertibleToJava<TrailInsightSelectorArgs>

A string that contains insight types that are logged on a trail.

Constructors

Link copied to clipboard
fun TrailInsightSelectorArgs(insightType: Output<String>? = null)

Functions

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

Properties

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

The type of insight to log on a trail.