LiveMigrationStep
import type { LiveMigrationStep } from "https://googleapis.deno.dev/v1/firebaseapphosting:v1.ts";
A set of updates including ACME challenges and DNS records that allow App
Hosting to create an SSL certificate and establish project ownership for your
domain name before you direct traffic to App Hosting servers. Use these
updates to facilitate zero downtime migrations to App Hosting from other
services. After you've made the recommended updates, check your custom
domain's ownershipState
and certState
. To avoid downtime, they should be
OWNERSHIP_ACTIVE
and CERT_ACTIVE
, respectively, before you update your
A
and AAAA
records.
§Properties
Output only. DNS updates to facilitate your domain's zero-downtime migration to App Hosting.
Output only. One or more states from the CustomDomainStatus
of the
migrating domain that this step is attempting to make ACTIVE. For example,
if the step is attempting to mint an SSL certificate, this field will
include CERT_STATE
.