GetRulesPlainArgs

data class GetRulesPlainArgs(val category: Int? = null, val contentCategory: String? = null, val customType: Int? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val productId: String? = null, val riskLevelId: String? = null, val ruleType: Int? = null, val status: String? = null, val warnLevel: Int? = null) : ConvertibleToJava<GetRulesPlainArgs>

A collection of arguments for invoking getRules.

Constructors

Link copied to clipboard
constructor(category: Int? = null, contentCategory: String? = null, customType: Int? = null, enableDetails: Boolean? = null, ids: List<String>? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, productId: String? = null, riskLevelId: String? = null, ruleType: Int? = null, status: String? = null, warnLevel: Int? = null)

Properties

Link copied to clipboard
val category: Int? = null

Sensitive Data Identification Rules for the Type of. Valid values:

Link copied to clipboard
val contentCategory: String? = null

The Content Classification.

Link copied to clipboard
val customType: Int? = null

Sensitive Data Identification Rules of Type. Valid values:

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

A list of Rule IDs.

Link copied to clipboard
val name: String? = null

The name of rule.

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 productId: String? = null

Product ID. Valid values:

Link copied to clipboard
val riskLevelId: String? = null

Sensitive Data Identification Rules of Risk Level ID. Valid values:

Link copied to clipboard
val ruleType: Int? = null

Rule Type.

Link copied to clipboard
val status: String? = null

Sensitive Data Identification Rules Detection State of.

Link copied to clipboard
val warnLevel: Int? = null

The Level of Risk. Valid values:

Functions

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