amazonka-cloudwatch-logs-0.2.1: Amazon CloudWatch Logs SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudWatchLogs.CreateLogGroup

Contents

Description

Creates a new log group with the specified name. The name of the log group must be unique within a region for an AWS account. You can create up to 500 log groups per account.

You must use the following guidelines when naming a log group: Log group names can be between 1 and 512 characters long. Allowed characters are a-z, A-Z, 0-9, '_' (underscore), - (hyphen), / (forward slash), and . (period).

http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateLogGroup.html

Synopsis

Request

Request constructor

createLogGroup Source

CreateLogGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor