ConfigRuleSource

data class ConfigRuleSource(val customPolicyDetails: ConfigRuleCustomPolicyDetails? = null, val owner: String, val sourceDetails: List<ConfigRuleSourceDetail>? = null, val sourceIdentifier: String? = null)

Source of events for the config rule

Constructors

Link copied to clipboard
fun ConfigRuleSource(customPolicyDetails: ConfigRuleCustomPolicyDetails? = null, owner: String, sourceDetails: List<ConfigRuleSourceDetail>? = null, sourceIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom policy details when rule is custom owned

Link copied to clipboard

Owner of the config rule

Link copied to clipboard

List of message types that can trigger the rule

Link copied to clipboard

Identifier for the source of events