@Stability(value=Stable) @Internal public static final class CfnListenerRule.AuthenticateCognitoConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.AuthenticateCognitoConfigProperty
CfnListenerRule.AuthenticateCognitoConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnListenerRule.AuthenticateCognitoConfigProperty.Builder, CfnListenerRule.AuthenticateCognitoConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnListenerRule.AuthenticateCognitoConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnListenerRule.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuthenticationRequestExtraParams()
The query parameters (up to 10) to include in the redirect request to the authorization endpoint.
|
String |
getOnUnauthenticatedRequest()
The behavior if the user is not authenticated.
|
String |
getScope()
The set of user claims to be requested from the IdP.
|
String |
getSessionCookieName()
The name of the cookie used to maintain session information.
|
Number |
getSessionTimeout()
The maximum duration of the authentication session, in seconds.
|
String |
getUserPoolArn()
The Amazon Resource Name (ARN) of the Amazon Cognito user pool.
|
String |
getUserPoolClientId()
The ID of the Amazon Cognito user pool client.
|
String |
getUserPoolDomain()
The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnListenerRule.AuthenticateCognitoConfigProperty.Builder builder)
CfnListenerRule.ActionProperty.Builder.public final String getUserPoolArn()
CfnListenerRule.AuthenticateCognitoConfigPropertygetUserPoolArn in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final String getUserPoolClientId()
CfnListenerRule.AuthenticateCognitoConfigPropertygetUserPoolClientId in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final String getUserPoolDomain()
CfnListenerRule.AuthenticateCognitoConfigPropertygetUserPoolDomain in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final Object getAuthenticationRequestExtraParams()
CfnListenerRule.AuthenticateCognitoConfigPropertygetAuthenticationRequestExtraParams in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final String getOnUnauthenticatedRequest()
CfnListenerRule.AuthenticateCognitoConfigProperty
getOnUnauthenticatedRequest in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final String getScope()
CfnListenerRule.AuthenticateCognitoConfigPropertyTo verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.
getScope in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final String getSessionCookieName()
CfnListenerRule.AuthenticateCognitoConfigPropertyThe default is AWSELBAuthSessionCookie.
getSessionCookieName in interface CfnListenerRule.AuthenticateCognitoConfigPropertypublic final Number getSessionTimeout()
CfnListenerRule.AuthenticateCognitoConfigPropertyThe default is 604800 seconds (7 days).
getSessionTimeout in interface CfnListenerRule.AuthenticateCognitoConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.