Interface AppEngineApplicationUrlDispatchRulesDispatchRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.422Z") @Stability(Stable) public interface AppEngineApplicationUrlDispatchRulesDispatchRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineApplicationUrlDispatchRulesDispatchRules.BuilderA builder forAppEngineApplicationUrlDispatchRulesDispatchRulesstatic classAppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$ProxyAn implementation forAppEngineApplicationUrlDispatchRulesDispatchRules
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AppEngineApplicationUrlDispatchRulesDispatchRules.Builderbuilder()default StringgetDomain()Domain name to match against.StringgetPath()Pathname within the host.StringgetService()Pathname within the host.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
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}
-
getService
@Stability(Stable) @NotNull String getService()
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}
-
getDomain
@Stability(Stable) @Nullable default String getDomain()
Domain name to match against.The wildcard "*" is supported if specified before a period: "*.". Defaults to matching all domains: "*". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#domain AppEngineApplicationUrlDispatchRules#domain}
-
builder
@Stability(Stable) static AppEngineApplicationUrlDispatchRulesDispatchRules.Builder builder()
-
-