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.ProjectDataDelivery

Description

 
Synopsis

Documentation

data ProjectDataDelivery Source #

A structure that contains information about where Evidently is to store evaluation events for longer term storage.

See: newProjectDataDelivery smart constructor.

Constructors

ProjectDataDelivery' 

Fields

Instances

Instances details
FromJSON ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

Generic ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

Associated Types

type Rep ProjectDataDelivery :: Type -> Type #

Read ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

Show ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

NFData ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

Methods

rnf :: ProjectDataDelivery -> () #

Eq ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

Hashable ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

type Rep ProjectDataDelivery Source # 
Instance details

Defined in Amazonka.Evidently.Types.ProjectDataDelivery

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

newProjectDataDelivery :: ProjectDataDelivery Source #

Create a value of ProjectDataDelivery 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:ProjectDataDelivery', projectDataDelivery_cloudWatchLogs - If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.

$sel:s3Destination:ProjectDataDelivery', projectDataDelivery_s3Destination - If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.

projectDataDelivery_cloudWatchLogs :: Lens' ProjectDataDelivery (Maybe CloudWatchLogsDestination) Source #

If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.

projectDataDelivery_s3Destination :: Lens' ProjectDataDelivery (Maybe S3Destination) Source #

If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.