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.The identifier can be an API friendly name like
solar-system-data
. You can also set an API URL likehttps://solar-system-data-api.example.com
as your identifier.Amazon Cognito represents scopes in the access token in the format
$resource-server-identifier/$scope
. Longer scope-identifier strings increase the size of your access tokens.- Specified by:
getIdentifier
in interfaceCfnUserPoolResourceServerProps
- See Also:
-
getName
Description copied from interface:CfnUserPoolResourceServerProps
A friendly name for the resource server.- Specified by:
getName
in interfaceCfnUserPoolResourceServerProps
- See Also:
-
getUserPoolId
Description copied from interface:CfnUserPoolResourceServerProps
The user pool ID for the user pool.- Specified by:
getUserPoolId
in interfaceCfnUserPoolResourceServerProps
- See Also:
-
getScopes
Description copied from interface:CfnUserPoolResourceServerProps
A list of scopes.Each scope is a map with keys
ScopeName
andScopeDescription
.- Specified by:
getScopes
in interfaceCfnUserPoolResourceServerProps
- See Also:
-
$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()
-