ApplicationInsightsComponentAnalyticsItemPropertiesArgs

data class ApplicationInsightsComponentAnalyticsItemPropertiesArgs(val functionAlias: Output<String>? = null) : ConvertibleToJava<ApplicationInsightsComponentAnalyticsItemPropertiesArgs>

A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.

Constructors

constructor(functionAlias: Output<String>? = null)

Properties

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

A function alias, used when the type of the item is Function

Functions

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