MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfigurationArgs

data class MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfigurationArgs(val keywords: Output<List<String>>, val negate: Output<Boolean>? = null, val ruleName: Output<String>) : ConvertibleToJava<MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfigurationArgs>

Constructors

constructor(keywords: Output<List<String>>, negate: Output<Boolean>? = null, ruleName: Output<String>)

Properties

Link copied to clipboard
val keywords: Output<List<String>>

Collection of keywords to match.

Link copied to clipboard
val negate: Output<Boolean>? = null

Negate the rule.

Link copied to clipboard
val ruleName: Output<String>

Rule name.

Functions

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