| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.TagLogGroup
Description
Adds or updates the specified tags for the specified log group.
To list the tags for a log group, use ListTagsLogGroup . To remove tags, use UntagLogGroup .
For more information about tags, see Tag Log Groups in Amazon CloudWatch Logs in the Amazon CloudWatch Logs User Guide .
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> TagLogGroup |
Creates a value of TagLogGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
tlgLogGroupName- The name of the log group.tlgTags- The key-value pairs to use for the tags.
data TagLogGroup Source #
See: tagLogGroup smart constructor.
Instances
Request Lenses
tlgLogGroupName :: Lens' TagLogGroup Text Source #
The name of the log group.
Destructuring the Response
tagLogGroupResponse :: TagLogGroupResponse Source #
Creates a value of TagLogGroupResponse with the minimum fields required to make a request.
data TagLogGroupResponse Source #
See: tagLogGroupResponse smart constructor.