GetZoneRecordsPlainArgs

data class GetZoneRecordsPlainArgs(val ids: List<String>? = null, val keyword: String? = null, val lang: String? = null, val outputFile: String? = null, val searchMode: String? = null, val status: String? = null, val tag: String? = null, val userClientIp: String? = null, val zoneId: String) : ConvertibleToJava<GetZoneRecordsPlainArgs>

A collection of arguments for invoking getZoneRecords.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, keyword: String? = null, lang: String? = null, outputFile: String? = null, searchMode: String? = null, status: String? = null, tag: String? = null, userClientIp: String? = null, zoneId: String)

Properties

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

A list of Private Zone Record IDs.

Link copied to clipboard
val keyword: String? = null

The keyword for record rr and value.

Link copied to clipboard
val lang: String? = null

The language of the response. Default value: en. Valid values: en, zh.

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

The search mode. Default value: EXACT. Valid values:

Link copied to clipboard
val status: String? = null

The status of the Resolve record. Valid values:

Link copied to clipboard
val tag: String? = null

The tag used to search for DNS records.

Link copied to clipboard
val userClientIp: String? = null

The IP address of the client.

Link copied to clipboard

The ID of the private zone.

Functions

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