View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_create_group | R Documentation |
Creates a new group in the specified user pool.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_create_group/ for full documentation.
cognitoidentityprovider_create_group(
GroupName,
UserPoolId,
Description = NULL,
RoleArn = NULL,
Precedence = NULL
)
GroupName |
[required] The name of the group. Must be unique. |
UserPoolId |
[required] The user pool ID for the user pool. |
Description |
A string containing the description of the group. |
RoleArn |
The role Amazon Resource Name (ARN) for the group. |
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.
Zero is the highest precedence value. Groups with lower Two groups can have the same The default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.