ark::aws::CreateGroupRequest

Defined in header “ark/aws/auth_client.hh”.


Populate this structure to create a new group.

Variables

  • std::string name
    Name for the group.

  • std::optional< std::string > description
    Optional : Description of the group.

  • std::optional< std::string > role_arn
    Optional : Role ARN for the group.

  • std::optional< uint32_t > precedence
    Optional: 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. Default value is null. Details: https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateGroup.html.