| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.CreateLogGroup
Description
Creates a log group with the specified name.
You can create up to 5000 log groups per account.
You must use the following guidelines when naming a log group:
Creating a Request
Arguments
| :: Text | |
| -> CreateLogGroup |
Creates a value of CreateLogGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
clgLogGroupName- The name of the log group.
data CreateLogGroup Source #
See: createLogGroup smart constructor.
Instances
Request Lenses
clgLogGroupName :: Lens' CreateLogGroup Text Source #
The name of the log group.
Destructuring the Response
createLogGroupResponse :: CreateLogGroupResponse Source #
Creates a value of CreateLogGroupResponse with the minimum fields required to make a request.
data CreateLogGroupResponse Source #
See: createLogGroupResponse smart constructor.