TrailInsightSelectorArgs

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

Constructors

Link copied to clipboard
constructor(insightType: Output<String>)

Properties

Link copied to clipboard
val insightType: Output<String>

Type of insights to log on a trail. Valid values are: ApiCallRateInsight and ApiErrorRateInsight.

Functions

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