Values.GroupInformationSourceInformation about a group.
type nonrec t = {arn : string option;The ARN of the group.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the group was created.
*)id : string option;The ID of the group.
*)lastUpdatedTimestamp : string option;The time, in milliseconds since the epoch, when the group was last updated.
*)latestVersion : string option;The ID of the latest version associated with the group.
*)latestVersionArn : string option;The ARN of the latest version associated with the group.
*)name : string option;The name of the group.
*)}