DomainMappingStatusCondition

data class DomainMappingStatusCondition(val message: String? = null, val reason: String? = null, val status: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null, reason: String? = null, status: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

(Output) Human readable message indicating details about the current status.

Link copied to clipboard
val reason: String? = null

(Output) One-word CamelCase reason for the condition's current status.

Link copied to clipboard
val status: String? = null

(Output) Status of the condition, one of True, False, Unknown.

Link copied to clipboard
val type: String? = null

Resource record type. Example: AAAA. Possible values are: A, AAAA, CNAME.