public static final class CfnUserPoolResourceServerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserPoolResourceServerProps
CfnUserPoolResourceServerProps
CfnUserPoolResourceServerProps.Builder, CfnUserPoolResourceServerProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIdentifier()
A unique resource server identifier for the resource server.
|
java.lang.String |
getName()
A friendly name for the resource server.
|
java.lang.Object |
getScopes()
A list of scopes.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getIdentifier()
CfnUserPoolResourceServerProps
This could be an HTTPS endpoint where the resource server is located. For example: https://my-weather-api.example.com
.
getIdentifier
in interface CfnUserPoolResourceServerProps
public final java.lang.String getName()
CfnUserPoolResourceServerProps
getName
in interface CfnUserPoolResourceServerProps
public final java.lang.String getUserPoolId()
CfnUserPoolResourceServerProps
getUserPoolId
in interface CfnUserPoolResourceServerProps
public final java.lang.Object getScopes()
CfnUserPoolResourceServerProps
Each scope is a map with keys ScopeName
and ScopeDescription
.
getScopes
in interface CfnUserPoolResourceServerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()