Values.AssociateRoleToGroupRequestSourceAssociates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.
type nonrec t = {groupId : string;The ID of the Greengrass group.
*)roleArn : string;The ARN of the role you wish to associate with this group. The existence of the role is not validated.
*)}