MediaInsightsPipelineConfigurationRealTimeAlertConfigurationRuleKeywordMatchConfigurationArgs

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

Constructors

Functions

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

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.