How to override IAM apiGatewayLogsRole name

Hi,

I have a Serverless API Gatway apllication and have been asked to turn on logging by management. Should be easy enough but unfortunately the name automatically generated for the IAM role exceeds the AWS arbitrary limit of 64 characters.
It generates a role along these lines myquitelongfeaturename-stagename-eu-west-1-apiGatewayLogsRole.
Is there any way to override this please?

Thanks in advance,

Steve.