Config Rule Args
data class ConfigRuleArgs(val compliance: Output<CompliancePropertiesArgs>? = null, val configRuleName: Output<String>? = null, val description: Output<String>? = null, val evaluationModes: Output<List<ConfigRuleEvaluationModeConfigurationArgs>>? = null, val inputParameters: Output<String>? = null, val maximumExecutionFrequency: Output<String>? = null, val scope: Output<ConfigRuleScopeArgs>? = null, val source: Output<ConfigRuleSourceArgs>? = null) : ConvertibleToJava<ConfigRuleArgs>
Schema for AWS Config ConfigRule
Constructors
Link copied to clipboard
fun ConfigRuleArgs(compliance: Output<CompliancePropertiesArgs>? = null, configRuleName: Output<String>? = null, description: Output<String>? = null, evaluationModes: Output<List<ConfigRuleEvaluationModeConfigurationArgs>>? = null, inputParameters: Output<String>? = null, maximumExecutionFrequency: Output<String>? = null, scope: Output<ConfigRuleScopeArgs>? = null, source: Output<ConfigRuleSourceArgs>? = null)