HttpRedirect

Contains information for HTTP-based domain validation of certificates requested through Amazon CloudFront and issued by ACM. This field exists only when the certificate type is AMAZON_ISSUED and the validation method is HTTP.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL including the domain to be validated. The certificate authority sends GET requests here during validation.

Link copied to clipboard

The URL hosting the validation token. RedirectFrom must return this content or redirect here.

Functions

Link copied to clipboard
inline fun copy(block: HttpRedirect.Builder.() -> Unit = {}): HttpRedirect
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String