@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.649Z") @Stability(value=Stable) public interface CfnUserPoolResourceServerProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnUserPoolResourceServerProps cfnUserPoolResourceServerProps = CfnUserPoolResourceServerProps.builder()
.identifier("identifier")
.name("name")
.userPoolId("userPoolId")
// the properties below are optional
.scopes(List.of(ResourceServerScopeTypeProperty.builder()
.scopeDescription("scopeDescription")
.scopeName("scopeName")
.build()))
.build();
| 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) @Nullable default Object getScopes()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) static CfnUserPoolResourceServerProps.Builder builder()
Copyright © 2021. All rights reserved.