Get Rules Plain Args
data class GetRulesPlainArgs(val configRuleState: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val riskLevel: Int? = null, val ruleName: String? = null, val status: String? = null) : ConvertibleToJava<GetRulesPlainArgs>
A collection of arguments for invoking getRules.
Constructors
Properties
Link copied to clipboard
Field config_rule_state
has been deprecated from provider version 1.124.1. New field status
instead.
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).