| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserPoolResourceServerProps
(experimental) Properties for the UserPoolResourceServer construct.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPoolResourceServerOptions.Jsii$Proxy
An implementation for
UserPoolResourceServerOptions |
static class |
UserPoolResourceServerProps.Jsii$Proxy
An implementation for
UserPoolResourceServerProps |
| Modifier and Type | Method and Description |
|---|---|
UserPoolResourceServerOptions |
UserPoolResourceServerOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolResourceServer |
IUserPool.addResourceServer(String id,
UserPoolResourceServerOptions options)
(experimental) Add a new resource server to this user pool.
|
UserPoolResourceServer |
IUserPool.Jsii$Proxy.addResourceServer(String id,
UserPoolResourceServerOptions options)
(experimental) Add a new resource server to this user pool.
|
default UserPoolResourceServer |
IUserPool.Jsii$Default.addResourceServer(String id,
UserPoolResourceServerOptions options)
(experimental) Add a new resource server to this user pool.
|
UserPoolResourceServer |
UserPool.addResourceServer(String id,
UserPoolResourceServerOptions options)
(experimental) Add a new resource server to this user pool.
|
Copyright © 2021. All rights reserved.