Class 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
    • 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)