requiredDnsUpdates property

List<DnsUpdates>? requiredDnsUpdates
getter/setter pair

Lists the records that must added or removed to a custom domain's DNS in order to finish setup and start serving content.

Field is present during onboarding. Also present after onboarding if one or more of the above states is not *_ACTIVE, indicating the domain's DNS records are in a bad state.

Output only.

Implementation

core.List<DnsUpdates>? requiredDnsUpdates;