RuleSourceSourceDetail

data class RuleSourceSourceDetail(val eventSource: String? = null, val maximumExecutionFrequency: String? = null, val messageType: String? = null)

Constructors

Link copied to clipboard
constructor(eventSource: String? = null, maximumExecutionFrequency: String? = null, messageType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventSource: String? = null

The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWSresources. This defaults to aws.config and is the only valid value.

Link copied to clipboard

The frequency that you want AWS Config to run evaluations for a rule that istriggered periodically. If specified, requires message_type to be ScheduledNotification.

Link copied to clipboard
val messageType: String? = null

The type of notification that triggers AWS Config to run an evaluation for a rule. You canspecify the following notification types: