@Stability(value=Stable) @Internal public static final class CfnUserPoolClientProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolClientProps
CfnUserPoolClientPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnUserPoolClientProps.Builder, CfnUserPoolClientProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String userPoolId,
Number accessTokenValidity,
List<String> allowedOAuthFlows,
Object allowedOAuthFlowsUserPoolClient,
List<String> allowedOAuthScopes,
Object analyticsConfiguration,
List<String> callbackUrLs,
String clientName,
String defaultRedirectUri,
List<String> explicitAuthFlows,
Object generateSecret,
Number idTokenValidity,
List<String> logoutUrLs,
String preventUserExistenceErrors,
List<String> readAttributes,
Number refreshTokenValidity,
List<String> supportedIdentityProviders,
Object tokenValidityUnits,
List<String> writeAttributes)
Constructor that initializes the object based on literal property values passed by the
CfnUserPoolClientProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getAccessTokenValidity()
`AWS::Cognito::UserPoolClient.AccessTokenValidity`.
|
List<String> |
getAllowedOAuthFlows()
`AWS::Cognito::UserPoolClient.AllowedOAuthFlows`.
|
Object |
getAllowedOAuthFlowsUserPoolClient()
`AWS::Cognito::UserPoolClient.AllowedOAuthFlowsUserPoolClient`.
|
List<String> |
getAllowedOAuthScopes()
`AWS::Cognito::UserPoolClient.AllowedOAuthScopes`.
|
Object |
getAnalyticsConfiguration()
`AWS::Cognito::UserPoolClient.AnalyticsConfiguration`.
|
List<String> |
getCallbackUrLs()
`AWS::Cognito::UserPoolClient.CallbackURLs`.
|
String |
getClientName()
`AWS::Cognito::UserPoolClient.ClientName`.
|
String |
getDefaultRedirectUri()
`AWS::Cognito::UserPoolClient.DefaultRedirectURI`.
|
List<String> |
getExplicitAuthFlows()
`AWS::Cognito::UserPoolClient.ExplicitAuthFlows`.
|
Object |
getGenerateSecret()
`AWS::Cognito::UserPoolClient.GenerateSecret`.
|
Number |
getIdTokenValidity()
`AWS::Cognito::UserPoolClient.IdTokenValidity`.
|
List<String> |
getLogoutUrLs()
`AWS::Cognito::UserPoolClient.LogoutURLs`.
|
String |
getPreventUserExistenceErrors()
`AWS::Cognito::UserPoolClient.PreventUserExistenceErrors`.
|
List<String> |
getReadAttributes()
`AWS::Cognito::UserPoolClient.ReadAttributes`.
|
Number |
getRefreshTokenValidity()
`AWS::Cognito::UserPoolClient.RefreshTokenValidity`.
|
List<String> |
getSupportedIdentityProviders()
`AWS::Cognito::UserPoolClient.SupportedIdentityProviders`.
|
Object |
getTokenValidityUnits()
`AWS::Cognito::UserPoolClient.TokenValidityUnits`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolClient.UserPoolId`.
|
List<String> |
getWriteAttributes()
`AWS::Cognito::UserPoolClient.WriteAttributes`.
|
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(String userPoolId, Number accessTokenValidity, List<String> allowedOAuthFlows, Object allowedOAuthFlowsUserPoolClient, List<String> allowedOAuthScopes, Object analyticsConfiguration, List<String> callbackUrLs, String clientName, String defaultRedirectUri, List<String> explicitAuthFlows, Object generateSecret, Number idTokenValidity, List<String> logoutUrLs, String preventUserExistenceErrors, List<String> readAttributes, Number refreshTokenValidity, List<String> supportedIdentityProviders, Object tokenValidityUnits, List<String> writeAttributes)
CfnUserPoolClientProps.Builder.public final String getUserPoolId()
CfnUserPoolClientPropsgetUserPoolId in interface CfnUserPoolClientPropspublic final Number getAccessTokenValidity()
CfnUserPoolClientPropsgetAccessTokenValidity in interface CfnUserPoolClientPropspublic final List<String> getAllowedOAuthFlows()
CfnUserPoolClientPropsgetAllowedOAuthFlows in interface CfnUserPoolClientPropspublic final Object getAllowedOAuthFlowsUserPoolClient()
CfnUserPoolClientPropsgetAllowedOAuthFlowsUserPoolClient in interface CfnUserPoolClientPropspublic final List<String> getAllowedOAuthScopes()
CfnUserPoolClientPropsgetAllowedOAuthScopes in interface CfnUserPoolClientPropspublic final Object getAnalyticsConfiguration()
CfnUserPoolClientPropsgetAnalyticsConfiguration in interface CfnUserPoolClientPropspublic final List<String> getCallbackUrLs()
CfnUserPoolClientPropsgetCallbackUrLs in interface CfnUserPoolClientPropspublic final String getClientName()
CfnUserPoolClientPropsgetClientName in interface CfnUserPoolClientPropspublic final String getDefaultRedirectUri()
CfnUserPoolClientPropsgetDefaultRedirectUri in interface CfnUserPoolClientPropspublic final List<String> getExplicitAuthFlows()
CfnUserPoolClientPropsgetExplicitAuthFlows in interface CfnUserPoolClientPropspublic final Object getGenerateSecret()
CfnUserPoolClientPropsgetGenerateSecret in interface CfnUserPoolClientPropspublic final Number getIdTokenValidity()
CfnUserPoolClientPropsgetIdTokenValidity in interface CfnUserPoolClientPropspublic final List<String> getLogoutUrLs()
CfnUserPoolClientPropsgetLogoutUrLs in interface CfnUserPoolClientPropspublic final String getPreventUserExistenceErrors()
CfnUserPoolClientPropsgetPreventUserExistenceErrors in interface CfnUserPoolClientPropspublic final List<String> getReadAttributes()
CfnUserPoolClientPropsgetReadAttributes in interface CfnUserPoolClientPropspublic final Number getRefreshTokenValidity()
CfnUserPoolClientPropsgetRefreshTokenValidity in interface CfnUserPoolClientPropspublic final List<String> getSupportedIdentityProviders()
CfnUserPoolClientPropsgetSupportedIdentityProviders in interface CfnUserPoolClientPropspublic final Object getTokenValidityUnits()
CfnUserPoolClientPropsgetTokenValidityUnits in interface CfnUserPoolClientPropspublic final List<String> getWriteAttributes()
CfnUserPoolClientPropsgetWriteAttributes in interface CfnUserPoolClientProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.