Class UserPoolResourceServerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.UserPoolResourceServerProps.Jsii$Proxy
- All Implemented Interfaces:
UserPoolResourceServerOptions,UserPoolResourceServerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserPoolResourceServerProps
@Stability(Stable)
@Internal
public static final class UserPoolResourceServerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserPoolResourceServerProps
An implementation for
UserPoolResourceServerProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.UserPoolResourceServerProps
UserPoolResourceServerProps.Builder, UserPoolResourceServerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theUserPoolResourceServerProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA unique resource server identifier for the resource server.final List<ResourceServerScope> Oauth scopes.final IUserPoolThe user pool to add this resource server to.final StringA friendly name for the resource server.final inthashCode()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 theUserPoolResourceServerProps.Builder.
-
-
Method Details
-
getUserPool
Description copied from interface:UserPoolResourceServerPropsThe user pool to add this resource server to.- Specified by:
getUserPoolin interfaceUserPoolResourceServerProps
-
getIdentifier
Description copied from interface:UserPoolResourceServerOptionsA unique resource server identifier for the resource server.- Specified by:
getIdentifierin interfaceUserPoolResourceServerOptions
-
getScopes
Description copied from interface:UserPoolResourceServerOptionsOauth scopes.Default: - No scopes will be added
- Specified by:
getScopesin interfaceUserPoolResourceServerOptions
-
getUserPoolResourceServerName
Description copied from interface:UserPoolResourceServerOptionsA friendly name for the resource server.Default: - same as `identifier`
- Specified by:
getUserPoolResourceServerNamein interfaceUserPoolResourceServerOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-