Uses of Interface
software.amazon.awscdk.interfaces.cognito.IUserPoolRef
Packages that use IUserPoolRef
Package
Description
Amazon Cognito Construct Library
AWS Lambda Construct Library
-
Uses of IUserPoolRef in software.amazon.awscdk.interfaces.cognito
Subinterfaces of IUserPoolRef in software.amazon.awscdk.interfaces.cognitoModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIUserPoolRef.Classes in software.amazon.awscdk.interfaces.cognito that implement IUserPoolRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IUserPoolRef in software.amazon.awscdk.services.cognito
Classes in software.amazon.awscdk.services.cognito that implement IUserPoolRefModifier and TypeClassDescriptionclassTheAWS::Cognito::UserPoolresource creates an Amazon Cognito user pool.Methods in software.amazon.awscdk.services.cognito that return IUserPoolRefModifier and TypeMethodDescriptionstatic IUserPoolRefCfnUserPool.fromUserPoolArn(software.constructs.Construct scope, String id, String arn) Creates a new IUserPoolRef from an ARN.static IUserPoolRefCfnUserPool.fromUserPoolId(software.constructs.Construct scope, String id, String userPoolId) Creates a new IUserPoolRef from a userPoolId.Methods in software.amazon.awscdk.services.cognito with parameters of type IUserPoolRefModifier and TypeMethodDescriptionstatic StringCfnUserPool.arnForUserPool(IUserPoolRef resource) CfnUserPoolClient.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create an app client.CfnUserPoolClientProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolClientProps.getUserPoolId()CfnUserPoolGroup.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create a user group.CfnUserPoolGroupProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolGroupProps.getUserPoolId()CfnUserPoolResourceServer.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create a resource server.CfnUserPoolResourceServerProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolResourceServerProps.getUserPoolId()CfnUserPoolRiskConfigurationAttachment.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool that has the risk configuration applied.CfnUserPoolRiskConfigurationAttachmentProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolRiskConfigurationAttachmentProps.getUserPoolId()CfnUserPoolUICustomizationAttachment.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to apply branding to the classic hosted UI.CfnUserPoolUICustomizationAttachmentProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolUICustomizationAttachmentProps.getUserPoolId()CfnUserPoolUser.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool where you want to create a user.CfnUserPoolUserProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolUserProps.getUserPoolId()CfnUserPoolUserToGroupAttachment.Builder.userPoolId(IUserPoolRef userPoolId) The ID of the user pool that contains the group that you want to add the user to.CfnUserPoolUserToGroupAttachmentProps.Builder.userPoolId(IUserPoolRef userPoolId) Sets the value ofCfnUserPoolUserToGroupAttachmentProps.getUserPoolId() -
Uses of IUserPoolRef in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda with parameters of type IUserPoolRefModifier and TypeMethodDescriptionCfnPermission.Builder.sourceArn(IUserPoolRef sourceArn) For AWS services , the ARN of the AWS resource that invokes the function.CfnPermissionProps.Builder.sourceArn(IUserPoolRef sourceArn) Sets the value ofCfnPermissionProps.getSourceArn()