public static interface CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
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.*; ResourceServerScopeTypeProperty resourceServerScopeTypeProperty = ResourceServerScopeTypeProperty.builder() .scopeDescription("scopeDescription") .scopeName("scopeName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Builder
|
static class |
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Jsii$Proxy
An implementation for
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Builder |
builder() |
java.lang.String |
getScopeDescription()
A description of the scope.
|
java.lang.String |
getScopeName()
The name of the scope.
|