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 WorkerLogDeliveryDescription = WorkerLogDeliveryDescription' {}
- newWorkerLogDeliveryDescription :: WorkerLogDeliveryDescription
- workerLogDeliveryDescription_cloudWatchLogs :: Lens' WorkerLogDeliveryDescription (Maybe CloudWatchLogsLogDeliveryDescription)
- workerLogDeliveryDescription_firehose :: Lens' WorkerLogDeliveryDescription (Maybe FirehoseLogDeliveryDescription)
- workerLogDeliveryDescription_s3 :: Lens' WorkerLogDeliveryDescription (Maybe S3LogDeliveryDescription)
Documentation
data WorkerLogDeliveryDescription Source #
Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
See: newWorkerLogDeliveryDescription
smart constructor.
WorkerLogDeliveryDescription' | |
|
Instances
newWorkerLogDeliveryDescription :: WorkerLogDeliveryDescription Source #
Create a value of WorkerLogDeliveryDescription
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:cloudWatchLogs:WorkerLogDeliveryDescription'
, workerLogDeliveryDescription_cloudWatchLogs
- Details about delivering logs to Amazon CloudWatch Logs.
$sel:firehose:WorkerLogDeliveryDescription'
, workerLogDeliveryDescription_firehose
- Details about delivering logs to Amazon Kinesis Data Firehose.
$sel:s3:WorkerLogDeliveryDescription'
, workerLogDeliveryDescription_s3
- Details about delivering logs to Amazon S3.
workerLogDeliveryDescription_cloudWatchLogs :: Lens' WorkerLogDeliveryDescription (Maybe CloudWatchLogsLogDeliveryDescription) Source #
Details about delivering logs to Amazon CloudWatch Logs.
workerLogDeliveryDescription_firehose :: Lens' WorkerLogDeliveryDescription (Maybe FirehoseLogDeliveryDescription) Source #
Details about delivering logs to Amazon Kinesis Data Firehose.
workerLogDeliveryDescription_s3 :: Lens' WorkerLogDeliveryDescription (Maybe S3LogDeliveryDescription) Source #
Details about delivering logs to Amazon S3.