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 |
Documentation
data CloudWatchLogsDestinationDetails Source #
The configuration details of the CloudWatch Logs destination.
See: newCloudWatchLogsDestinationDetails
smart constructor.
Instances
Eq CloudWatchLogsDestinationDetails Source # | |
Read CloudWatchLogsDestinationDetails Source # | |
Show CloudWatchLogsDestinationDetails Source # | |
Generic CloudWatchLogsDestinationDetails Source # | |
NFData CloudWatchLogsDestinationDetails Source # | |
Hashable CloudWatchLogsDestinationDetails Source # | |
ToQuery CloudWatchLogsDestinationDetails Source # | |
FromXML CloudWatchLogsDestinationDetails Source # | |
type Rep CloudWatchLogsDestinationDetails Source # | |
Defined in Amazonka.ElastiCache.Types.CloudWatchLogsDestinationDetails type Rep CloudWatchLogsDestinationDetails = D1 ('MetaData "CloudWatchLogsDestinationDetails" "Amazonka.ElastiCache.Types.CloudWatchLogsDestinationDetails" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CloudWatchLogsDestinationDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newCloudWatchLogsDestinationDetails :: CloudWatchLogsDestinationDetails Source #
Create a value of CloudWatchLogsDestinationDetails
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:logGroup:CloudWatchLogsDestinationDetails'
, cloudWatchLogsDestinationDetails_logGroup
- The name of the CloudWatch Logs log group.
cloudWatchLogsDestinationDetails_logGroup :: Lens' CloudWatchLogsDestinationDetails (Maybe Text) Source #
The name of the CloudWatch Logs log group.