Config Rule Source Args
data class ConfigRuleSourceArgs(val customPolicyDetails: Output<ConfigRuleCustomPolicyDetailsArgs>? = null, val owner: Output<String>, val sourceDetails: Output<List<ConfigRuleSourceDetailArgs>>? = null, val sourceIdentifier: Output<String>? = null) : ConvertibleToJava<ConfigRuleSourceArgs>
Source of events for the config rule
Constructors
Link copied to clipboard
fun ConfigRuleSourceArgs(customPolicyDetails: Output<ConfigRuleCustomPolicyDetailsArgs>? = null, owner: Output<String>, sourceDetails: Output<List<ConfigRuleSourceDetailArgs>>? = null, sourceIdentifier: Output<String>? = null)