GetCustomHostnameFallbackOriginResult

data class GetCustomHostnameFallbackOriginResult(val createdAt: String, val errors: List<String>, val id: String, val origin: String, val status: String, val updatedAt: String, val zoneId: String)

A collection of values returned by getCustomHostnameFallbackOrigin.

Constructors

Link copied to clipboard
constructor(createdAt: String, errors: List<String>, id: String, origin: String, status: String, updatedAt: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This is the time the fallback origin was created.

Link copied to clipboard

These are errors that were encountered while trying to activate a fallback origin.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Your origin hostname that requests to your custom hostnames will be sent to.

Link copied to clipboard

Status of the fallback origin's activation. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deploymenttimedout", "deletiontimedout".

Link copied to clipboard

This is the time the fallback origin was updated.

Link copied to clipboard

Identifier.