Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.firebasehosting/v1beta1.getCustomDomain
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the specified CustomDomain.
Using getCustomDomain
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCustomDomain(args: GetCustomDomainArgs, opts?: InvokeOptions): Promise<GetCustomDomainResult>
function getCustomDomainOutput(args: GetCustomDomainOutputArgs, opts?: InvokeOptions): Output<GetCustomDomainResult>def get_custom_domain(custom_domain_id: Optional[str] = None,
                      project: Optional[str] = None,
                      site_id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetCustomDomainResult
def get_custom_domain_output(custom_domain_id: Optional[pulumi.Input[str]] = None,
                      project: Optional[pulumi.Input[str]] = None,
                      site_id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetCustomDomainResult]func LookupCustomDomain(ctx *Context, args *LookupCustomDomainArgs, opts ...InvokeOption) (*LookupCustomDomainResult, error)
func LookupCustomDomainOutput(ctx *Context, args *LookupCustomDomainOutputArgs, opts ...InvokeOption) LookupCustomDomainResultOutput> Note: This function is named LookupCustomDomain in the Go SDK.
public static class GetCustomDomain 
{
    public static Task<GetCustomDomainResult> InvokeAsync(GetCustomDomainArgs args, InvokeOptions? opts = null)
    public static Output<GetCustomDomainResult> Invoke(GetCustomDomainInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomDomainResult> getCustomDomain(GetCustomDomainArgs args, InvokeOptions options)
public static Output<GetCustomDomainResult> getCustomDomain(GetCustomDomainArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:firebasehosting/v1beta1:getCustomDomain
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CustomDomain stringId 
- SiteId string
- Project string
- CustomDomain stringId 
- SiteId string
- Project string
- customDomain StringId 
- siteId String
- project String
- customDomain stringId 
- siteId string
- project string
- custom_domain_ strid 
- site_id str
- project str
- customDomain StringId 
- siteId String
- project String
getCustomDomain Result
The following output properties are available:
- Annotations Dictionary<string, string>
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- Cert
Pulumi.Google Native. Firebase Hosting. V1Beta1. Outputs. Certificate Response 
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- CertPreference string
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- CreateTime string
- The custom domain's create time.
- DeleteTime string
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- Etag string
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- ExpireTime string
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- HostState string
- The HostStateof the domain name thisCustomDomainrefers to.
- Issues
List<Pulumi.Google Native. Firebase Hosting. V1Beta1. Outputs. Status Response> 
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- Labels Dictionary<string, string>
- Labels used for extra metadata and/or filtering.
- Name string
- The fully-qualified name of the CustomDomain.
- OwnershipState string
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- Reconciling bool
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- RedirectTarget string
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- RequiredDns Pulumi.Updates Google Native. Firebase Hosting. V1Beta1. Outputs. Dns Updates Response 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- UpdateTime string
- The last time the CustomDomainwas updated.
- Annotations map[string]string
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- Cert
CertificateResponse 
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- CertPreference string
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- CreateTime string
- The custom domain's create time.
- DeleteTime string
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- Etag string
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- ExpireTime string
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- HostState string
- The HostStateof the domain name thisCustomDomainrefers to.
- Issues
[]StatusResponse 
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- Labels map[string]string
- Labels used for extra metadata and/or filtering.
- Name string
- The fully-qualified name of the CustomDomain.
- OwnershipState string
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- Reconciling bool
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- RedirectTarget string
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- RequiredDns DnsUpdates Updates Response 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- UpdateTime string
- The last time the CustomDomainwas updated.
- annotations Map<String,String>
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- cert
CertificateResponse 
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- certPreference String
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- createTime String
- The custom domain's create time.
- deleteTime String
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- etag String
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- expireTime String
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- hostState String
- The HostStateof the domain name thisCustomDomainrefers to.
- issues
List<StatusResponse> 
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- labels Map<String,String>
- Labels used for extra metadata and/or filtering.
- name String
- The fully-qualified name of the CustomDomain.
- ownershipState String
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- reconciling Boolean
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- redirectTarget String
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- requiredDns DnsUpdates Updates Response 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- updateTime String
- The last time the CustomDomainwas updated.
- annotations {[key: string]: string}
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- cert
CertificateResponse 
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- certPreference string
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- createTime string
- The custom domain's create time.
- deleteTime string
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- etag string
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- expireTime string
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- hostState string
- The HostStateof the domain name thisCustomDomainrefers to.
- issues
StatusResponse[] 
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- labels {[key: string]: string}
- Labels used for extra metadata and/or filtering.
- name string
- The fully-qualified name of the CustomDomain.
- ownershipState string
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- reconciling boolean
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- redirectTarget string
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- requiredDns DnsUpdates Updates Response 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- updateTime string
- The last time the CustomDomainwas updated.
- annotations Mapping[str, str]
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- cert
CertificateResponse 
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- cert_preference str
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- create_time str
- The custom domain's create time.
- delete_time str
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- etag str
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- expire_time str
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- host_state str
- The HostStateof the domain name thisCustomDomainrefers to.
- issues
Sequence[StatusResponse] 
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- labels Mapping[str, str]
- Labels used for extra metadata and/or filtering.
- name str
- The fully-qualified name of the CustomDomain.
- ownership_state str
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- reconciling bool
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- redirect_target str
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- required_dns_ Dnsupdates Updates Response 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- update_time str
- The last time the CustomDomainwas updated.
- annotations Map<String>
- Annotations you can add to leave both human- and machine-readable metadata about your CustomDomain.
- cert Property Map
- The SSL certificate Hosting has for this custom domain's domain name. For new custom domains, this often represents Hosting's intent to create a certificate, rather than an actual cert. Check the statefield for more.
- certPreference String
- A field that lets you specify which SSL certificate type Hosting creates for your domain name. Spark plan custom domains only have access to the GROUPEDcert type, while Blaze plan domains can select any option.
- createTime String
- The custom domain's create time.
- deleteTime String
- The time the CustomDomainwas deleted; null for custom domains that haven't been deleted. Deleted custom domains persist for approximately 30 days, after which time Hosting removes them completely. To restore a deleted custom domain, make anUndeleteCustomDomainrequest.
- etag String
- A string that represents the current state of the CustomDomainand allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when makingUpdateCustomDomain,DeleteCustomDomain, andUndeleteCustomDomainrequests.
- expireTime String
- The minimum time before a soft-deleted CustomDomainis completely removed from Hosting; null for custom domains that haven't been deleted.
- hostState String
- The HostStateof the domain name thisCustomDomainrefers to.
- issues List<Property Map>
- A set of errors Hosting systems encountered when trying to establish Hosting's ability to serve secure content for your domain name. Resolve these issues to ensure your CustomDomainbehaves properly.
- labels Map<String>
- Labels used for extra metadata and/or filtering.
- name String
- The fully-qualified name of the CustomDomain.
- ownershipState String
- The OwnershipStateof the domain name thisCustomDomainrefers to.
- reconciling Boolean
- A field that, if true, indicates that Hosting's systems are attmepting to make the custom domain's state match your preferred state. This is most frequently truewhen initially provisioning aCustomDomainafter aCreateCustomDomainrequest or when creating a new SSL certificate to match an updatedcert_preferenceafter anUpdateCustomDomainrequest.
- redirectTarget String
- A domain name that this CustomDomainshould direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specifiedredirect_targetinstead.
- requiredDns Property MapUpdates 
- A set of updates you should make to the domain name's DNS records to let Hosting serve secure content on its behalf.
- updateTime String
- The last time the CustomDomainwas updated.
Supporting Types
CertVerificationResponse  
- Dns
Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Dns Updates Response 
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- Http
Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Http Update Response 
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
- Dns
DnsUpdates Response 
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- Http
HttpUpdate Response 
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
- dns
DnsUpdates Response 
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- http
HttpUpdate Response 
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
- dns
DnsUpdates Response 
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- http
HttpUpdate Response 
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
- dns
DnsUpdates Response 
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- http
HttpUpdate Response 
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
- dns Property Map
- A TXTrecord to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
- http Property Map
- A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.
CertificateResponse 
- CreateTime string
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- ExpireTime string
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- Issues
List<Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Status Response> 
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- State string
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- Type string
- The certificate's type.
- Verification
Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Cert Verification Response 
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
- CreateTime string
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- ExpireTime string
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- Issues
[]StatusResponse 
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- State string
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- Type string
- The certificate's type.
- Verification
CertVerification Response 
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
- createTime String
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- expireTime String
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- issues
List<StatusResponse> 
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- state String
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- type String
- The certificate's type.
- verification
CertVerification Response 
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
- createTime string
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- expireTime string
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- issues
StatusResponse[] 
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- state string
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- type string
- The certificate's type.
- verification
CertVerification Response 
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
- create_time str
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- expire_time str
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- issues
Sequence[StatusResponse] 
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- state str
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- type str
- The certificate's type.
- verification
CertVerification Response 
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
- createTime String
- The certificate's creation time. For TEMPORARYcerts this is the time Hosting first generated challenges for your domain name. For all other cert types, it's the time the actual cert was created.
- expireTime String
- The certificate's expiration time. After this time, the cert can no longer be used to provide secure communication between Hosting and your site's visitors.
- issues List<Property Map>
- A set of errors Hosting encountered when attempting to create a cert for your domain name. Resolve these issues to ensure Hosting is able to provide secure communication with your site's visitors.
- state String
- The state of the certificate. Only the CERT_ACTIVEandCERT_EXPIRING_SOONstates provide SSL coverage for a domain name. If the state isPROPAGATINGand Hosting had an active cert for the domain name before, that formerly-active cert provides SSL coverage for the domain name until the current cert propagates.
- type String
- The certificate's type.
- verification Property Map
- A set of ACME challenges you can add to your DNS records or existing, non-Hosting hosting provider to allow Hosting to create an SSL certificate for your domain name before you point traffic toward hosting. You can use thse challenges as part of a zero downtime transition from your old provider to Hosting.
DnsRecordResponse  
- DomainName string
- The domain name the record pertains to, e.g. foo.bar.com..
- Rdata string
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- RequiredAction string
- An enum that indicates the a required action for this record.
- Type string
- The record's type, which determines what data the record contains.
- DomainName string
- The domain name the record pertains to, e.g. foo.bar.com..
- Rdata string
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- RequiredAction string
- An enum that indicates the a required action for this record.
- Type string
- The record's type, which determines what data the record contains.
- domainName String
- The domain name the record pertains to, e.g. foo.bar.com..
- rdata String
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- requiredAction String
- An enum that indicates the a required action for this record.
- type String
- The record's type, which determines what data the record contains.
- domainName string
- The domain name the record pertains to, e.g. foo.bar.com..
- rdata string
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- requiredAction string
- An enum that indicates the a required action for this record.
- type string
- The record's type, which determines what data the record contains.
- domain_name str
- The domain name the record pertains to, e.g. foo.bar.com..
- rdata str
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- required_action str
- An enum that indicates the a required action for this record.
- type str
- The record's type, which determines what data the record contains.
- domainName String
- The domain name the record pertains to, e.g. foo.bar.com..
- rdata String
- The data of the record. The meaning of the value depends on record type: - A and AAAA: IP addresses for the domain name. - CNAME: Another domain to check for records. - TXT: Arbitrary text strings associated with the domain name. Hosting uses TXT records to determine which Firebase projects have permission to act on the domain name's behalf. - CAA: The record's flags, tag, and value, e.g. 0 issue "pki.goog".
- requiredAction String
- An enum that indicates the a required action for this record.
- type String
- The record's type, which determines what data the record contains.
DnsRecordSetResponse   
- CheckError Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Status Response 
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- DomainName string
- The domain name the record set pertains to.
- Records
List<Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Dns Record Response> 
- Records on the domain.
- CheckError StatusResponse 
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- DomainName string
- The domain name the record set pertains to.
- Records
[]DnsRecord Response 
- Records on the domain.
- checkError StatusResponse 
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- domainName String
- The domain name the record set pertains to.
- records
List<DnsRecord Response> 
- Records on the domain.
- checkError StatusResponse 
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- domainName string
- The domain name the record set pertains to.
- records
DnsRecord Response[] 
- Records on the domain.
- check_error StatusResponse 
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- domain_name str
- The domain name the record set pertains to.
- records
Sequence[DnsRecord Response] 
- Records on the domain.
- checkError Property Map
- An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAINerrors, as those generally just mean that a domain name hasn't been set up yet.
- domainName String
- The domain name the record set pertains to.
- records List<Property Map>
- Records on the domain.
DnsUpdatesResponse  
- CheckTime string
- The last time Hosting checked your custom domain's DNS records.
- Desired
List<Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Dns Record Set Response> 
- The set of DNS records Hosting needs to serve secure content on the domain.
- Discovered
List<Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Dns Record Set Response> 
- The set of DNS records Hosting discovered when inspecting a domain.
- CheckTime string
- The last time Hosting checked your custom domain's DNS records.
- Desired
[]DnsRecord Set Response 
- The set of DNS records Hosting needs to serve secure content on the domain.
- Discovered
[]DnsRecord Set Response 
- The set of DNS records Hosting discovered when inspecting a domain.
- checkTime String
- The last time Hosting checked your custom domain's DNS records.
- desired
List<DnsRecord Set Response> 
- The set of DNS records Hosting needs to serve secure content on the domain.
- discovered
List<DnsRecord Set Response> 
- The set of DNS records Hosting discovered when inspecting a domain.
- checkTime string
- The last time Hosting checked your custom domain's DNS records.
- desired
DnsRecord Set Response[] 
- The set of DNS records Hosting needs to serve secure content on the domain.
- discovered
DnsRecord Set Response[] 
- The set of DNS records Hosting discovered when inspecting a domain.
- check_time str
- The last time Hosting checked your custom domain's DNS records.
- desired
Sequence[DnsRecord Set Response] 
- The set of DNS records Hosting needs to serve secure content on the domain.
- discovered
Sequence[DnsRecord Set Response] 
- The set of DNS records Hosting discovered when inspecting a domain.
- checkTime String
- The last time Hosting checked your custom domain's DNS records.
- desired List<Property Map>
- The set of DNS records Hosting needs to serve secure content on the domain.
- discovered List<Property Map>
- The set of DNS records Hosting discovered when inspecting a domain.
HttpUpdateResponse  
- CheckError Pulumi.Google Native. Firebase Hosting. V1Beta1. Inputs. Status Response 
- An error encountered during the last contents check. If null, the check completed successfully.
- Desired string
- A text string to serve at the path.
- Discovered string
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- LastCheck stringTime 
- The last time Hosting systems checked for the file contents.
- Path string
- The path to the file.
- CheckError StatusResponse 
- An error encountered during the last contents check. If null, the check completed successfully.
- Desired string
- A text string to serve at the path.
- Discovered string
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- LastCheck stringTime 
- The last time Hosting systems checked for the file contents.
- Path string
- The path to the file.
- checkError StatusResponse 
- An error encountered during the last contents check. If null, the check completed successfully.
- desired String
- A text string to serve at the path.
- discovered String
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- lastCheck StringTime 
- The last time Hosting systems checked for the file contents.
- path String
- The path to the file.
- checkError StatusResponse 
- An error encountered during the last contents check. If null, the check completed successfully.
- desired string
- A text string to serve at the path.
- discovered string
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- lastCheck stringTime 
- The last time Hosting systems checked for the file contents.
- path string
- The path to the file.
- check_error StatusResponse 
- An error encountered during the last contents check. If null, the check completed successfully.
- desired str
- A text string to serve at the path.
- discovered str
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- last_check_ strtime 
- The last time Hosting systems checked for the file contents.
- path str
- The path to the file.
- checkError Property Map
- An error encountered during the last contents check. If null, the check completed successfully.
- desired String
- A text string to serve at the path.
- discovered String
- Whether Hosting was able to find the required file contents on the specified path during its last check.
- lastCheck StringTime 
- The last time Hosting systems checked for the file contents.
- path String
- The path to the file.
StatusResponse 
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details
List<ImmutableDictionary<string, string>> 
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- Code int
- The status code, which should be an enum value of google.rpc.Code.
- Details []map[string]string
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- Message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Integer
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String,String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code number
- The status code, which should be an enum value of google.rpc.Code.
- details {[key: string]: string}[]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message string
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code int
- The status code, which should be an enum value of google.rpc.Code.
- details Sequence[Mapping[str, str]]
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message str
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- code Number
- The status code, which should be an enum value of google.rpc.Code.
- details List<Map<String>>
- A list of messages that carry the error details. There is a common set of message types for APIs to use.
- message String
- A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi