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
Documentation
data S3LogDelivery Source #
Details about delivering logs to Amazon S3.
See: newS3LogDelivery
smart constructor.
Instances
Create a value of S3LogDelivery
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:prefix:S3LogDelivery'
, s3LogDelivery_prefix
- The S3 prefix that is the destination for log delivery.
$sel:bucket:S3LogDelivery'
, s3LogDelivery_bucket
- The name of the S3 bucket that is the destination for log delivery.
$sel:enabled:S3LogDelivery'
, s3LogDelivery_enabled
- Specifies whether connector logs get sent to the specified Amazon S3
destination.
s3LogDelivery_prefix :: Lens' S3LogDelivery (Maybe Text) Source #
The S3 prefix that is the destination for log delivery.
s3LogDelivery_bucket :: Lens' S3LogDelivery (Maybe Text) Source #
The name of the S3 bucket that is the destination for log delivery.
s3LogDelivery_enabled :: Lens' S3LogDelivery Bool Source #
Specifies whether connector logs get sent to the specified Amazon S3 destination.