Class AlbListenerDefaultActionAuthenticateCognito.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionAuthenticateCognito.Jsii$Proxy
-
- All Implemented Interfaces:
AlbListenerDefaultActionAuthenticateCognito,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlbListenerDefaultActionAuthenticateCognito
@Stability(Stable) @Internal public static final class AlbListenerDefaultActionAuthenticateCognito.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlbListenerDefaultActionAuthenticateCognito
An implementation forAlbListenerDefaultActionAuthenticateCognito
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionAuthenticateCognito
AlbListenerDefaultActionAuthenticateCognito.Builder, AlbListenerDefaultActionAuthenticateCognito.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlbListenerDefaultActionAuthenticateCognito.Builder builder)Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultActionAuthenticateCognito.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.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}.StringgetScope()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.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}.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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AlbListenerDefaultActionAuthenticateCognito.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlbListenerDefaultActionAuthenticateCognito.Builder.
-
-
Method Detail
-
getUserPoolArn
public final String getUserPoolArn()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getUserPoolArnin interfaceAlbListenerDefaultActionAuthenticateCognito
-
getUserPoolClientId
public final String getUserPoolClientId()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getUserPoolClientIdin interfaceAlbListenerDefaultActionAuthenticateCognito
-
getUserPoolDomain
public final String getUserPoolDomain()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getUserPoolDomainin interfaceAlbListenerDefaultActionAuthenticateCognito
-
getAuthenticationRequestExtraParams
public final Map<String,String> getAuthenticationRequestExtraParams()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getAuthenticationRequestExtraParamsin interfaceAlbListenerDefaultActionAuthenticateCognito
-
getOnUnauthenticatedRequest
public final String getOnUnauthenticatedRequest()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getOnUnauthenticatedRequestin interfaceAlbListenerDefaultActionAuthenticateCognito
-
getScope
public final String getScope()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.- Specified by:
getScopein interfaceAlbListenerDefaultActionAuthenticateCognito
-
getSessionCookieName
public final String getSessionCookieName()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs 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}.- Specified by:
getSessionCookieNamein interfaceAlbListenerDefaultActionAuthenticateCognito
-
getSessionTimeout
public final Number getSessionTimeout()
Description copied from interface:AlbListenerDefaultActionAuthenticateCognitoDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.- Specified by:
getSessionTimeoutin interfaceAlbListenerDefaultActionAuthenticateCognito
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-