GetWafPoliciesPlainArgs

data class GetWafPoliciesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val queryArgs: String? = null, val status: String? = null) : ConvertibleToJava<GetWafPoliciesPlainArgs>

A collection of arguments for invoking getWafPolicies.

Constructors

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

Properties

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

A list of Waf Policy IDs.

Link copied to clipboard
val nameRegex: String? = null
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 queryArgs: String? = null

The query conditions. The value is a string in the JSON format. Format: {"PolicyIds":"The ID of the proteuleIds":"Thection policy","R range of protection rule IDs","PolicyNameLike":"The name of the protection policy","DomainNames":"The protected domain names","PolicyType":"default","DefenseScenes":"waf_group","PolicyStatus":"on","OrderBy":"GmtModified","Desc":"false"}.

Link copied to clipboard
val status: String? = null

The status of the resource. Valid values: on, off.

Functions

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