ConfigRuleSourceDetailArgs

data class ConfigRuleSourceDetailArgs(val eventSource: Output<String>, val maximumExecutionFrequency: Output<String>? = null, val messageType: Output<String>) : ConvertibleToJava<ConfigRuleSourceDetailArgs>

Source and message type that can trigger the rule

Constructors

Link copied to clipboard
fun ConfigRuleSourceDetailArgs(eventSource: Output<String>, maximumExecutionFrequency: Output<String>? = null, messageType: Output<String>)

Functions

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

Properties

Link copied to clipboard
val eventSource: Output<String>

Source of event that can trigger the rule

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

Frequency at which the rule has to be evaluated

Link copied to clipboard
val messageType: Output<String>

Notification type that can trigger the rule