Copyright | (c) 2013-2021 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 |
Synopsis
- data LogGroup = LogGroup' {}
- newLogGroup :: LogGroup
- logGroup_creationTime :: Lens' LogGroup (Maybe Natural)
- logGroup_metricFilterCount :: Lens' LogGroup (Maybe Int)
- logGroup_arn :: Lens' LogGroup (Maybe Text)
- logGroup_logGroupName :: Lens' LogGroup (Maybe Text)
- logGroup_retentionInDays :: Lens' LogGroup (Maybe Int)
- logGroup_kmsKeyId :: Lens' LogGroup (Maybe Text)
- logGroup_storedBytes :: Lens' LogGroup (Maybe Natural)
Documentation
Represents a log group.
See: newLogGroup
smart constructor.
LogGroup' | |
|
Instances
newLogGroup :: LogGroup Source #
Create a value of LogGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:creationTime:LogGroup'
, logGroup_creationTime
- The creation time of the log group, expressed as the number of
milliseconds after Jan 1, 1970 00:00:00 UTC.
$sel:metricFilterCount:LogGroup'
, logGroup_metricFilterCount
- The number of metric filters.
$sel:arn:LogGroup'
, logGroup_arn
- The Amazon Resource Name (ARN) of the log group.
$sel:logGroupName:LogGroup'
, logGroup_logGroupName
- The name of the log group.
$sel:retentionInDays:LogGroup'
, logGroup_retentionInDays
- Undocumented member.
$sel:kmsKeyId:LogGroup'
, logGroup_kmsKeyId
- The Amazon Resource Name (ARN) of the CMK to use when encrypting log
data.
$sel:storedBytes:LogGroup'
, logGroup_storedBytes
- The number of bytes stored.
logGroup_creationTime :: Lens' LogGroup (Maybe Natural) Source #
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
logGroup_arn :: Lens' LogGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) of the log group.