@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:05.164Z") @Stability(value=Experimental) public interface UserPoolResourceServerProps extends software.amazon.jsii.JsiiSerializable, UserPoolResourceServerOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
ResourceServerScope resourceServerScope;
UserPool userPool;
UserPoolResourceServerProps userPoolResourceServerProps = UserPoolResourceServerProps.builder()
.identifier("identifier")
.userPool(userPool)
// the properties below are optional
.scopes(List.of(resourceServerScope))
.userPoolResourceServerName("userPoolResourceServerName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolResourceServerProps.Builder
A builder for
UserPoolResourceServerProps |
static class |
UserPoolResourceServerProps.Jsii$Proxy
An implementation for
UserPoolResourceServerProps |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolResourceServerProps.Builder |
builder() |
IUserPool |
getUserPool()
(experimental) The user pool to add this resource server to.
|
getIdentifier, getScopes, getUserPoolResourceServerName@Stability(value=Experimental) @NotNull IUserPool getUserPool()
@Stability(value=Experimental) static UserPoolResourceServerProps.Builder builder()
builder in interface UserPoolResourceServerOptionsUserPoolResourceServerProps.Builder of UserPoolResourceServerPropsCopyright © 2022. All rights reserved.