registrations_google_domains_forwarding_config
Creates, updates, deletes, gets or lists a registrations_google_domains_forwarding_config
resource.
Overview
Name | registrations_google_domains_forwarding_config |
Type | Resource |
Id | google.domains.registrations_google_domains_forwarding_config |
Fields
Name | Datatype | Description |
---|---|---|
domainForwardings | array | The list of domain forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone. |
emailForwardings | array | The list of email forwarding configurations. A forwarding configuration might not work correctly if the required DNS records are not present in the domain's authoritative DNS zone. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
retrieve_google_domains_forwarding_config | SELECT | locationsId, projectsId, registrationsId | Lists the deprecated domain and email forwarding configurations you set up in the deprecated Google Domains UI. The configuration is present only for domains with the google_domains_redirects_data_available set to true in the Registration 's dns_settings . A forwarding configuration might not work correctly if required DNS records are not present in the domain's authoritative DNS Zone. |
SELECT
examples
Lists the deprecated domain and email forwarding configurations you set up in the deprecated Google Domains UI. The configuration is present only for domains with the google_domains_redirects_data_available
set to true
in the Registration
's dns_settings
. A forwarding configuration might not work correctly if required DNS records are not present in the domain's authoritative DNS Zone.
SELECT
domainForwardings,
emailForwardings
FROM google.domains.registrations_google_domains_forwarding_config
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND registrationsId = '{{ registrationsId }}';