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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnUserPoolResourceServer.ResourceServerScopeTypeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScopeDescription
A description of the scope.- See Also:
-
getScopeName
The name of the scope.- See Also:
-
builder
@Stability(Stable) static CfnUserPoolResourceServer.ResourceServerScopeTypeProperty.Builder builder()
-