| 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.ProjectDataDeliveryConfig
Description
Synopsis
- data ProjectDataDeliveryConfig = ProjectDataDeliveryConfig' {}
- newProjectDataDeliveryConfig :: ProjectDataDeliveryConfig
- projectDataDeliveryConfig_cloudWatchLogs :: Lens' ProjectDataDeliveryConfig (Maybe CloudWatchLogsDestinationConfig)
- projectDataDeliveryConfig_s3Destination :: Lens' ProjectDataDeliveryConfig (Maybe S3DestinationConfig)
Documentation
data ProjectDataDeliveryConfig Source #
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
See: newProjectDataDeliveryConfig smart constructor.
Constructors
| ProjectDataDeliveryConfig' | |
Fields
| |
Instances
newProjectDataDeliveryConfig :: ProjectDataDeliveryConfig Source #
Create a value of ProjectDataDeliveryConfig 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:cloudWatchLogs:ProjectDataDeliveryConfig', projectDataDeliveryConfig_cloudWatchLogs - If the project stores evaluation events in CloudWatch Logs, this
structure stores the log group name.
$sel:s3Destination:ProjectDataDeliveryConfig', projectDataDeliveryConfig_s3Destination - If the project stores evaluation events in an Amazon S3 bucket, this
structure stores the bucket name and bucket prefix.
projectDataDeliveryConfig_cloudWatchLogs :: Lens' ProjectDataDeliveryConfig (Maybe CloudWatchLogsDestinationConfig) Source #
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
projectDataDeliveryConfig_s3Destination :: Lens' ProjectDataDeliveryConfig (Maybe S3DestinationConfig) Source #
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.