Uses of Interface
software.amazon.awscdk.services.cognito.IUserPoolResourceServer
Packages that use IUserPoolResourceServer
Package
Description
Amazon Bedrock AgentCore Construct Library
Amazon Cognito Construct Library
-
Uses of IUserPoolResourceServer in software.amazon.awscdk.services.bedrock.agentcore.alpha
Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha that return IUserPoolResourceServerModifier and TypeMethodDescriptionGateway.getResourceServer()(experimental) The Cognito Resource Server created for the gateway (if using default Cognito authorizer).Methods in software.amazon.awscdk.services.bedrock.agentcore.alpha with parameters of type IUserPoolResourceServerModifier and TypeMethodDescriptionvoidGateway.setResourceServer(IUserPoolResourceServer value) (experimental) The Cognito Resource Server created for the gateway (if using default Cognito authorizer). -
Uses of IUserPoolResourceServer in software.amazon.awscdk.services.cognito
Subinterfaces of IUserPoolResourceServer in software.amazon.awscdk.services.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolResourceServer.Classes in software.amazon.awscdk.services.cognito that implement IUserPoolResourceServerModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefines a User Pool OAuth2.0 Resource Server.Methods in software.amazon.awscdk.services.cognito that return IUserPoolResourceServerModifier and TypeMethodDescriptionstatic IUserPoolResourceServerUserPoolResourceServer.fromUserPoolResourceServerId(software.constructs.Construct scope, String id, String userPoolResourceServerId) Import a user pool resource client given its id.Methods in software.amazon.awscdk.services.cognito with parameters of type IUserPoolResourceServerModifier and TypeMethodDescriptionstatic OAuthScopeOAuthScope.resourceServer(IUserPoolResourceServer server, ResourceServerScope scope) Adds a custom scope that's tied to a resource server in your stack.