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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPoolResourceServerProps
CfnUserPoolResourceServerProps.Builder, CfnUserPoolResourceServerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolResourceServerProps.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 StringgetName()A friendly name for the resource server.final ObjectA list of scopes.final ObjectThe ID of the user pool where you want to create a 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 theCfnUserPoolResourceServerProps.Builder.
-
-
Method Details
-
getIdentifier
Description copied from interface:CfnUserPoolResourceServerPropsA 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.comas 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:
getIdentifierin interfaceCfnUserPoolResourceServerProps- See Also:
-
getName
Description copied from interface:CfnUserPoolResourceServerPropsA friendly name for the resource server.- Specified by:
getNamein interfaceCfnUserPoolResourceServerProps- See Also:
-
getUserPoolId
Description copied from interface:CfnUserPoolResourceServerPropsThe ID of the user pool where you want to create a resource server.Returns union: either
StringorIUserPoolRef- Specified by:
getUserPoolIdin interfaceCfnUserPoolResourceServerProps- See Also:
-
getScopes
Description copied from interface:CfnUserPoolResourceServerPropsA list of scopes.Each scope is a map with keys
ScopeNameandScopeDescription.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserPoolResourceServer.ResourceServerScopeTypeProperty>- Specified by:
getScopesin interfaceCfnUserPoolResourceServerProps- See Also:
-
$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()
-