Class AlbListenerDefaultActionAuthenticateCognitoOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.alb_listener.AlbListenerDefaultActionAuthenticateCognitoOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.067Z") @Stability(Stable) public class AlbListenerDefaultActionAuthenticateCognitoOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description AlbListenerDefaultActionAuthenticateCognitoOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAlbListenerDefaultActionAuthenticateCognitoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAlbListenerDefaultActionAuthenticateCognitoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
AlbListenerDefaultActionAuthenticateCognitoOutputReference
protected AlbListenerDefaultActionAuthenticateCognitoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AlbListenerDefaultActionAuthenticateCognitoOutputReference
protected AlbListenerDefaultActionAuthenticateCognitoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AlbListenerDefaultActionAuthenticateCognitoOutputReference
@Stability(Stable) public AlbListenerDefaultActionAuthenticateCognitoOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetAuthenticationRequestExtraParams
@Stability(Stable) public void resetAuthenticationRequestExtraParams()
-
resetOnUnauthenticatedRequest
@Stability(Stable) public void resetOnUnauthenticatedRequest()
-
resetScope
@Stability(Stable) public void resetScope()
-
resetSessionCookieName
@Stability(Stable) public void resetSessionCookieName()
-
resetSessionTimeout
@Stability(Stable) public void resetSessionTimeout()
-
getAuthenticationRequestExtraParamsInput
@Stability(Stable) @Nullable public Map<String,String> getAuthenticationRequestExtraParamsInput()
-
getOnUnauthenticatedRequestInput
@Stability(Stable) @Nullable public String getOnUnauthenticatedRequestInput()
-
getScopeInput
@Stability(Stable) @Nullable public String getScopeInput()
-
getSessionCookieNameInput
@Stability(Stable) @Nullable public String getSessionCookieNameInput()
-
getSessionTimeoutInput
@Stability(Stable) @Nullable public Number getSessionTimeoutInput()
-
getUserPoolArnInput
@Stability(Stable) @Nullable public String getUserPoolArnInput()
-
getUserPoolClientIdInput
@Stability(Stable) @Nullable public String getUserPoolClientIdInput()
-
getUserPoolDomainInput
@Stability(Stable) @Nullable public String getUserPoolDomainInput()
-
getAuthenticationRequestExtraParams
@Stability(Stable) @NotNull public Map<String,String> getAuthenticationRequestExtraParams()
-
setAuthenticationRequestExtraParams
@Stability(Stable) public void setAuthenticationRequestExtraParams(@NotNull Map<String,String> value)
-
getOnUnauthenticatedRequest
@Stability(Stable) @NotNull public String getOnUnauthenticatedRequest()
-
setOnUnauthenticatedRequest
@Stability(Stable) public void setOnUnauthenticatedRequest(@NotNull String value)
-
getScope
@Stability(Stable) @NotNull public String getScope()
-
setScope
@Stability(Stable) public void setScope(@NotNull String value)
-
getSessionCookieName
@Stability(Stable) @NotNull public String getSessionCookieName()
-
setSessionCookieName
@Stability(Stable) public void setSessionCookieName(@NotNull String value)
-
getSessionTimeout
@Stability(Stable) @NotNull public Number getSessionTimeout()
-
setSessionTimeout
@Stability(Stable) public void setSessionTimeout(@NotNull Number value)
-
getUserPoolArn
@Stability(Stable) @NotNull public String getUserPoolArn()
-
setUserPoolArn
@Stability(Stable) public void setUserPoolArn(@NotNull String value)
-
getUserPoolClientId
@Stability(Stable) @NotNull public String getUserPoolClientId()
-
setUserPoolClientId
@Stability(Stable) public void setUserPoolClientId(@NotNull String value)
-
getUserPoolDomain
@Stability(Stable) @NotNull public String getUserPoolDomain()
-
setUserPoolDomain
@Stability(Stable) public void setUserPoolDomain(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AlbListenerDefaultActionAuthenticateCognito getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AlbListenerDefaultActionAuthenticateCognito value)
-
-