The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.
Note: This field is used in responses only. Any value specified here in a request is ignored.
ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support.
By default, a managed certificate is automatically created for every domain mapping. To omit SSL support or to configure SSL manually, specify SslManagementType.MANUAL on a CREATE or UPDATE request. You must be authorized to administer the AuthorizedCertificate resource to manually map it to a DomainMapping resource. Example: 12345.
SSL management type for this domain. If AUTOMATIC, a managed certificate is automatically provisioned. If MANUAL, certificateId must be manually specified in order to configure SSL for this domain.
pendingManagedCertificateId
string
ID of the managed AuthorizedCertificate resource currently being provisioned, if applicable. Until the new managed certificate has been successfully provisioned, the previous SSL state will be preserved. Once the provisioning process completes, the certificateId field will reflect the new managed certificate and this field will be left empty. To remove SSL support while there is still a pending managed certificate, clear the certificateId field with an UpdateDomainMappingRequest.
Note: This field is used in responses only. Any value specified here in a request is ignored.
SslManagementType
The SSL management type for this domain.
Enums
SSL_MANAGEMENT_TYPE_UNSPECIFIED
Defaults to AUTOMATIC.
AUTOMATIC
SSL support for this domain is configured automatically. The mapped SSL certificate will be automatically renewed.
MANUAL
SSL support for this domain is configured manually by the user. Either the domain has no SSL support or a user-obtained SSL certificate has been explictly mapped to this domain.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis document describes how to manage domain mappings for App Engine applications, including configuration and resource records.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDomainMapping\u003c/code\u003e resources link custom domains to an App Engine application, with the \u003ccode\u003eid\u003c/code\u003e field representing the domain name and \u003ccode\u003esslSettings\u003c/code\u003e managing SSL configuration.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSslSettings\u003c/code\u003e allows for either \u003ccode\u003eAUTOMATIC\u003c/code\u003e or \u003ccode\u003eMANUAL\u003c/code\u003e SSL management, where \u003ccode\u003eAUTOMATIC\u003c/code\u003e provisions a managed certificate and \u003ccode\u003eMANUAL\u003c/code\u003e requires a user-provided certificate.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eResourceRecord\u003c/code\u003e objects define the DNS records necessary to set up the domain mapping, including \u003ccode\u003eA\u003c/code\u003e, \u003ccode\u003eAAAA\u003c/code\u003e, and \u003ccode\u003eCNAME\u003c/code\u003e record types.\u003c/p\u003e\n"],["\u003cp\u003eAvailable methods include \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003epatch\u003c/code\u003e, which respectively map, delete, retrieve, list, and update domain mappings.\u003c/p\u003e\n"]]],[],null,["# REST Resource: apps.domainMappings\n\n- [Resource: DomainMapping](#DomainMapping)\n - [JSON representation](#DomainMapping.SCHEMA_REPRESENTATION)\n- [SslSettings](#SslSettings)\n - [JSON representation](#SslSettings.SCHEMA_REPRESENTATION)\n- [SslManagementType](#SslManagementType)\n- [ResourceRecord](#ResourceRecord)\n - [JSON representation](#ResourceRecord.SCHEMA_REPRESENTATION)\n- [RecordType](#RecordType)\n- [Methods](#METHODS_SUMMARY)\n\nResource: DomainMapping\n-----------------------\n\nA domain serving an App Engine application.\n\nSslSettings\n-----------\n\nSSL configuration for a `DomainMapping` resource.\n\nSslManagementType\n-----------------\n\nThe SSL management type for this domain.\n\nResourceRecord\n--------------\n\nA DNS resource record.\n\nRecordType\n----------\n\nA resource record type."]]