Get Aggregate Config Rules Plain Args
data class GetAggregateConfigRulesPlainArgs(val aggregateConfigRuleName: String? = null, val aggregatorId: String, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val riskLevel: Int? = null, val status: String? = null) : ConvertibleToJava<GetAggregateConfigRulesPlainArgs>
A collection of arguments for invoking getAggregateConfigRules.
Constructors
Properties
Link copied to clipboard
The config rule name.
Link copied to clipboard
The ID of aggregator.
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
).