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

Description

 
Synopsis

Documentation

data S3Destination Source #

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

See: newS3Destination smart constructor.

Constructors

S3Destination' 

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
FromJSON S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

Generic S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

Associated Types

type Rep S3Destination :: Type -> Type #

Read S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

Show S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

NFData S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

Methods

rnf :: S3Destination -> () #

Eq S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

Hashable S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

type Rep S3Destination Source # 
Instance details

Defined in Amazonka.Evidently.Types.S3Destination

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

newS3Destination :: S3Destination Source #

Create a value of S3Destination 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:S3Destination', s3Destination_bucket - The name of the bucket in which Evidently stores evaluation events.

$sel:prefix:S3Destination', s3Destination_prefix - The bucket prefix in which Evidently stores evaluation events.

s3Destination_bucket :: Lens' S3Destination (Maybe Text) Source #

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

s3Destination_prefix :: Lens' S3Destination (Maybe Text) Source #

The bucket prefix in which Evidently stores evaluation events.