Interface AlbListenerDefaultActionAuthenticateOidc

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.069Z")
    @Stability(Stable)
    public interface AlbListenerDefaultActionAuthenticateOidc
    extends software.amazon.jsii.JsiiSerializable
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static AlbListenerDefaultActionAuthenticateOidc.Builder builder()  
      default Map<String,​String> getAuthenticationRequestExtraParams()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authentication_request_extra_params AlbListener#authentication_request_extra_params}.
      String getAuthorizationEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authorization_endpoint AlbListener#authorization_endpoint}.
      String getClientId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_id AlbListener#client_id}.
      String getClientSecret()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_secret AlbListener#client_secret}.
      String getIssuer()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#issuer AlbListener#issuer}.
      default String getOnUnauthenticatedRequest()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#on_unauthenticated_request AlbListener#on_unauthenticated_request}.
      default String getScope()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.
      default String getSessionCookieName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_cookie_name AlbListener#session_cookie_name}.
      default Number getSessionTimeout()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.
      String getTokenEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#token_endpoint AlbListener#token_endpoint}.
      String getUserInfoEndpoint()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_info_endpoint AlbListener#user_info_endpoint}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getAuthorizationEndpoint

        @Stability(Stable)
        @NotNull
        String getAuthorizationEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authorization_endpoint AlbListener#authorization_endpoint}.
      • getClientId

        @Stability(Stable)
        @NotNull
        String getClientId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_id AlbListener#client_id}.
      • getClientSecret

        @Stability(Stable)
        @NotNull
        String getClientSecret()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_secret AlbListener#client_secret}.
      • getIssuer

        @Stability(Stable)
        @NotNull
        String getIssuer()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#issuer AlbListener#issuer}.
      • getTokenEndpoint

        @Stability(Stable)
        @NotNull
        String getTokenEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#token_endpoint AlbListener#token_endpoint}.
      • getUserInfoEndpoint

        @Stability(Stable)
        @NotNull
        String getUserInfoEndpoint()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_info_endpoint AlbListener#user_info_endpoint}.
      • getAuthenticationRequestExtraParams

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getAuthenticationRequestExtraParams()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authentication_request_extra_params AlbListener#authentication_request_extra_params}.
      • getOnUnauthenticatedRequest

        @Stability(Stable)
        @Nullable
        default String getOnUnauthenticatedRequest()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#on_unauthenticated_request AlbListener#on_unauthenticated_request}.
      • getScope

        @Stability(Stable)
        @Nullable
        default String getScope()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.
      • getSessionCookieName

        @Stability(Stable)
        @Nullable
        default String getSessionCookieName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_cookie_name AlbListener#session_cookie_name}.
      • getSessionTimeout

        @Stability(Stable)
        @Nullable
        default Number getSessionTimeout()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.