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 AnalyticsS3BucketDestination = AnalyticsS3BucketDestination' {}
- newAnalyticsS3BucketDestination :: AnalyticsS3ExportFileFormat -> BucketName -> AnalyticsS3BucketDestination
- analyticsS3BucketDestination_bucketAccountId :: Lens' AnalyticsS3BucketDestination (Maybe Text)
- analyticsS3BucketDestination_prefix :: Lens' AnalyticsS3BucketDestination (Maybe Text)
- analyticsS3BucketDestination_format :: Lens' AnalyticsS3BucketDestination AnalyticsS3ExportFileFormat
- analyticsS3BucketDestination_bucket :: Lens' AnalyticsS3BucketDestination BucketName
Documentation
data AnalyticsS3BucketDestination Source #
Contains information about where to publish the analytics results.
See: newAnalyticsS3BucketDestination
smart constructor.
AnalyticsS3BucketDestination' | |
|
Instances
newAnalyticsS3BucketDestination Source #
Create a value of AnalyticsS3BucketDestination
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:bucketAccountId:AnalyticsS3BucketDestination'
, analyticsS3BucketDestination_bucketAccountId
- The account ID that owns the destination S3 bucket. If no account ID is
provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
$sel:prefix:AnalyticsS3BucketDestination'
, analyticsS3BucketDestination_prefix
- The prefix to use when exporting data. The prefix is prepended to all
results.
$sel:format:AnalyticsS3BucketDestination'
, analyticsS3BucketDestination_format
- Specifies the file format used when exporting data to Amazon S3.
$sel:bucket:AnalyticsS3BucketDestination'
, analyticsS3BucketDestination_bucket
- The Amazon Resource Name (ARN) of the bucket to which data is exported.
analyticsS3BucketDestination_bucketAccountId :: Lens' AnalyticsS3BucketDestination (Maybe Text) Source #
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
analyticsS3BucketDestination_prefix :: Lens' AnalyticsS3BucketDestination (Maybe Text) Source #
The prefix to use when exporting data. The prefix is prepended to all results.
analyticsS3BucketDestination_format :: Lens' AnalyticsS3BucketDestination AnalyticsS3ExportFileFormat Source #
Specifies the file format used when exporting data to Amazon S3.
analyticsS3BucketDestination_bucket :: Lens' AnalyticsS3BucketDestination BucketName Source #
The Amazon Resource Name (ARN) of the bucket to which data is exported.