Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolResourceServerPropsMixin.Builder
Packages that use CfnUserPoolResourceServerPropsMixin.Builder
-
Uses of CfnUserPoolResourceServerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cognito
Methods in software.amazon.awscdk.cfnpropertymixins.services.cognito that return CfnUserPoolResourceServerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnUserPoolResourceServerPropsMixin.Builder.create()CfnUserPoolResourceServerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnUserPoolResourceServerPropsMixin.Builder.identifier(String identifier) A unique resource server identifier for the resource server.A friendly name for the resource server.A list of scopes.CfnUserPoolResourceServerPropsMixin.Builder.scopes(IResolvable scopes) A list of scopes.CfnUserPoolResourceServerPropsMixin.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create a resource server.CfnUserPoolResourceServerPropsMixin.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create a resource server.