1. Packages
  2. Google Cloud Native
  3. API Docs
  4. firebasehosting
  5. firebasehosting/v1beta1
  6. getCustomDomain

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-native logo

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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:firebasehosting/v1beta1:getCustomDomain
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CustomDomainId string
    SiteId string
    Project string
    CustomDomainId string
    SiteId string
    Project string
    customDomainId String
    siteId String
    project String
    customDomainId string
    siteId string
    project string
    customDomainId String
    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.GoogleNative.FirebaseHosting.V1Beta1.Outputs.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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    CreateTime string
    The custom domain's create time.
    DeleteTime string
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    Etag string
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    ExpireTime string
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    HostState string
    The HostState of the domain name this CustomDomain refers to.
    Issues List<Pulumi.GoogleNative.FirebaseHosting.V1Beta1.Outputs.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 CustomDomain behaves 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 OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    RedirectTarget string
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    RequiredDnsUpdates Pulumi.GoogleNative.FirebaseHosting.V1Beta1.Outputs.DnsUpdatesResponse
    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 CustomDomain was 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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    CreateTime string
    The custom domain's create time.
    DeleteTime string
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    Etag string
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    ExpireTime string
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    HostState string
    The HostState of the domain name this CustomDomain refers 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 CustomDomain behaves 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 OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    RedirectTarget string
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    RequiredDnsUpdates DnsUpdatesResponse
    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 CustomDomain was 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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    createTime String
    The custom domain's create time.
    deleteTime String
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    etag String
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    expireTime String
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    hostState String
    The HostState of the domain name this CustomDomain refers 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 CustomDomain behaves 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 OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    redirectTarget String
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    requiredDnsUpdates DnsUpdatesResponse
    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 CustomDomain was 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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    createTime string
    The custom domain's create time.
    deleteTime string
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    etag string
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    expireTime string
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    hostState string
    The HostState of the domain name this CustomDomain refers 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 CustomDomain behaves 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 OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    redirectTarget string
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    requiredDnsUpdates DnsUpdatesResponse
    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 CustomDomain was 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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    create_time str
    The custom domain's create time.
    delete_time str
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    etag str
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    expire_time str
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    host_state str
    The HostState of the domain name this CustomDomain refers 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 CustomDomain behaves 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 OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    redirect_target str
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    required_dns_updates DnsUpdatesResponse
    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 CustomDomain was 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 state field 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 GROUPED cert type, while Blaze plan domains can select any option.
    createTime String
    The custom domain's create time.
    deleteTime String
    The time the CustomDomain was 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 an UndeleteCustomDomain request.
    etag String
    A string that represents the current state of the CustomDomain and allows you to confirm its initial state in requests that would modify it. Use the tag to ensure consistency when making UpdateCustomDomain, DeleteCustomDomain, and UndeleteCustomDomain requests.
    expireTime String
    The minimum time before a soft-deleted CustomDomain is completely removed from Hosting; null for custom domains that haven't been deleted.
    hostState String
    The HostState of the domain name this CustomDomain refers 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 CustomDomain behaves properly.
    labels Map<String>
    Labels used for extra metadata and/or filtering.
    name String
    The fully-qualified name of the CustomDomain.
    ownershipState String
    The OwnershipState of the domain name this CustomDomain refers 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 true when initially provisioning a CustomDomain after a CreateCustomDomain request or when creating a new SSL certificate to match an updated cert_preference after an UpdateCustomDomain request.
    redirectTarget String
    A domain name that this CustomDomain should direct traffic towards. If specified, Hosting will respond to requests against this custom domain with an HTTP 301 code, and route traffic to the specified redirect_target instead.
    requiredDnsUpdates Property Map
    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 CustomDomain was updated.

    Supporting Types

    CertVerificationResponse

    Dns Pulumi.GoogleNative.FirebaseHosting.V1Beta1.Inputs.DnsUpdatesResponse
    A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
    Http Pulumi.GoogleNative.FirebaseHosting.V1Beta1.Inputs.HttpUpdateResponse
    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 DnsUpdatesResponse
    A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
    Http HttpUpdateResponse
    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 DnsUpdatesResponse
    A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
    http HttpUpdateResponse
    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 DnsUpdatesResponse
    A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
    http HttpUpdateResponse
    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 DnsUpdatesResponse
    A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
    http HttpUpdateResponse
    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 TXT record 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 TEMPORARY certs 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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.CertVerificationResponse
    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 TEMPORARY certs 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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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 CertVerificationResponse
    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 TEMPORARY certs 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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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 CertVerificationResponse
    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 TEMPORARY certs 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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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 CertVerificationResponse
    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 TEMPORARY certs 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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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 CertVerificationResponse
    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 TEMPORARY certs 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_ACTIVE and CERT_EXPIRING_SOON states provide SSL coverage for a domain name. If the state is PROPAGATING and 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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.StatusResponse
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.DnsRecordResponse>
    Records on the domain.
    CheckError StatusResponse
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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 []DnsRecordResponse
    Records on the domain.
    checkError StatusResponse
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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<DnsRecordResponse>
    Records on the domain.
    checkError StatusResponse
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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 DnsRecordResponse[]
    Records on the domain.
    check_error StatusResponse
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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[DnsRecordResponse]
    Records on the domain.
    checkError Property Map
    An error Hosting services encountered when querying your domain name's DNS records. Note: Hosting ignores NXDOMAIN errors, 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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.DnsRecordSetResponse>
    The set of DNS records Hosting needs to serve secure content on the domain.
    Discovered List<Pulumi.GoogleNative.FirebaseHosting.V1Beta1.Inputs.DnsRecordSetResponse>
    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 []DnsRecordSetResponse
    The set of DNS records Hosting needs to serve secure content on the domain.
    Discovered []DnsRecordSetResponse
    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<DnsRecordSetResponse>
    The set of DNS records Hosting needs to serve secure content on the domain.
    discovered List<DnsRecordSetResponse>
    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 DnsRecordSetResponse[]
    The set of DNS records Hosting needs to serve secure content on the domain.
    discovered DnsRecordSetResponse[]
    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[DnsRecordSetResponse]
    The set of DNS records Hosting needs to serve secure content on the domain.
    discovered Sequence[DnsRecordSetResponse]
    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.GoogleNative.FirebaseHosting.V1Beta1.Inputs.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.
    LastCheckTime string
    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.
    LastCheckTime string
    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.
    lastCheckTime String
    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.
    lastCheckTime string
    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_time str
    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.
    lastCheckTime String
    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-native logo

    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