Class CfnUserPoolResourceServerMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolResourceServerMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolResourceServerMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolResourceServerMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserPoolResourceServerMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolResourceServerMixinProps
An implementation for
CfnUserPoolResourceServerMixinProps-
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.cfnpropertymixins.services.cognito.CfnUserPoolResourceServerMixinProps
CfnUserPoolResourceServerMixinProps.Builder, CfnUserPoolResourceServerMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolResourceServerMixinProps.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 theCfnUserPoolResourceServerMixinProps.Builder.
-
-
Method Details
-
getIdentifier
Description copied from interface:CfnUserPoolResourceServerMixinPropsA 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 interfaceCfnUserPoolResourceServerMixinProps- See Also:
-
getName
Description copied from interface:CfnUserPoolResourceServerMixinPropsA friendly name for the resource server.- Specified by:
getNamein interfaceCfnUserPoolResourceServerMixinProps- See Also:
-
getScopes
Description copied from interface:CfnUserPoolResourceServerMixinPropsA list of scopes.Each scope is a map with keys
ScopeNameandScopeDescription.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserPoolResourceServerPropsMixin.ResourceServerScopeTypeProperty>- Specified by:
getScopesin interfaceCfnUserPoolResourceServerMixinProps- See Also:
-
getUserPoolId
Description copied from interface:CfnUserPoolResourceServerMixinPropsThe ID of the user pool where you want to create a resource server.Returns union: either
StringorIUserPoolRef- Specified by:
getUserPoolIdin interfaceCfnUserPoolResourceServerMixinProps- 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()
-