| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.S3Destination
Description
Synopsis
Documentation
data S3Destination Source #
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
See: newS3Destination smart constructor.
Constructors
| S3Destination' | |
Instances
newS3Destination :: S3Destination Source #
Create a value of S3Destination 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:bucket:S3Destination', s3Destination_bucket - The name of the bucket in which Evidently stores evaluation events.
$sel:prefix:S3Destination', s3Destination_prefix - The bucket prefix in which Evidently stores evaluation events.
s3Destination_bucket :: Lens' S3Destination (Maybe Text) Source #
The name of the bucket in which Evidently stores evaluation events.
s3Destination_prefix :: Lens' S3Destination (Maybe Text) Source #
The bucket prefix in which Evidently stores evaluation events.