| 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.S3DestinationConfig
Description
Documentation
data S3DestinationConfig Source #
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
See: newS3DestinationConfig smart constructor.
Constructors
| S3DestinationConfig' | |
Instances
newS3DestinationConfig :: S3DestinationConfig Source #
Create a value of S3DestinationConfig 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:S3DestinationConfig', s3DestinationConfig_bucket - The name of the bucket in which Evidently stores evaluation events.
$sel:prefix:S3DestinationConfig', s3DestinationConfig_prefix - The bucket prefix in which Evidently stores evaluation events.
s3DestinationConfig_bucket :: Lens' S3DestinationConfig (Maybe Text) Source #
The name of the bucket in which Evidently stores evaluation events.
s3DestinationConfig_prefix :: Lens' S3DestinationConfig (Maybe Text) Source #
The bucket prefix in which Evidently stores evaluation events.