Class CloudRunDomainMappingSpec.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getRouteName

        public final String getRouteName()
        Description copied from interface: CloudRunDomainMappingSpec
        The name of the Cloud Run Service that this DomainMapping applies to. The route must exist.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_domain_mapping#route_name CloudRunDomainMapping#route_name}

        Specified by:
        getRouteName in interface CloudRunDomainMappingSpec
      • getCertificateMode

        public final String getCertificateMode()
        Description copied from interface: CloudRunDomainMappingSpec
        The mode of the certificate. Default value: "AUTOMATIC" Possible values: ["NONE", "AUTOMATIC"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_domain_mapping#certificate_mode CloudRunDomainMapping#certificate_mode}

        Specified by:
        getCertificateMode in interface CloudRunDomainMappingSpec
      • getForceOverride

        public final Object getForceOverride()
        Description copied from interface: CloudRunDomainMappingSpec
        If set, the mapping will override any mapping set before this spec was set.

        It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_domain_mapping#force_override CloudRunDomainMapping#force_override}

        Specified by:
        getForceOverride in interface CloudRunDomainMappingSpec
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object