Config Rule Source
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)