SourceDetail

Provides the source and the message types that trigger Config to evaluate your Amazon Web Services resources against a rule. It also provides the frequency with which you want Config to run evaluations for the rule if the trigger type is periodic. You can specify the parameter values for SourceDetail only for custom rules.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The source of the event, such as an Amazon Web Services service, that triggers Config to evaluate your Amazon Web Services resources.

Link copied to clipboard

The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger. If you specify a value for MaximumExecutionFrequency, then MessageType must use the ScheduledNotification value.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: SourceDetail.Builder.() -> Unit = {}): SourceDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String