Interface CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolResourceServer
@Stability(Stable)
public static interface CfnUserPoolResourceServer.ResourceServerScopeTypeProperty
extends software.amazon.jsii.JsiiSerializable
A resource server scope.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnUserPoolResourceServer.ResourceServerScopeTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScopeDescription
A description of the scope. -
getScopeName
The name of the scope. -
builder
@Stability(Stable) static CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Builder builder()
-