Create cloudwatch log group using serverless.yml

Hi,

I’m trying to create custom cloudwatch log group using serverless.yml file.
I added this type & properties and it fails (wrong type & properties):
OrchestrationEventLogGroup:
Type: “AWS::logs::*”
Properties:
logGroup: OrchestrationEvents

I search over the internet and didn’t found the right one.
Can someone help me with the right type and properties ?
Thanks