| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.description(String description)
A string containing the description of the group.
|
CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.groupName(String groupName)
The name of the group.
|
CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.precedence(Number precedence)
A non-negative integer value that specifies the precedence of this group relative to the other groups that a user can belong to in the user pool.
|
CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.roleArn(String roleArn)
The role Amazon Resource Name (ARN) for the group.
|
CfnUserPoolGroup.Builder |
CfnUserPoolGroup.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2022. All rights reserved.