View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_create_group | R Documentation |
Creates a new group in the specified user pool. For more information about user pool groups see Adding groups to a 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] A name for the group. This name must be unique in your user pool. |
UserPoolId |
[required] The ID of the user pool where you want to create a user group. |
Description |
A description of the group that you're creating. |
RoleArn |
The Amazon Resource Name (ARN) for the IAM role that you want to
associate with the group. A group role primarily declares a preferred
role for the credentials that you get from an identity pool. Amazon
Cognito ID tokens have a |
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.