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 S3LogDeliveryDescription = S3LogDeliveryDescription' {}
- newS3LogDeliveryDescription :: S3LogDeliveryDescription
- s3LogDeliveryDescription_enabled :: Lens' S3LogDeliveryDescription (Maybe Bool)
- s3LogDeliveryDescription_prefix :: Lens' S3LogDeliveryDescription (Maybe Text)
- s3LogDeliveryDescription_bucket :: Lens' S3LogDeliveryDescription (Maybe Text)
Documentation
data S3LogDeliveryDescription Source #
The description of the details about delivering logs to Amazon S3.
See: newS3LogDeliveryDescription
smart constructor.
Instances
newS3LogDeliveryDescription :: S3LogDeliveryDescription Source #
Create a value of S3LogDeliveryDescription
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:S3LogDeliveryDescription'
, s3LogDeliveryDescription_enabled
- Specifies whether connector logs get sent to the specified Amazon S3
destination.
$sel:prefix:S3LogDeliveryDescription'
, s3LogDeliveryDescription_prefix
- The S3 prefix that is the destination for log delivery.
$sel:bucket:S3LogDeliveryDescription'
, s3LogDeliveryDescription_bucket
- The name of the S3 bucket that is the destination for log delivery.
s3LogDeliveryDescription_enabled :: Lens' S3LogDeliveryDescription (Maybe Bool) Source #
Specifies whether connector logs get sent to the specified Amazon S3 destination.
s3LogDeliveryDescription_prefix :: Lens' S3LogDeliveryDescription (Maybe Text) Source #
The S3 prefix that is the destination for log delivery.
s3LogDeliveryDescription_bucket :: Lens' S3LogDeliveryDescription (Maybe Text) Source #
The name of the S3 bucket that is the destination for log delivery.