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 CloudWatchLogsLogDelivery Source #
The settings for delivering connector logs to Amazon CloudWatch Logs.
See: newCloudWatchLogsLogDelivery
smart constructor.
Instances
newCloudWatchLogsLogDelivery Source #
Create a value of CloudWatchLogsLogDelivery
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:CloudWatchLogsLogDelivery'
, cloudWatchLogsLogDelivery_logGroup
- The name of the CloudWatch log group that is the destination for log
delivery.
$sel:enabled:CloudWatchLogsLogDelivery'
, cloudWatchLogsLogDelivery_enabled
- Whether log delivery to Amazon CloudWatch Logs is enabled.
cloudWatchLogsLogDelivery_logGroup :: Lens' CloudWatchLogsLogDelivery (Maybe Text) Source #
The name of the CloudWatch log group that is the destination for log delivery.
cloudWatchLogsLogDelivery_enabled :: Lens' CloudWatchLogsLogDelivery Bool Source #
Whether log delivery to Amazon CloudWatch Logs is enabled.