InsightPropertiesArgs

data class InsightPropertiesArgs(val additionalDetails: Output<Any>? = null, val category: Output<String>, val content: Output<ContentArgs>, val eventId: Output<String>? = null, val eventTime: Output<String>? = null, val groupId: Output<String>? = null, val impact: Output<ImpactDetailsArgs>, val insightUniqueId: Output<String>, val status: Output<String>? = null) : ConvertibleToJava<InsightPropertiesArgs>

Impact category properties.

Constructors

Link copied to clipboard
constructor(additionalDetails: Output<Any>? = null, category: Output<String>, content: Output<ContentArgs>, eventId: Output<String>? = null, eventTime: Output<String>? = null, groupId: Output<String>? = null, impact: Output<ImpactDetailsArgs>, insightUniqueId: Output<String>, status: Output<String>? = null)

Properties

Link copied to clipboard
val additionalDetails: Output<Any>? = null

additional details of the insight.

Link copied to clipboard
val category: Output<String>

category of the insight.

Link copied to clipboard
val content: Output<ContentArgs>

Contains title & description for the insight

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

Identifier of the event that has been correlated with this insight. This can be used to aggregate insights for the same event.

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

Time of the event, which has been correlated the impact.

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

Identifier that can be used to group similar insights.

Link copied to clipboard

details of of the impact for which insight has been generated.

Link copied to clipboard
val insightUniqueId: Output<String>

unique id of the insight.

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

status of the insight. example resolved, repaired, other.

Functions

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