| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.CreateLogGroup
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
Request
data CreateLogGroup Source
Instances
Request constructor
Arguments
| :: Text | |
| -> CreateLogGroup |
CreateLogGroup constructor.
The fields accessible through corresponding lenses are:
Request lenses
Response
Response constructor
createLogGroupResponse :: CreateLogGroupResponse Source
CreateLogGroupResponse constructor.