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

Description

 
Synopsis

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' 

Fields

  • bucket :: Maybe Text

    The name of the bucket in which Evidently stores evaluation events.

  • prefix :: Maybe Text

    The bucket prefix in which Evidently stores evaluation events.

Instances

Instances details
ToJSON S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

Generic S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

Associated Types

type Rep S3DestinationConfig :: Type -> Type #

Read S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

Show S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

NFData S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

Methods

rnf :: S3DestinationConfig -> () #

Eq S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

Hashable S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

type Rep S3DestinationConfig Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3DestinationConfig

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

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.