@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:05.126Z") @Stability(value=Experimental) public interface ResourceServerScopeProps 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.*;
ResourceServerScopeProps resourceServerScopeProps = ResourceServerScopeProps.builder()
.scopeDescription("scopeDescription")
.scopeName("scopeName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceServerScopeProps.Builder
A builder for
ResourceServerScopeProps |
static class |
ResourceServerScopeProps.Jsii$Proxy
An implementation for
ResourceServerScopeProps |
| Modifier and Type | Method and Description |
|---|---|
static ResourceServerScopeProps.Builder |
builder() |
String |
getScopeDescription()
(experimental) A description of the scope.
|
String |
getScopeName()
(experimental) The name of the scope.
|
@Stability(value=Experimental) @NotNull String getScopeDescription()
@Stability(value=Experimental) @NotNull String getScopeName()
@Stability(value=Experimental) static ResourceServerScopeProps.Builder builder()
ResourceServerScopeProps.Builder of ResourceServerScopePropsCopyright © 2022. All rights reserved.