GetDomainsPlainArgs

data class GetDomainsPlainArgs(val backend: String? = null, val domain: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetDomainsPlainArgs>

A collection of arguments for invoking getDomains.

Constructors

Link copied to clipboard
constructor(backend: String? = null, domain: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, instanceId: String, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)

Properties

Link copied to clipboard
val backend: String? = null

The address type of the origin server. The address can be an IP address or a domain name. You can specify only one type of address.

Link copied to clipboard
val domain: String? = null

The name of the domain name to query.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

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

A list of domain IDs.

Link copied to clipboard

The WAF instance ID.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null

Functions

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