amazonka-compute-optimizer-2.0: Amazon Compute Optimizer 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.ComputeOptimizer.Types.ExportDestination

Description

 
Synopsis

Documentation

data ExportDestination Source #

Describes the destination of the recommendations export and metadata files.

See: newExportDestination smart constructor.

Constructors

ExportDestination' 

Fields

  • s3 :: Maybe S3Destination

    An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

Instances

Instances details
FromJSON ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Generic ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Associated Types

type Rep ExportDestination :: Type -> Type #

Read ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Show ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

NFData ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Methods

rnf :: ExportDestination -> () #

Eq ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Hashable ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

type Rep ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

type Rep ExportDestination = D1 ('MetaData "ExportDestination" "Amazonka.ComputeOptimizer.Types.ExportDestination" "amazonka-compute-optimizer-2.0-5JAMFRZoNrnJ0UCJqIgHbk" 'False) (C1 ('MetaCons "ExportDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Destination))))

newExportDestination :: ExportDestination Source #

Create a value of ExportDestination 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:s3:ExportDestination', exportDestination_s3 - An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

exportDestination_s3 :: Lens' ExportDestination (Maybe S3Destination) Source #

An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.