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
constructor(insightType: Output<String>? = null)

Properties

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

The type of insight to log on a trail.

Functions

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