@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.670Z") @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.
|
Grant |
grant(IGrantable grantee,
String... actions)
Adds an IAM policy statement associated with this user pool to an IAM principal's policy.
|
void |
registerIdentityProvider(IUserPoolIdentityProvider provider)
Register an identity provider with this user pool.
|
applyRemovalPolicy, getEnv, getStack@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) @NotNull Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
grantee - This parameter is required.actions - This parameter is required.@Stability(value=Stable)
void registerIdentityProvider(@NotNull
IUserPoolIdentityProvider provider)
provider - This parameter is required.Copyright © 2022. All rights reserved.