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();