@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.744Z") @Stability(value=Stable) public interface CfnUserPoolResourceServerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolResourceServerProps.Builder
A builder for
CfnUserPoolResourceServerProps |
static class |
CfnUserPoolResourceServerProps.Jsii$Proxy
An implementation for
CfnUserPoolResourceServerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolResourceServerProps.Builder |
builder() |
String |
getIdentifier()
`AWS::Cognito::UserPoolResourceServer.Identifier`.
|
String |
getName()
`AWS::Cognito::UserPoolResourceServer.Name`.
|
default Object |
getScopes()
`AWS::Cognito::UserPoolResourceServer.Scopes`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolResourceServer.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getIdentifier()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default Object getScopes()
@Stability(value=Stable) static CfnUserPoolResourceServerProps.Builder builder()
Copyright © 2021. All rights reserved.