Creates a CloudWatch Log Group with ZAR conventions.
Parent construct
Log group configuration
The created LogGroup
const logGroup = createLogGroup(this, { logGroupName: '/aws/ecs/ZarCore/staging/web', deployEnvironment: 'staging',}); Copy
const logGroup = createLogGroup(this, { logGroupName: '/aws/ecs/ZarCore/staging/web', deployEnvironment: 'staging',});
Creates a CloudWatch Log Group with ZAR conventions.