@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:44.655Z") @Stability(value=Stable) 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()
The user pool to add this resource server to.
|
getIdentifier, getScopes, getUserPoolResourceServerName@Stability(value=Stable) @NotNull IUserPool getUserPool()
@Stability(value=Stable) static UserPoolResourceServerProps.Builder builder()
builder in interface UserPoolResourceServerOptionsUserPoolResourceServerProps.Builder of UserPoolResourceServerPropsCopyright © 2022. All rights reserved.