| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KafkaConnect.Types.CloudWatchLogsLogDeliveryDescription
Description
Synopsis
- data CloudWatchLogsLogDeliveryDescription = CloudWatchLogsLogDeliveryDescription' {}
- newCloudWatchLogsLogDeliveryDescription :: CloudWatchLogsLogDeliveryDescription
- cloudWatchLogsLogDeliveryDescription_enabled :: Lens' CloudWatchLogsLogDeliveryDescription (Maybe Bool)
- cloudWatchLogsLogDeliveryDescription_logGroup :: Lens' CloudWatchLogsLogDeliveryDescription (Maybe Text)
Documentation
data CloudWatchLogsLogDeliveryDescription Source #
A description of the log delivery settings.
See: newCloudWatchLogsLogDeliveryDescription smart constructor.
Constructors
| CloudWatchLogsLogDeliveryDescription' | |
Instances
newCloudWatchLogsLogDeliveryDescription :: CloudWatchLogsLogDeliveryDescription Source #
Create a value of CloudWatchLogsLogDeliveryDescription 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:CloudWatchLogsLogDeliveryDescription', cloudWatchLogsLogDeliveryDescription_enabled - Whether log delivery to Amazon CloudWatch Logs is enabled.
$sel:logGroup:CloudWatchLogsLogDeliveryDescription', cloudWatchLogsLogDeliveryDescription_logGroup - The name of the CloudWatch log group that is the destination for log
delivery.
cloudWatchLogsLogDeliveryDescription_enabled :: Lens' CloudWatchLogsLogDeliveryDescription (Maybe Bool) Source #
Whether log delivery to Amazon CloudWatch Logs is enabled.
cloudWatchLogsLogDeliveryDescription_logGroup :: Lens' CloudWatchLogsLogDeliveryDescription (Maybe Text) Source #
The name of the CloudWatch log group that is the destination for log delivery.