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 |
Amazonka.ElastiCache.Types.CloudWatchLogsDestinationDetails
Description
Documentation
data CloudWatchLogsDestinationDetails Source #
The configuration details of the CloudWatch Logs destination.
See: newCloudWatchLogsDestinationDetails
smart constructor.
Constructors
CloudWatchLogsDestinationDetails' | |
Instances
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.