libZSservicesZSamazonka-compute-optimizerZSamazonka-compute-optimizer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Read ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Show 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 #

NFData ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

Methods

rnf :: ExportDestination -> () #

Hashable ExportDestination Source # 
Instance details

Defined in Amazonka.ComputeOptimizer.Types.ExportDestination

FromJSON 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" "libZSservicesZSamazonka-compute-optimizerZSamazonka-compute-optimizer" '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.