Interface AppEngineStandardAppVersionHandlers

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    AppEngineStandardAppVersionHandlers.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.489Z")
    @Stability(Stable)
    public interface AppEngineStandardAppVersionHandlers
    extends software.amazon.jsii.JsiiSerializable
    • 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_standard_app_version#auth_fail_action AppEngineStandardAppVersion#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_standard_app_version#login AppEngineStandardAppVersion#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_standard_app_version#redirect_http_response_code AppEngineStandardAppVersion#redirect_http_response_code}

      • getScript

        @Stability(Stable)
        @Nullable
        default AppEngineStandardAppVersionHandlersScript getScript()
        script block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version#script AppEngineStandardAppVersion#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_standard_app_version#security_level AppEngineStandardAppVersion#security_level}

      • getStaticFiles

        @Stability(Stable)
        @Nullable
        default AppEngineStandardAppVersionHandlersStaticFiles getStaticFiles()
        static_files block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_standard_app_version#static_files AppEngineStandardAppVersion#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_standard_app_version#url_regex AppEngineStandardAppVersion#url_regex}