Class CfnUserPoolResourceServerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolResourceServerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolResourceServerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUserPoolResourceServerProps
@Stability(Stable)
@Internal
public static final class CfnUserPoolResourceServerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolResourceServerProps
An implementation for
CfnUserPoolResourceServerProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolResourceServerProps
CfnUserPoolResourceServerProps.Builder, CfnUserPoolResourceServerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPoolResourceServerProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A unique resource server identifier for the resource server.final String
getName()
A friendly name for the resource server.final Object
A list of scopes.final String
The user pool ID for the user pool.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPoolResourceServerProps.Builder
.
-
-
Method Details
-
getIdentifier
Description copied from interface:CfnUserPoolResourceServerProps
A unique resource server identifier for the resource server.This could be an HTTPS endpoint where the resource server is located. For example:
https://my-weather-api.example.com
.- Specified by:
getIdentifier
in interfaceCfnUserPoolResourceServerProps
-
getName
Description copied from interface:CfnUserPoolResourceServerProps
A friendly name for the resource server.- Specified by:
getName
in interfaceCfnUserPoolResourceServerProps
-
getUserPoolId
Description copied from interface:CfnUserPoolResourceServerProps
The user pool ID for the user pool.- Specified by:
getUserPoolId
in interfaceCfnUserPoolResourceServerProps
-
getScopes
Description copied from interface:CfnUserPoolResourceServerProps
A list of scopes.Each scope is a map with keys
ScopeName
andScopeDescription
.- Specified by:
getScopes
in interfaceCfnUserPoolResourceServerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-