Values_1.CreateGroupRequestSourceThe request object for this operation.
type nonrec t = {groupName : GroupName.t;A name for the group that you want to create.
*)description : GroupDescription.t option;A description for the group that you want to create.
*)awsAccountId : AwsAccountId.t;The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace that you want the group to be a part of.
*)}val make :
?description:??? ->
groupName:GroupName.t ->
awsAccountId:AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
t