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 CloudWatchLogsConfiguration = CloudWatchLogsConfiguration' {}
- newCloudWatchLogsConfiguration :: CloudWatchLogsConfiguration
- cloudWatchLogsConfiguration_enabled :: Lens' CloudWatchLogsConfiguration (Maybe Bool)
- cloudWatchLogsConfiguration_logStreams :: Lens' CloudWatchLogsConfiguration (Maybe [CloudWatchLogsLogStream])
Documentation
data CloudWatchLogsConfiguration Source #
Describes the Amazon CloudWatch logs configuration for a layer.
See: newCloudWatchLogsConfiguration
smart constructor.
CloudWatchLogsConfiguration' | |
|
Instances
newCloudWatchLogsConfiguration :: CloudWatchLogsConfiguration Source #
Create a value of CloudWatchLogsConfiguration
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:enabled:CloudWatchLogsConfiguration'
, cloudWatchLogsConfiguration_enabled
- Whether CloudWatch Logs is enabled for a layer.
$sel:logStreams:CloudWatchLogsConfiguration'
, cloudWatchLogsConfiguration_logStreams
- A list of configuration options for CloudWatch Logs.
cloudWatchLogsConfiguration_enabled :: Lens' CloudWatchLogsConfiguration (Maybe Bool) Source #
Whether CloudWatch Logs is enabled for a layer.
cloudWatchLogsConfiguration_logStreams :: Lens' CloudWatchLogsConfiguration (Maybe [CloudWatchLogsLogStream]) Source #
A list of configuration options for CloudWatch Logs.