Class AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy

    • Method Detail

      • getPath

        public final String getPath()
        Description copied from interface: AppEngineApplicationUrlDispatchRulesDispatchRules
        Pathname within the host.

        Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#path AppEngineApplicationUrlDispatchRules#path}

        Specified by:
        getPath in interface AppEngineApplicationUrlDispatchRulesDispatchRules
      • getService

        public final String getService()
        Description copied from interface: AppEngineApplicationUrlDispatchRulesDispatchRules
        Pathname within the host.

        Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#service AppEngineApplicationUrlDispatchRules#service}

        Specified by:
        getService in interface AppEngineApplicationUrlDispatchRulesDispatchRules
      • $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