@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.739Z") @Stability(value=Stable) public interface CfnUserPoolClientProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolClientProps.Builder
A builder for
CfnUserPoolClientProps |
static class |
CfnUserPoolClientProps.Jsii$Proxy
An implementation for
CfnUserPoolClientProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolClientProps.Builder |
builder() |
default Number |
getAccessTokenValidity()
`AWS::Cognito::UserPoolClient.AccessTokenValidity`.
|
default List<String> |
getAllowedOAuthFlows()
`AWS::Cognito::UserPoolClient.AllowedOAuthFlows`.
|
default Object |
getAllowedOAuthFlowsUserPoolClient()
`AWS::Cognito::UserPoolClient.AllowedOAuthFlowsUserPoolClient`.
|
default List<String> |
getAllowedOAuthScopes()
`AWS::Cognito::UserPoolClient.AllowedOAuthScopes`.
|
default Object |
getAnalyticsConfiguration()
`AWS::Cognito::UserPoolClient.AnalyticsConfiguration`.
|
default List<String> |
getCallbackUrLs()
`AWS::Cognito::UserPoolClient.CallbackURLs`.
|
default String |
getClientName()
`AWS::Cognito::UserPoolClient.ClientName`.
|
default String |
getDefaultRedirectUri()
`AWS::Cognito::UserPoolClient.DefaultRedirectURI`.
|
default List<String> |
getExplicitAuthFlows()
`AWS::Cognito::UserPoolClient.ExplicitAuthFlows`.
|
default Object |
getGenerateSecret()
`AWS::Cognito::UserPoolClient.GenerateSecret`.
|
default Number |
getIdTokenValidity()
`AWS::Cognito::UserPoolClient.IdTokenValidity`.
|
default List<String> |
getLogoutUrLs()
`AWS::Cognito::UserPoolClient.LogoutURLs`.
|
default String |
getPreventUserExistenceErrors()
`AWS::Cognito::UserPoolClient.PreventUserExistenceErrors`.
|
default List<String> |
getReadAttributes()
`AWS::Cognito::UserPoolClient.ReadAttributes`.
|
default Number |
getRefreshTokenValidity()
`AWS::Cognito::UserPoolClient.RefreshTokenValidity`.
|
default List<String> |
getSupportedIdentityProviders()
`AWS::Cognito::UserPoolClient.SupportedIdentityProviders`.
|
default Object |
getTokenValidityUnits()
`AWS::Cognito::UserPoolClient.TokenValidityUnits`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolClient.UserPoolId`.
|
default List<String> |
getWriteAttributes()
`AWS::Cognito::UserPoolClient.WriteAttributes`.
|
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default Number getAccessTokenValidity()
@Stability(value=Stable) @Nullable default List<String> getAllowedOAuthFlows()
@Stability(value=Stable) @Nullable default Object getAllowedOAuthFlowsUserPoolClient()
@Stability(value=Stable) @Nullable default List<String> getAllowedOAuthScopes()
@Stability(value=Stable) @Nullable default Object getAnalyticsConfiguration()
@Stability(value=Stable) @Nullable default List<String> getCallbackUrLs()
@Stability(value=Stable) @Nullable default String getClientName()
@Stability(value=Stable) @Nullable default String getDefaultRedirectUri()
@Stability(value=Stable) @Nullable default List<String> getExplicitAuthFlows()
@Stability(value=Stable) @Nullable default Object getGenerateSecret()
@Stability(value=Stable) @Nullable default Number getIdTokenValidity()
@Stability(value=Stable) @Nullable default List<String> getLogoutUrLs()
@Stability(value=Stable) @Nullable default String getPreventUserExistenceErrors()
@Stability(value=Stable) @Nullable default List<String> getReadAttributes()
@Stability(value=Stable) @Nullable default Number getRefreshTokenValidity()
@Stability(value=Stable) @Nullable default List<String> getSupportedIdentityProviders()
@Stability(value=Stable) @Nullable default Object getTokenValidityUnits()
@Stability(value=Stable) @Nullable default List<String> getWriteAttributes()
@Stability(value=Stable) static CfnUserPoolClientProps.Builder builder()
CfnUserPoolClientProps.Builder of CfnUserPoolClientPropsCopyright © 2021. All rights reserved.