Interface AppEngineFlexibleAppVersionHandlers
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppEngineFlexibleAppVersionHandlers.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.460Z") @Stability(Stable) public interface AppEngineFlexibleAppVersionHandlers extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineFlexibleAppVersionHandlers.BuilderA builder forAppEngineFlexibleAppVersionHandlersstatic classAppEngineFlexibleAppVersionHandlers.Jsii$ProxyAn implementation forAppEngineFlexibleAppVersionHandlers
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AppEngineFlexibleAppVersionHandlers.Builderbuilder()default StringgetAuthFailAction()Actions to take when the user is not logged in.default StringgetLogin()Methods to restrict access to a URL based on login status.default StringgetRedirectHttpResponseCode()30x code to use when performing redirects for the secure field.default AppEngineFlexibleAppVersionHandlersScriptgetScript()script block.default StringgetSecurityLevel()Security (HTTPS) enforcement for this URL.default AppEngineFlexibleAppVersionHandlersStaticFilesgetStaticFiles()static_files block.default StringgetUrlRegex()URL prefix.
-
-
-
Method Detail
-
getAuthFailAction
@Stability(Stable) @Nullable default String getAuthFailAction()
Actions to take when the user is not logged in. Possible values: ["AUTH_FAIL_ACTION_REDIRECT", "AUTH_FAIL_ACTION_UNAUTHORIZED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#auth_fail_action AppEngineFlexibleAppVersion#auth_fail_action}
-
getLogin
@Stability(Stable) @Nullable default String getLogin()
Methods to restrict access to a URL based on login status. Possible values: ["LOGIN_OPTIONAL", "LOGIN_ADMIN", "LOGIN_REQUIRED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#login AppEngineFlexibleAppVersion#login}
-
getRedirectHttpResponseCode
@Stability(Stable) @Nullable default String getRedirectHttpResponseCode()
30x code to use when performing redirects for the secure field. Possible values: ["REDIRECT_HTTP_RESPONSE_CODE_301", "REDIRECT_HTTP_RESPONSE_CODE_302", "REDIRECT_HTTP_RESPONSE_CODE_303", "REDIRECT_HTTP_RESPONSE_CODE_307"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#redirect_http_response_code AppEngineFlexibleAppVersion#redirect_http_response_code}
-
getScript
@Stability(Stable) @Nullable default AppEngineFlexibleAppVersionHandlersScript getScript()
script block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#script AppEngineFlexibleAppVersion#script}
-
getSecurityLevel
@Stability(Stable) @Nullable default String getSecurityLevel()
Security (HTTPS) enforcement for this URL. Possible values: ["SECURE_DEFAULT", "SECURE_NEVER", "SECURE_OPTIONAL", "SECURE_ALWAYS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#security_level AppEngineFlexibleAppVersion#security_level}
-
getStaticFiles
@Stability(Stable) @Nullable default AppEngineFlexibleAppVersionHandlersStaticFiles getStaticFiles()
static_files block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#static_files AppEngineFlexibleAppVersion#static_files}
-
getUrlRegex
@Stability(Stable) @Nullable default String getUrlRegex()
URL prefix.Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#url_regex AppEngineFlexibleAppVersion#url_regex}
-
builder
@Stability(Stable) static AppEngineFlexibleAppVersionHandlers.Builder builder()
-
-