Interface AlbListenerDefaultActionAuthenticateCognito
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultActionAuthenticateCognito.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.066Z") @Stability(Stable) public interface AlbListenerDefaultActionAuthenticateCognito extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultActionAuthenticateCognito.BuilderA builder forAlbListenerDefaultActionAuthenticateCognitostatic classAlbListenerDefaultActionAuthenticateCognito.Jsii$ProxyAn implementation forAlbListenerDefaultActionAuthenticateCognito
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultActionAuthenticateCognito.Builderbuilder()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}.default StringgetOnUnauthenticatedRequest()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 StringgetScope()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.default StringgetSessionCookieName()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 NumbergetSessionTimeout()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.StringgetUserPoolArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_arn AlbListener#user_pool_arn}.StringgetUserPoolClientId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_client_id AlbListener#user_pool_client_id}.StringgetUserPoolDomain()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_domain AlbListener#user_pool_domain}.
-
-
-
Method Detail
-
getUserPoolArn
@Stability(Stable) @NotNull String getUserPoolArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_arn AlbListener#user_pool_arn}.
-
getUserPoolClientId
@Stability(Stable) @NotNull String getUserPoolClientId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_client_id AlbListener#user_pool_client_id}.
-
getUserPoolDomain
@Stability(Stable) @NotNull String getUserPoolDomain()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_pool_domain AlbListener#user_pool_domain}.
-
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}.
-
builder
@Stability(Stable) static AlbListenerDefaultActionAuthenticateCognito.Builder builder()
-
-