@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:44.582Z") @Stability(value=Stable) public interface IUserPool extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IUserPool.Jsii$Default
Internal default implementation for
IUserPool. |
static class |
IUserPool.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClient |
addClient(String id)
Add a new app client to this user pool.
|
UserPoolClient |
addClient(String id,
UserPoolClientOptions options)
Add a new app client to this user pool.
|
UserPoolDomain |
addDomain(String id,
UserPoolDomainOptions options)
Associate a domain to this user pool.
|
UserPoolResourceServer |
addResourceServer(String id,
UserPoolResourceServerOptions options)
Add a new resource server to this user pool.
|
List<IUserPoolIdentityProvider> |
getIdentityProviders()
Get all identity providers registered with this user pool.
|
String |
getUserPoolArn()
The ARN of this user pool resource.
|
String |
getUserPoolId()
The physical ID of this user pool resource.
|
void |
registerIdentityProvider(IUserPoolIdentityProvider provider)
Register an identity provider with this user pool.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Stable) @NotNull List<IUserPoolIdentityProvider> getIdentityProviders()
@Stability(value=Stable) @NotNull String getUserPoolArn()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @NotNull UserPoolClient addClient(@NotNull String id, @Nullable UserPoolClientOptions options)
id - This parameter is required.options - @Stability(value=Stable) @NotNull UserPoolClient addClient(@NotNull String id)
id - This parameter is required.@Stability(value=Stable) @NotNull UserPoolDomain addDomain(@NotNull String id, @NotNull UserPoolDomainOptions options)
id - This parameter is required.options - This parameter is required.@Stability(value=Stable) @NotNull UserPoolResourceServer addResourceServer(@NotNull String id, @NotNull UserPoolResourceServerOptions options)
id - This parameter is required.options - This parameter is required.@Stability(value=Stable)
void registerIdentityProvider(@NotNull
IUserPoolIdentityProvider provider)
provider - This parameter is required.Copyright © 2022. All rights reserved.