amazonka-evidently-2.0: Amazon CloudWatch Evidently SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Description

 
Synopsis

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

Instances details
ToJSON ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Generic ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Associated Types

type Rep ProjectDataDeliveryConfig :: Type -> Type #

Read ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Show ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

NFData ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Eq ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

Hashable ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

type Rep ProjectDataDeliveryConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDeliveryConfig

type Rep ProjectDataDeliveryConfig = D1 ('MetaData "ProjectDataDeliveryConfig" "Amazonka.Evidently.Types.ProjectDataDeliveryConfig" "amazonka-evidently-2.0-Es2fJk98R0DAUPYaVkZSYC" 'False) (C1 ('MetaCons "ProjectDataDeliveryConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLogsDestinationConfig)) :*: S1 ('MetaSel ('Just "s3Destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DestinationConfig))))

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.