GetResolutionLinesPlainArgs

data class GetResolutionLinesPlainArgs(val domainName: String? = null, val lang: String? = null, val lineCodes: List<String>? = null, val lineDisplayNames: List<String>? = null, val lineNames: List<String>? = null, val outputFile: String? = null, val userClientIp: String? = null) : ConvertibleToJava<GetResolutionLinesPlainArgs>

A collection of arguments for invoking getResolutionLines.

Constructors

Link copied to clipboard
constructor(domainName: String? = null, lang: String? = null, lineCodes: List<String>? = null, lineDisplayNames: List<String>? = null, lineNames: List<String>? = null, outputFile: String? = null, userClientIp: String? = null)

Properties

Link copied to clipboard
val domainName: String? = null

Domain Name.

Link copied to clipboard
val lang: String? = null

language.

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

A list of lines codes.

Link copied to clipboard

A list of line display names.

Link copied to clipboard
val lineNames: List<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 userClientIp: String? = null

The ip of user client.

Functions

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