GetRulesPlainArgs

data class GetRulesPlainArgs(val eventBusName: String, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val ruleNamePrefix: String? = null, val status: String? = null) : ConvertibleToJava<GetRulesPlainArgs>

A collection of arguments for invoking getRules.

Constructors

Link copied to clipboard
constructor(eventBusName: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, ruleNamePrefix: String? = null, status: String? = null)

Properties

Link copied to clipboard

The name of event bus.

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

A list of Rule IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by 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 ruleNamePrefix: String? = null

The rule name prefix.

Link copied to clipboard
val status: String? = null

Rule status, either Enable or Disable. Valid values: DISABLE, ENABLE.

Functions

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