DomainMappingStatus

data class DomainMappingStatus(val conditions: List<DomainMappingStatusCondition>? = null, val mappedRouteName: String? = null, val observedGeneration: Int? = null, val resourceRecords: List<DomainMappingStatusResourceRecord>? = null)

Constructors

Link copied to clipboard
constructor(conditions: List<DomainMappingStatusCondition>? = null, mappedRouteName: String? = null, observedGeneration: Int? = null, resourceRecords: List<DomainMappingStatusResourceRecord>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Array of observed DomainMappingConditions, indicating the current state of the DomainMapping. Structure is documented below.

Link copied to clipboard
val mappedRouteName: String? = null

(Output) The name of the route that the mapping currently points to.

Link copied to clipboard
val observedGeneration: Int? = null

(Output) ObservedGeneration is the 'Generation' of the DomainMapping that was last processed by the controller.

Link copied to clipboard

The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping. Structure is documented below.