GetWorkersCustomDomainsInvokeResult

data class GetWorkersCustomDomainsInvokeResult(val accountId: String, val environment: String? = null, val hostname: String? = null, val id: String, val maxItems: Int? = null, val results: List<GetWorkersCustomDomainsResult>, val service: String? = null, val zoneId: String? = null, val zoneName: String? = null)

A collection of values returned by getWorkersCustomDomains.

Constructors

Link copied to clipboard
constructor(accountId: String, environment: String? = null, hostname: String? = null, id: String, maxItems: Int? = null, results: List<GetWorkersCustomDomainsResult>, service: String? = null, zoneId: String? = null, zoneName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifer of the account.

Link copied to clipboard
val environment: String? = null

Worker environment associated with the zone and hostname.

Link copied to clipboard
val hostname: String? = null

Hostname of the Worker Domain.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val service: String? = null

Worker service associated with the zone and hostname.

Link copied to clipboard
val zoneId: String? = null

Identifier of the zone.

Link copied to clipboard
val zoneName: String? = null

Name of the zone.