GetAggregateConfigRulesPlainArgs

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

Link copied to clipboard
constructor(aggregateConfigRuleName: String? = null, aggregatorId: String, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, riskLevel: Int? = null, status: String? = null)

Properties

Link copied to clipboard

The config rule name.

Link copied to clipboard

The ID of aggregator.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val ids: List<String>? = null

A list of Aggregate Config Rule IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Aggregate Config Rule name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val riskLevel: Int? = null

The Risk Level. Valid values 1: critical, 2: warning, 3: info.

Link copied to clipboard
val status: String? = null

The state of the config rule, valid values: ACTIVE, DELETING, EVALUATING and INACTIVE.

Functions

Link copied to clipboard
open override fun toJava(): GetAggregateConfigRulesPlainArgs