@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:30.644Z") @Stability(value=Stable) public interface UserPoolClientProps extends software.amazon.jsii.JsiiSerializable, UserPoolClientOptions
Example:
IUserPool importedPool = UserPool.fromUserPoolId(this, "imported-pool", "us-east-1_oiuR12Abd"); UserPoolClient.Builder.create(this, "customer-app-client") .userPool(importedPool) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
UserPoolClientProps.Builder
A builder for
UserPoolClientProps |
static class |
UserPoolClientProps.Jsii$Proxy
An implementation for
UserPoolClientProps |
Modifier and Type | Method and Description |
---|---|
static UserPoolClientProps.Builder |
builder() |
IUserPool |
getUserPool()
The UserPool resource this client will have access to.
|
getAccessTokenValidity, getAuthFlows, getDisableOAuth, getEnableTokenRevocation, getGenerateSecret, getIdTokenValidity, getOAuth, getPreventUserExistenceErrors, getReadAttributes, getRefreshTokenValidity, getSupportedIdentityProviders, getUserPoolClientName, getWriteAttributes
@Stability(value=Stable) @NotNull IUserPool getUserPool()
@Stability(value=Stable) static UserPoolClientProps.Builder builder()
builder
in interface UserPoolClientOptions
UserPoolClientProps.Builder
of UserPoolClientProps
Copyright © 2023. All rights reserved.