GetInstancesPlainArgs

data class GetInstancesPlainArgs(val ids: List<String>? = null, val instanceSource: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val status: Int? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, instanceSource: String? = null, outputFile: String? = null, resourceGroupId: String? = null, status: Int? = null)

Properties

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

A list of WAF instance IDs.

Link copied to clipboard
val instanceSource: String? = null

The source of the WAF instance.

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

The ID of resource group to which WAF instance belongs.

Link copied to clipboard
val status: Int? = null

The status of WAF instance to filter results. Optional value: 0: The instance has expired, 1 : The instance has not expired and is working properly.

Functions

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